-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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 XXX simulator #21824
Comments
It looks like you are using an older version of React Native. Please update to the latest release, v0.57 and verify if the issue still exists. The ":rewind:Old Version" label will be removed automatically once you edit your original post with the results of running |
@react-native-bot Yes, If I update to v0.57, then more issues come! That's why I try to fix this issue on the old version! |
Here is the issue after I updated react naitve! Environment
Package
Issue
|
I just started a new project and I am also now experiencing the "Could not find iPad Pro (10.5-inch) simulator" error when trying to launch the 10.5 Inch iPad Pro simulator (and other devices) via Available simulators (via
React Native Info:
|
@Liqiankun have you tried doing what the error says
@rsispal probably the string precisely identifying that model is different from the one you wrote, run |
@kelset EDIT I managed to fix my issue by adding "(12.0)" (for iOS 12) as I have older OS simulators installed too - specifying a simulator now works as follows:
|
For anywhere else stumbling here like I did, if the above didn't work, #21498 (comment) may. |
If you faced the |
worked for me #21498 (comment) |
i am just updated react-native latest version "0.58.6" |
As @ialmoqren mentioned, the naming convention changed for Xcode simulators. For example, in my package.json I wrote a script like this: Notice it changed from If all fails, run it through Xcode directly at the very top of the GUI. |
@memory125 |
Thanks, I'll try. |
After I downloaded Xcode 11 beta, this issue happened again! |
And I have this issue too. How to solve it? |
Yep, downloading and using xcode 11 beta breaks |
@rsispal fixed mine, even though I only had one iPad Pro (11-inch) in my device output, adding the OS version at the end fixed mine. 'iPad Pro (11-inch) (12.2)' |
I solved this issue this way.
|
|
In my problem i just have to kill com.apple.CoreSimulator.CoreSimulatorService |
You just saved my day |
I have the same problem.
it works me. |
Environment
OS: macOS 10.14
Node: 8.11.1
Yarn: 0.22.0
npm: 6.1.0
Watchman: 4.9.0
Xcode: Xcode 10.0 Build version 10A255
Android Studio: Not Found
Packages: (wanted => installed)
react: ^16.4.0 => 16.5.2
react-native: ^0.55.4 => 0.55.4
Description
When I run
xcrun simctl list devices
Then run
react-native run-ios --simulator="iPhone 8"
The text was updated successfully, but these errors were encountered: