expo: pod install fails

Summary

$ 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 for ExpoModulesCore depended upon by Expo

You have either:

  • out-of-date source repos which you can update with pod repo update or with pod 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 Screen Shot 2022-05-04 at 7 11 02 PM

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 15 (2 by maintainers)

Most upvoted comments

cmd: eas build --profile development --platform ios

install pod failed in expo when I try to generate the development build.!

image

Does Anyone have a solution?

still crashing here

So i’m actually having same issue when trying to build EAS via a github action. Also I am using the managed workflow.