react-native-spinkit
react-native-spinkit copied to clipboard
react/rctviewmanager.h file not found
I know there's another issue related to that issue, but it looks like it's dead.
That's what I did:
- react-native init
- Then I set up some certificate stuff related to the app.
- Then I set up a Podfile.
- Then I followed the setup insttructions on
react-native-spinkit. Also didpod installwhich generatedios/Pods/React/.
Now on XCode it gives that error: react/rctviewmanager.h file not found.
Tried to set Headers Search path..
In order to make sure it's not a local issue I've installed another module (react-native-vector-icons) on a different project, with the same traits as above, and it worked.
Are we sure the project compiles?
Thanks for the project and for your help! :)
"react": "16.3.1",
"react-native": "0.55.4",
"react-native-spinkit": "^1.1.1"
Having exact same problem at the moment. Could you fix it by any chance?
same problem
"react": "^16.8.3",
"react-native": "^0.59.9",
"react-native-spinkit": "^1.3.0"
same propblem :/ version 1.5.0
I am also seeing this issue with [email protected] and [email protected]
I am also seeing this issue with
[email protected]and[email protected]
If you upgraded from some RN version <0.60 you need to remove everything from the Libraries folder on xcode, for more information, look at this: https://github.com/react-native-community/upgrade-support/issues/14