react-native-ar / react-native-arkit

React Native binding for iOS ARKit
MIT License
1.72k stars 143 forks source link

React/RCTConvert.h file not found #201

Open sercanov opened 4 years ago

sercanov commented 4 years ago

It throws RCTConvert.h not found at first line of color-grabber. Manually linked the library, using react-native 0.60.3.

Any ideas?

WestFR commented 4 years ago

Same error for me with same version of react-native. This package is awesome but not works with last version of react-native.

Need to improve this package for works with last version please !

Thanks

code-matt commented 4 years ago

Have not tried 60+ yet for this but you need to either give these instructions a try:

https://github.com/react-native-community/cli/blob/master/docs/autolinking.md#how-can-i-disable-autolinking-for-unsupported-library

or, I think to fix though, a RCTARKit.podspec file needs to be added to the root and who knows what else to make autolinking work. I dunno if PRs are even being looked at here anymore.

saeedtkh commented 4 years ago

Any updates??? I am using react native 60 and I have the same problem!

kibiz0r commented 4 years ago

Try code-matt's fix here: https://github.com/react-native-ar/react-native-arkit/pull/208

And see my comment about modifying the Podfile: https://github.com/react-native-ar/react-native-arkit/pull/208#issuecomment-592971819

ruby0888 commented 3 years ago

I have the same issue. Any updates?

macrozone commented 3 years ago

@RixBai i am sorry, this repo is currently not maintained und untested with current react-native versions.

maybe give https://github.com/viromedia/viro/ a try

ruby0888 commented 3 years ago

Oh, Gotcha @macrozone Thanks for letting me know.

macrozone commented 3 years ago

@RixBai i updated the readme with the information :-)