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.

Unable to find a specification for `FBReactNativeSpec (= 0.61.4)` depended upon by `React-CoreModules`

See original GitHub issue

After upgrading from 0.60.5 to 0.61.4 I no longer can start the app again…

Unable to find a specification for FBReactNativeSpec (= 0.61.4) depended upon by React-CoreModules

error: Build input file cannot be found: ‘/node_modules/react-native/ReactCommon/yoga/yoga/YGMarker.cpp’ (in target ‘yoga’ from project ‘Pods’)

React Native version: System: OS: macOS Mojave 10.14.6 CPU: (4) x64 Intel® Core™ i5-5257U CPU @ 2.70GHz Memory: 29.32 MB / 8.00 GB Shell: 3.2.57 - /bin/bash Binaries: Node: 12.10.0 - /usr/local/bin/node npm: 6.10.3 - /usr/local/bin/npm Watchman: 4.9.0 - /usr/local/bin/watchman SDKs: iOS SDK: Platforms: iOS 13.0, DriverKit 19.0, macOS 10.15, tvOS 13.0, watchOS 6.0 Android SDK: API Levels: 23, 28 Build Tools: 28.0.3, 29.0.2 System Images: android-28 | Google APIs Intel x86 Atom IDEs: Android Studio: 3.5 AI-191.8026.42.35.5791312 Xcode: 11.0/11A420a - /usr/bin/xcodebuild npmPackages: react: ^16.11.0 => 16.11.0 react-native: ^0.61.4 => 0.61.4 npmGlobalPackages: react-native-cli: 2.0.1 react-native-git-upgrade: 0.2.7

Steps To Reproduce

Upgrading from 0.60.5 to 0.61.4

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

20reactions
codlercommented, Nov 7, 2019

Adding this to Podfile

  pod 'FBLazyVector', :path => "../node_modules/react-native/Libraries/FBLazyVector"
  pod 'FBReactNativeSpec', :path => "../node_modules/react-native/Libraries/FBReactNativeSpec"
  pod 'RCTRequired', :path => "../node_modules/react-native/Libraries/RCTRequired"
  pod 'RCTTypeSafety', :path => "../node_modules/react-native/Libraries/TypeSafety"
3reactions
boostmerlincommented, Nov 20, 2019

➜ ios pod install --repo-update Updating local specs repositories Analyzing dependencies Fetching podspec for DoubleConversion from ../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec Fetching podspec for Folly from ../node_modules/react-native/third-party-podspecs/Folly.podspec Fetching podspec for glog from ../node_modules/react-native/third-party-podspecs/glog.podspec [!] Unable to find a specification for React-RCTBlob (= 0.61.4) depended upon by React

You have either:

  • mistyped the name or version.
  • not added the source repo that hosts the Podspec to your Podfile.
Read more comments on GitHub >

github_iconTop Results From Across the Web

Could not install the pods after upgrading the react-native to ...
while running pod install I am getting this issue which is given below. [!] Unable to find a specification for `FBReactNativeSpec (= 0.61.5)` ......
Read more >
iOS集成reactnative 遇到的问题 - 简书
5、[!] Unable to find a specification for `React-perflogger (= 0.64.2)` depended upon by `React-cxxreact`. 添加. pod 'React-perflogger' ...
Read more >
Active questions tagged react-native+ios - Stack Overflow
storyboard file with popup stating "Interface Builder can't determine the type of “LaunchScreen.storyboard”. This may be due to a missing SDK." Working on...
Read more >
Updating iOS from React Native 0.59.x to 0.6x.x
sudo gem install cocoapods (Source: cocoapods) I was using 1.5.x but I cannot pod install lottie-react-native. I can install only after updated to...
Read more >
Unable to find a specification for `React-Core` depended upon ...
Coding example for the question Unable to find a specification for `React-Core` depended upon by `RNCPicker` 1.6.0 with React Native 0.59-React Native.
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