Configured my iOS and Android projects according to the README. It works fine for Android, but when I build for iOS I get these errors:
Some of these errors are:
MyApp/node_modules/@azesmway/react-native-unity/ios/Il2CppOutputProject/IL2CPP/external/baselib/Include/C/Baselib_Debug.h:17:1 Use of undeclared identifier 'BASELIB_API'
MyApp/node_modules/@azesmway/react-native-unity/ios/Il2CppOutputProject/IL2CPP/external/baselib/Include/C/Baselib_Debug.h:4:1 A type specifier is required for all declarations
Not sure if it's relevant, but in the folder where UnityFramework.framework was created there were also libGameAssembly.a and libil2cpp.a which I didn't copy when I copied the UnityFramework.framework folder.
I'm using
Configured my iOS and Android projects according to the README. It works fine for Android, but when I build for iOS I get these errors:
Some of these errors are:
Not sure if it's relevant, but in the folder where
UnityFramework.framework
was created there were alsolibGameAssembly.a
andlibil2cpp.a
which I didn't copy when I copied theUnityFramework.framework
folder.Another screenshot of the same errors: