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 update to 0.43.0-rc.2, None of your spec sources contain a spec satisfying the dependency: `Yoga (= 0.43.0-rc.2.React)`

See original GitHub issue

// the profile pod ‘React’, :path => ‘./node_modules/react-native’, :subspecs => [ ‘Core’, ‘RCTImage’, ‘RCTNetwork’, ‘RCTText’, ‘RCTWebSocket’, ]

Fetching external sources -> Fetching podspec for React from ./node_modules/react-native

Resolving dependencies of Podfile [!] Unable to satisfy the following requirements:

  • Yoga (= 0.43.0-rc.2.React) required by React/Core (0.43.0-rc.2)

None of your spec sources contain a spec satisfying the dependency: Yoga (= 0.43.0-rc.2.React).

You have either:

  • out-of-date source repos which you can update with pod repo update.
  • mistyped the name or version.
  • not added the source repo that hosts the Podspec to your Podfile.

Note: as of CocoaPods 1.0, pod repo update does not happen on pod install by default.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

6reactions
ptomasrooscommented, Mar 17, 2017

As the error is trying to tell you. You need to include the dependency Yoga.

  pod 'Yoga', :path => '../node_modules/react-native/ReactCommon/yoga'
5reactions
idecommented, Mar 23, 2017

You need to include the Yoga reference in your Podfile too: https://facebook.github.io/react-native/releases/next/docs/integration-with-existing-apps.html#podfile

pod "Yoga", :path => "../node_modules/react-native/ReactCommon/yoga"
Read more comments on GitHub >

github_iconTop Results From Across the Web

swift - None of your spec sources contain a spec satisfying the ...
Answering my own question: Below snippet for cocoa pods worked. pod 'React', :path => './node_modules/react-native', :subspecs => [ 'Core', ...
Read more >
About iOS 16 Updates - Apple Support
This update introduces Freeform, an app that offers a great place to brainstorm and bring your ideas to life. This release also adds...
Read more >
Upgrading to new versions - React Native
There's currently two ways for upgrading your React Native project: by using React Native CLI or manually with Upgrade Helper.
Read more >
CocoaPods не смог найти совместимые версии для pod "React ...
Kurts-MacBook-Pro-2:ios kurtpeek$ pod install Analyzing dependencies Fetching ... node_modules/react-native`) None of your spec sources contain a spec ...
Read more >
5 things to try on your iPhone with iOS 16 - The Washington Post
Apple users can now update to a new software, iOS 16. We round up all the key highlights and tell you the most...
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