react-native-unity-view icon indicating copy to clipboard operation
react-native-unity-view copied to clipboard

Using with iOS simulator

Open dmitry-markevich opened this issue 3 years ago • 0 comments

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

dmitry-markevich avatar Sep 10 '21 09:09 dmitry-markevich