-
Notifications
You must be signed in to change notification settings - Fork 139
react-native run-ios fails with XCode 10.2: "Could not find iPhone X simulator" #164
Comments
This is fixed in react-native-cli but not yet released react-native-community/cli#274 |
Yeah, this is one of the reasons we try to never update XCode until it's been out and stable for at least several months. |
Sounds familiar. I think you can temporarily fix this by editing the findMatchingSimulator.js to use .includes rather than .startsWith for the iOS matcher. I think react-native has a 0.59 patch coming out to fix it soon? I had this same problem with react-native itself and with Appium. |
Confirmed this is an issue. |
Confirmed fixed in the new release of ignite-bowser. |
Thanks @austenjt, this worked for me |
I initialized a new app then tried to run it with
react-native run-ios
, but I get the following:This happens also with Expo (using the same version of react-native, 0.57.*) but does not happen when initializing an app with the latest react-native 0.59
This is on macOS 10.14.4 and XCode 10.2
Editing package.json to use react-native 0.59.3 in the dependencies (and then
yarn install
) fixes this issue, but then the project fails to build.The text was updated successfully, but these errors were encountered: