Closed haibert closed 3 years ago
"development": {
"developmentClient": true,
"distribution": "internal",
"cache": {
"key": "1"
}
}
adding cache.key to eas.json fixed the issue.
Summary
I am trying to update to expo v43 and iOS is failing with the following error.
Managed or bare workflow? If you have made manual changes inside of the
ios/
orandroid/
directories in your project, the answer is bare!managed
What platform(s) does this occur on?
iOS
Package versions
Environment
Expo CLI 4.12.1 environment info: System: OS: macOS 11.6 Shell: 5.8 - /bin/zsh Binaries: Node: 14.15.1 - /usr/local/bin/node Yarn: 1.22.10 - /usr/local/bin/yarn npm: 7.8.0 - /usr/local/bin/npm Watchman: 2021.10.04.00 - /usr/local/bin/watchman Managers: CocoaPods: 1.10.1 - /usr/local/bin/pod SDKs: iOS SDK: Platforms: iOS 15.0, DriverKit 20.4, macOS 11.3, tvOS 15.0, watchOS 8.0 IDEs: Android Studio: 4.1 AI-201.8743.12.41.6858069 Xcode: 13.0/13A233 - /usr/bin/xcodebuild npmPackages: expo: ^43.0.0-beta.3 => 43.0.0-beta.3 react: 17.0.1 => 17.0.1 react-dom: 17.0.1 => 17.0.1 react-native: 0.64.2 => 0.64.2 react-native-web: 0.17.1 => 0.17.1 npmGlobalPackages: expo-cli: 4.12.1 Expo Workflow: managed
Reproducible demo or steps to reproduce from a blank project
I will need to link my whole repo because its a build failure. https://github.com/haibert/sh43
Stacktrace (if a crash is involved)
No response