react-native-unity
react-native-unity copied to clipboard
os/c-api/il2cpp-config-platforms.h' file not found
I have spend a lot of time to attempt it for last one week & tried manys ways to resolve it but remain until falied so kindly guide me properly that how to resolve it .
I have also cleand properly with this below command
Replace [PRJECT_NAME] with RNUnity "cd ios; rm -rf ~/Library/Caches/CocoaPods; rm -rf Pods; rm -rf [PROJECT_NAME].xcworkspace; rm -rf ~/Library/Developer/Xcode/DerivedData/*; pod deintegrate; rm -f ios/Podfile.lock; pod setup; arch -x86_64 pod install;”
And also I have proper fallowed the documentation of this below defined package with each & everything step by step in more confident way but still remain error.
-> Environment: Unity - 2020.3.42, Xcode - Version 15.2 (15C500b)
Now Using version
"@azesmway/react-native-unity": "^1.0.7", "react": "18.2.0", "react-native": “0.72.3”
Also you may look the short video at below for better understanding of this coming issue
https://drive.google.com/file/d/18LZpOL3uOZZ5Ae5XkGdaQdQGFjrVZrhC/view?usp=sharing
I shall be very thankful to you for your support to resolving @azesmway @Luluno01 @zyzo @Xanewok
Thanks for mentioning me but I'm not an expert in dealing with these low-level stuff 🥹, and I haven't been touching anything related to embedding Unity in RN for a while. That said, the error seems to come from the IL2CPP library. To verify if there is a problem with IL2CPP itself, would you please build the Unity project itself as an iOS app?
@huzaifahazelGit did you succeed to resolve this issue as I have the same problem trying to build for ios.
@huzaifahazelGit did you succeed to resolve this issue as I have the same problem trying to build for ios. After a lot of attempts Yes , I have suceed to resolve this issue when I shifted to lower version "@azesmway/react-native-unity": "^0.4.0",