-
Notifications
You must be signed in to change notification settings - Fork 904
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
iOS: react-native bundle
fails to find target simulator
#1845
Comments
Does this happen with 10.2 as well? Anyhow related to npm or node version? |
Still happens with 10.2. I tried with Node 16 and npm 8.19.3. No dice. |
Okay, so this seems to be the reason:
|
FYI, though it should be redundant if #1823 fixes things, this isn't always true. Older iOS devices have a different format of UDID: |
I specifically noticed this issue since 0.71, even with freshly installed projects. There is an additional info line shown after running react-native run-ios as 'found devices' and it includes my macbook along with ios simulators. However I have a project works on RN 0.70.6 with exactly same node, ruby, bundler versions and it doesn't have such an info line that shows found devices. Of course it works without a problem. |
Closing, this one. It's fixed by #1863 🎉 |
Environment
Description
react-native run-ios
fails to find target simulator, even with--simulator 'iPhone 14'
. It's using a specifier that isn't listed under available destinations:Reproducible Demo
The text was updated successfully, but these errors were encountered: