【发布时间】:2019-06-12 13:33:10
【问题描述】:
在 ios 模拟器上运行我的应用程序时,我收到以下错误 This version of the Expo app is out of date. Uninstall the app and run again to upgrade.
这是我尝试升级 expo-cli 但未成功的方法
npm update -gyarn add global expo-clinpm uninstall expo-clinpm cache clean --forceyarn add global expo-cli
这里是 app.json
"expo": {
"name": "firebase-reacte-native",
"slug": "firebase-reacte-native",
"privacy": "public",
"sdkVersion": "32.0.0",
"platforms": [
....
这里是 package.json
"dependencies": {
"expo": "^32.0.0",
"react": "16.5.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz"
}
我想要做的就是运行 ios-simulator 而不会在 ios 模拟器上显示错误消息 there was a problem loading the requested app. The experience you requested requires a newer version of the Expo Client app.
【问题讨论】:
标签: javascript react-native expo