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.

[iOS] Unable to find a specification for `RCT-Folly (= 2020.01.13.00)` depended upon by `FBReactNativeSpec`

See original GitHub issue

Please provide all the information requested. Issues that do not follow this format are likely to stall.

Description

Please provide a clear and concise description of what the bug is. Include screenshots if needed. Please test using the latest React Native release to make sure your issue has not already been fixed: https://reactnative.dev/docs/upgrading.html

React Native version:

Run react-native info in your terminal and copy the results here.

System: OS: macOS 11.2.3 CPU: (8) x64 Intel® Core™ i7-4770HQ CPU @ 2.20GHz Memory: 479.55 MB / 16.00 GB Shell: 5.8 - /bin/zsh Binaries: Node: 12.12.0 - /usr/local/bin/node Yarn: 1.22.5 - ~/.yarn/bin/yarn npm: 6.11.3 - /usr/local/bin/npm Watchman: Not Found Managers: CocoaPods: 1.10.1 - /Users/zhangyinlong/.rvm/rubies/ruby-3.0.0/bin/pod SDKs: iOS SDK: Platforms: iOS 14.4, DriverKit 20.2, macOS 11.1, tvOS 14.3, watchOS 7.2 Android SDK: Not Found IDEs: Android Studio: Not Found Xcode: 12.4/12D4e - /usr/bin/xcodebuild Languages: Java: Not Found npmPackages: @react-native-community/cli: Not Found react: 17.0.1 => 17.0.1 react-native: 0.64.0 => 0.64.0 react-native-macos: Not Found npmGlobalPackages: react-native: Not Found

Steps To Reproduce

Provide a detailed list of steps that reproduce the issue.

image

  1. react-native 0.63.4 -> 0.64.0
  2. pod install

image 4. pod repo update not help

Expected Results

Describe what you expected to happen.

Snack, code example, screenshot, or link to a repository:

Please provide a Snack (https://snack.expo.io/), a link to a repository on GitHub, or provide a minimal code example that reproduces the problem. You may provide a screenshot of the application if you think it is relevant to your bug report. Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7

github_iconTop GitHub Comments

30reactions
HosamZewaincommented, Sep 2, 2021

What works for me was deleting the pod.lock and run pod-install

10reactions
infostreamscommented, Jun 25, 2021

@dvetal @AayushiT the path in that new line is weird. What worked for me is the following:

change

pod 'Folly', :podspec => './node_modules/react-native/third-party-podspecs/Folly.podspec'

to

pod 'RCT-Folly', :podspec => '../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec'
Read more comments on GitHub >

github_iconTop Results From Across the Web

ios - pod install error - "Unable to find a specification for `React ...
Unable to find a specification for `React-RCTActionSheet` depended upon by `RNReanimated` You have either: * mistyped the name or version. * not ...
Read more >
iOS SDK Troubleshooting - Visual Studio App Center
Issues during setup. In the console, look for an Assert log with the message - "App Center SDK configured successfully".
Read more >
Resolving CocoaPods issues in React Native project - Medium
The goal of this blog is to provide steps to help you resolve commonly faced issues related to CocoaPods in React Native projects....
Read more >
glog | C implementation of the Google logging module - kandi
glog has no vulnerabilities reported, and its dependent libraries have no vulnerabilities ... Updated React Native, can't find 'boost' dependency in Podfile.
Read more >
Can't add expo modules to existing RN project, pod install fails ...
Can't add expo modules to existing RN project, pod install fails with "Unable to find a specification for `UMFontInterface` depended upon by ...
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