Hi,
I have a managed workflow app with Expo 47 SDK, EAS 3.7.2, React Native 0.70.5.
When I try to build with EAS it falis at pod install step.
I have done exhaustive research on this and found some results which are similar but dont fix the issue.
This is the error.
1 Using Expo modules
2 [Expo] Enabling modular headers for pod ExpoModulesCore
3 Auto-generating `.xcode.env.local` with $NODE_BINARY=/Users/expo/.nvm/versions/node/v16.18.1/bin/node
4 Auto-linking React Native modules for target `WWIIAircraftV2`: RNCAsyncStorage, lottie-react-native, and react-native-netinfo
5 [Codegen] Generating ./build/generated/ios/React-Codegen.podspec.json
6 Analyzing dependencies
7 Fetching podspec for `DoubleConversion` from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`
8 [Codegen] Found FBReactNativeSpec
9 Fetching podspec for `RCT-Folly` from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`
10 Fetching podspec for `boost` from `../node_modules/react-native/third-party-podspecs/boost.podspec`
11 Fetching podspec for `glog` from `../node_modules/react-native/third-party-podspecs/glog.podspec`
12 Adding spec repo `trunk` with CDN `https://cdn.cocoapods.org/`
13 CocoaPods 1.12.0 is available.
14 To update use: `gem install cocoapods`
15 For more information, see https://blog.cocoapods.org and the CHANGELOG for this version at https://github.com/CocoaPods/CocoaPods/releases/tag/1.12.0
16 [!] Unable to find a specification for `EXUpdatesInterface` depended upon by `EXUpdates`
17 You have either:
18 out-of-date source repos which you can update with `pod repo update` or with `pod install --repo-update`.
19 mistyped the name or version.
20 * not added the source repo that hosts the Podspec to your Podfile.
21 pod exited with non-zero code: 1
I didnt have a ios or andriod folder before I got this error.
I have tried doing a ‘expo prebuild’ from a suggestion and also tried the suggestion in the error.
I now have the ios and android folders.
I dont understand how with a managed workflow app I should need to do anything about Pods!
Any help would be appreciated?