Failed to run a react-native app in iOS 11 - 13.2.2 #27239
Labels
Bug
Needs: Author Feedback
Platform: iOS
iOS applications.
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
So I have been running my app on an Android device and works fine as shown below.
However, I can't test it on an iOS emulator. I load the emulator by typing
open -a simulator
It opens up. Then I type
npm run ios
and get this back.My package.json file is this
{ "scripts": { "start": "react-native start", "android": "react-native run-android", "ios": "react-native run-ios", "web": "expo start --web", "postinstall": "jetify" }, "dependencies": { "expo": "^35.0.0", "react": "16.8.3", "react-dom": "16.8.3", "react-native": "0.59.10", "react-native-elements": "^1.0.0-beta8", "react-native-gesture-handler": "~1.4.1", "react-native-reanimated": "~1.3.0", "react-native-screens": "1.0.0-alpha.23", "react-native-unimodules": "0.6.0", "react-native-web": "^0.11.7" }, "devDependencies": { "@babel/core": "^7.6.0", "babel-jest": "24.9.0", "babel-preset-expo": "^7.1.0", "jest": "24.9.0", "jetifier": "^1.6.4", "metro-react-native-babel-preset": "0.56.0", "react-test-renderer": "16.9.0" }, "private": true }
Is there any way to fix this? Thanks.
The text was updated successfully, but these errors were encountered: