react-native-movable-view
react-native-movable-view copied to clipboard
Unable to find a specification for `React-Core (= 0.61.1)` depended upon by `React`
I got the following error after the following command:
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?