maxs15 / react-native-spinkit

A collection of animated loading indicators for React Native
MIT License
2.36k stars 300 forks source link

react/rctviewmanager.h file not found #93

Open elyran opened 6 years ago

elyran commented 6 years ago

I know there's another issue related to that issue, but it looks like it's dead.

That's what I did:

  1. react-native init
  2. Then I set up some certificate stuff related to the app.
  3. Then I set up a Podfile.
  4. Then I followed the setup insttructions on react-native-spinkit. Also did pod install which generated ios/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! :)

elyran commented 6 years ago
"react": "16.3.1",
"react-native": "0.55.4",
"react-native-spinkit": "^1.1.1"
murat-mehmet commented 5 years ago

Having exact same problem at the moment. Could you fix it by any chance?

Desintegrator commented 4 years ago

same problem

"react": "^16.8.3",
"react-native": "^0.59.9",
"react-native-spinkit": "^1.3.0"
MahmoudShaeer commented 4 years ago

same propblem :/ version 1.5.0

joe307bad commented 4 years ago

I am also seeing this issue with react-native@0.61.5 and react-native-spinkit@1.5.0

benedusi commented 4 years ago

I am also seeing this issue with react-native@0.61.5 and react-native-spinkit@1.5.0

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