pod install fails
See original GitHub issueSummary
$ npx pod-install Scanning for pods… 1.11.3
pod install Auto-linking React Native modules for target
ProjectName
: Expo, RNCAsyncStorage, RNCMaskedView, RNCPicker, RNDateTimePicker, RNGestureHandler, RNReanimated, RNScreens, react-native-flipper, and react-native-safe-area-context Analyzing dependencies [!] Unable to find a specification forExpoModulesCore
depended upon byExpo
You have either:
- out-of-date source repos which you can update with
pod repo update
or withpod install --repo-update
. - mistyped the name or version.
- not added the source repo that hosts the Podspec to your Podfile.
Managed or bare workflow? If you have ios/
or android/
directories in your project, the answer is bare!
bare
What platform(s) does this occur on?
iOS
SDK Version (managed workflow only)
44
Environment
expo-env-info 1.0.3 environment info: System: OS: macOS 12.3.1 Shell: 3.2.57 - /bin/bash Binaries: Node: 14.18.3 - ~/.nvm/versions/node/v14.18.3/bin/node npm: 8.5.2 - ~/.nvm/versions/node/v14.18.3/bin/npm Watchman: 2022.03.21.00 - /usr/local/bin/watchman Managers: CocoaPods: 1.11.3 - /usr/local/bin/pod SDKs: iOS SDK: Platforms: DriverKit 21.4, iOS 15.4, macOS 12.3, tvOS 15.4, watchOS 8.5 IDEs: Android Studio: 2021.1 AI-211.7628.21.2111.8309675 Xcode: 13.3.1/13E500a - /usr/bin/xcodebuild npmPackages: expo: ^44.0.6 => 44.0.6 react: 17.0.2 => 17.0.2 react-dom: 17.0.2 => 17.0.2 react-native: 0.67.4 => 0.67.4 react-native-web: ^0.17.7 => 0.17.7 npmGlobalPackages: expo-cli: 5.4.3 Expo Workflow: bare
Reproducible demo
$ npx pod-install
Issue Analytics
- State:
- Created a year ago
- Comments:9 (2 by maintainers)
cmd: eas build --profile development --platform ios
install pod failed in expo when I try to generate the development build.!
Does Anyone have a solution?
So i’m actually having same issue when trying to build EAS via a github action. Also I am using the managed workflow.