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 byReact/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:
- Created 7 years ago
- Comments:11 (6 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

As the error is trying to tell you. You need to include the dependency Yoga.
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