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

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

Open vegmorse opened this issue 8 years ago • 9 comments

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

vegmorse avatar Jan 24 '17 17:01 vegmorse

+1

alexleventer avatar Feb 02 '17 17:02 alexleventer

Whats the version of the plugin you're using ?

maxs15 avatar Feb 02 '17 20:02 maxs15

version 1.0.1

vegmorse avatar Feb 03 '17 08:02 vegmorse

+1

nadeermalangadan avatar Feb 03 '17 09:02 nadeermalangadan

For RN < 0.40 support, use [email protected]

maxs15 avatar Feb 03 '17 19:02 maxs15

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",

byk04712 avatar Feb 17 '17 07:02 byk04712

try run react-native link again

jp928 avatar Feb 17 '17 07:02 jp928

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.

MichaelDanielTom avatar Apr 18 '17 08:04 MichaelDanielTom

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

joe307bad avatar Jun 03 '20 20:06 joe307bad