我正在尝试从 expo 托管项目构建 iOS 应用程序。构建在快速通道步骤失败。
\n在 Expo SDK 44、45 中一切正常。但是当我升级到 SDK 46 时,我遇到了这个问题。
\n这是我的 package.json
\n {\n "name": "App123",\n "version": "1.0.0",\n "main": "node_modules/expo/AppEntry.js",\n "scripts": {\n "start": "expo start",\n "android": "expo start --android",\n "ios": "expo start --ios",\n "web": "expo start --web"\n },\n "dependencies": {\n "@expo/vector-icons": "^13.0.0",\n "@openspacelabs/react-native-zoomable-view": "^2.0.4",\n "@react-native-community/datetimepicker": "6.2.0",\n "@react-native-community/netinfo": "9.3.0",\n "@react-native-community/slider": "4.2.3",\n "@react-native-google-signin/google-signin": "^8.0.0",\n "@react-navigation/bottom-tabs": "^6.4.0",\n "@react-navigation/drawer": "^6.5.0",\n "@react-navigation/native": "^6.0.13",\n "@react-navigation/native-stack": "^6.9.0",\n "@react-navigation/stack": "^6.3.2",\n "@stripe/stripe-react-native": "0.13.1",\n "apisauce": "^2.1.6",\n "expo": "~46.0.13",\n "expo-apple-authentication": "^4.3.0",\n "expo-auth-session": "^3.7.1",\n "expo-constants": "^13.2.4",\n "expo-dev-client": …Run Code Online (Sandbox Code Playgroud)