-
Notifications
You must be signed in to change notification settings - Fork 267
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
"Could not find iPhone 6 simulator" #662
Comments
@wesleydesouza thank you for your request! |
@wesleydesouza just a friendly ping on this. |
@annakocheshkova neither work once the Simulator is open. If I quit the simulator, most times it works. |
@wesleydesouza Well, seems to be that your issue doesn't relate with extension itself. I recommend you to search for similar issues in react-native repo, besides there was already bug that caused inability for targeting iPhone 6 in extension as well. |
Actual Behavior
Could not debug. Error while executing command 'react-native run-ios --simulator --no-packager': Error while executing command 'react-native run-ios --simulator --no-packager'
appear on Debug ConsoleExpected Behavior
Software versions
Outputs (Include if relevant)
More details
The same configuration is working on another machine. I tried following the documentation to force another simulator by setting
react-native.ios.runArguments.device
but it was ignored by the extension.I've also ran the project on XCode targeting an iPhone 6 simulator, and it still shows it's not found on VSCode.
The text was updated successfully, but these errors were encountered: