maxs15 / react-native-spinkit

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

Build error 'fatal error: 'RCTViewManager.h' file not found' #46

Open vegmorse opened 7 years ago

vegmorse commented 7 years ago

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

captura de pantalla 2017-01-24 a las 18 32 36 captura de pantalla 2017-01-24 a las 18 30 58

alexleventer commented 7 years ago

+1

maxs15 commented 7 years ago

Whats the version of the plugin you're using ?

vegmorse commented 7 years ago

version 1.0.1

nadeermalangadan commented 7 years ago

+1

maxs15 commented 7 years ago

For RN < 0.40 support, use react-native-spinkit@0.1.5

byk04712 commented 7 years ago

wx20170217-152634 I have the same problem.

xcode:8.2 "react": "^15.4.2", "react-native": "^0.41.2", "react-native-spinkit": "^1.0.2",

jp928 commented 7 years ago

try run react-native link again

MichaelDanielTom commented 7 years ago

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.

joe307bad commented 4 years ago

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