[iOS]pod install error:[!] Unable to find a specification for Yoga (= 0.43.3.React)
depended upon by React/Core
#13526
Labels
Resolution: Locked
This issue was locked by the bot.
Hi,I'm integrate React Native into my application,and I have problem in the step pod install with error Information below:
[!] Unable to find a specification for
Yoga (= 0.43.3.React)
depended upon byReact/Core
Here is my Podfile
`target 'testRN' do
pod 'React', :path => '../node_modules/react-native', :subspecs => [
'Core',
'RCTText',
'RCTWebSocket',
]
use_frameworks!
end
`
I have already npm install , and here is my package.json
{ "name": "testRN", "version": "0.0.1", "private": true, "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start", "test": "jest" }, "dependencies": { "react": "16.0.0-alpha.6", "react-native": "0.43.3" }, "devDependencies": { "babel-jest": "19.0.0", "babel-preset-react-native": "1.9.1", "jest": "19.0.2", "react-test-renderer": "16.0.0-alpha.6" }, "jest": { "preset": "react-native" } }
The text was updated successfully, but these errors were encountered: