Skip to content

[iOS]pod install error:[!] Unable to find a specification for Yoga (= 0.43.3.React) depended upon by React/Core #13526

Description

@firetheworld

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 by React/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" } }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions