Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running on iPhone 6 simulator may fail #71

Closed
MSLaguana opened this issue Feb 22, 2016 · 3 comments
Closed

Running on iPhone 6 simulator may fail #71

MSLaguana opened this issue Feb 22, 2016 · 3 comments
Assignees
Labels
known-issues Known issues for extension, most of them are external issues

Comments

@MSLaguana
Copy link
Member

Due to a react-native issue (facebook/react-native#5850) if a simulator target is ambiguous then the simulator will not launch and running the app will most likely fail. This can happen if you have both "iPhone 6 (9.0)" and "iPhone 6 (9.0) + Apple Watch - 38mm (2.0)" as valid targets for example.

Until react-native run-ios is updated with a fix, you can work around the issue by manually launching the appropriate simulator prior to running the app.

@MSLaguana MSLaguana added the known-issues Known issues for extension, most of them are external issues label Feb 22, 2016
@MSLaguana MSLaguana self-assigned this Feb 22, 2016
@ghost ghost added the external label Feb 24, 2016
@icodethings
Copy link

This will be fixed with facebook/react-native#6043

@MSLaguana
Copy link
Member Author

That's great to hear!

@mbraude
Copy link
Contributor

mbraude commented Aug 24, 2016

Thanks @icodethings !

@mbraude mbraude closed this as completed Aug 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
known-issues Known issues for extension, most of them are external issues
Projects
None yet
Development

No branches or pull requests

3 participants