You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Has anyone managed to use react-native-unity-view with a simulator on iOS?
I try to export iOS project with Target SDK = Simulator SDK in Player Settings, but when building I get:
Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_UnityAppController", referenced from: objc-class-ref in libreact-native-unity-view.a(RNUnityViewManager.o) objc-class-ref in libreact-native-unity-view.a(UnityUtils.o) ld: symbol(s) not found for architecture x86_64
The text was updated successfully, but these errors were encountered:
Has anyone managed to use react-native-unity-view with a simulator on iOS?
I try to export iOS project with Target SDK = Simulator SDK in Player Settings, but when building I get:
Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_UnityAppController", referenced from: objc-class-ref in libreact-native-unity-view.a(RNUnityViewManager.o) objc-class-ref in libreact-native-unity-view.a(UnityUtils.o) ld: symbol(s) not found for architecture x86_64
The text was updated successfully, but these errors were encountered: