Skip to content

Unable to find a specification for React-Core (= 0.61.1) depended upon by React #3

Description

@samirmagnates

I got the following error after the following command:
Screenshot 2019-10-01 at 12 16 56 pm

this is my pod file

  `    # Uncomment the next line to define a global platform for your project
       # platform :ios, '9.0'

       target 'HP' do
       # Comment the next line if you don't want to use dynamic frameworks
         use_frameworks!

         # Pods for HP
         pod 'React', :path => '../node_modules/react-native'
         pod 'rn-fetch-blob', :path => '../node_modules/rn-fetch-blob'
         target 'HP-tvOSTests' do
           inherit! :search_paths
           # Pods for testing
         end

         target 'HPTests' do
           inherit! :search_paths
           # Pods for testing
         end

   end `

I have also tried different things from stack-overflow and from GitHub, but can't succeed,

In android its working fine, there is no issue, but in iOS can't able to run

Thanks in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions