react-native-movable-view icon indicating copy to clipboard operation
react-native-movable-view copied to clipboard

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

Open samirmagnates opened this issue 5 years ago • 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.

samirmagnates avatar Oct 01 '19 06:10 samirmagnates

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

Pointotech avatar Apr 21 '20 03:04 Pointotech

And there is not solution?

isma4102 avatar May 15 '20 02:05 isma4102