venits/react-native-movable-view

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

samirmagnates opened this issue · 2 comments

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.

This is a problem with React-Native and iOS in general.

And there is not solution?