question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

pod install fails

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
prasanna-colcommented, Jul 13, 2022

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?

1reaction
coreybrown89commented, May 8, 2022

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

Read more comments on GitHub >

github_iconTop Results From Across the Web

cocoapods - Error on pod install - Stack Overflow
The solution is to use $sudo rm -rf ~/.cocoapods to clean the cocoapods master repo and then pod install worked without any problems....
Read more >
Got error while trying pod install · Issue #10220 - GitHub
1- Go to your applications > utilities folder. · 2- Right click and click "Get Info" on your terminal app · 3- Check...
Read more >
Troubleshooting - CocoaPods Guides
Check if the pod header files are correctly symlinked in Pods/Headers and you are not overriding the HEADER_SEARCH_PATHS (see #1). · Make sure...
Read more >
Trouble with installing cocoapods | Apple Developer Forums
This can happen if the version of Ruby that CocoaPods was installed with is different from the one being used to invoke it....
Read more >
How to fix “pod install” error in React Native on Mac M1
Run again the same command React Native suggested you earlier, but using Apple's Rosetta 2: cd ./AwesomeApp/ios && sudo arch -x86_64 pod install...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found