react-native-spinkit icon indicating copy to clipboard operation
react-native-spinkit copied to clipboard

react/rctviewmanager.h file not found

Open elyran opened this issue 7 years ago • 6 comments

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 avatar Jun 28 '18 17:06 elyran

"react": "16.3.1",
"react-native": "0.55.4",
"react-native-spinkit": "^1.1.1"

elyran avatar Jun 28 '18 17:06 elyran

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

murat-mehmet avatar Oct 06 '18 09:10 murat-mehmet

same problem

"react": "^16.8.3",
"react-native": "^0.59.9",
"react-native-spinkit": "^1.3.0"

Desintegrator avatar Oct 30 '19 09:10 Desintegrator

same propblem :/ version 1.5.0

MahmoudShaeer avatar Jan 28 '20 03:01 MahmoudShaeer

I am also seeing this issue with [email protected] and [email protected]

joe307bad avatar Jun 03 '20 20:06 joe307bad

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

benedusi avatar Jun 04 '20 18:06 benedusi