react-native-spinkit
react-native-spinkit copied to clipboard
Build error 'fatal error: 'RCTViewManager.h' file not found'
After the Manual linking - IOS when performing a build gives me the following error. Can you help me? Thank you! RN: 0.39 Xcode: 8.2
+1
Whats the version of the plugin you're using ?
version 1.0.1
+1
For RN < 0.40 support, use [email protected]
I have the same problem.
xcode:8.2 "react": "^15.4.2", "react-native": "^0.41.2", "react-native-spinkit": "^1.0.2",
try run react-native link again
I had this problem trying to follow the manual instructions as well, but solved it buy just installing react-native-spinkit with Cocoapods (like the rest of my react-native libraries)
Yeouchien's pull request makes everything a lot easier, so I just added this to my package.json:
"react-native-spinkit": "git://github.com/yeouchien/react-native-spinkit.git#podspec"
And this to my Podfile
pod 'react-native-spinkit', :path => './path/to/my/node_modules/react-native-spinkit'
And everything worked smoothly.
I am also seeing this issue with [email protected]
and [email protected]