react-native-3d-model-view
react-native-3d-model-view copied to clipboard
'RCT3DModel-Swift.h' file not found
Hi @johankasperi ,
We tried consuming this library v1.2.0 with latest version of RN(0.61.5). The library works great in Android, however on IOS we are facing 'RCT3DModel-Swift.h' file not found issue.
We tried to install the library using pods and swift version is 5.0.
Can anyone help ?
Thanks in advance
Hi! I'm fasing the same issue downgrading Swift from 5 to 4.2.
@Malikkhoja so, for me the solution was to manually link the package
i am also facing same issue on ios?
'RCT3DModel-Swift.h' file not found
I have the same issue
same story...
Any solution? Thanks
Any solution? Thanks
Try to link package this way https://reactnative.dev/docs/linking-libraries-ios#manual-linking
Any solution? Thanks
Try to link package this way https://reactnative.dev/docs/linking-libraries-ios#manual-linking
Thanks mate but it's not working.
I found that the .a file in Products folder are in red and there isn't a RCT3DModel-Swift.h in the xcodeproj, would either of them be the problem?

Sorry if I asked any stupid question as I'm a newbie in developing apps. Thanks.
Same problem can you provide me solution
npx react-native link
@Malikkhoja-zz @aditya23jaitly @OutcastJJ Check this out -> https://github.com/BonnierNews/react-native-3d-model-view/pull/57
@malikkhoja so, for me the solution was to manually link the package
How you linked packages please help.