Alisher Akbarov
Alisher Akbarov
> Currently experiencing the exact same problem with iOS 12 and Unity 2019.1.14f1 / Vuforia 8.3.8. > Error starts when the `UnityPostMessage(gameObject, methodName, message);` method has been called Are you...
Have you tried to add library search path for react to UnityView.xcodeproj? In my case it solves the issue.
Try to add the following both to the project and the target Library search paths of RNUnityView.xcodeproj and set it to recursive. ‘$(SRCROOT)/../../../ios/Pods/Headers/Public’
> * Unity -> Preferences->External Tools @ziyoshams Thanks for the guide! I'm not familiar with Android development, can you give some tips on how to reduce .apk size? And is...
> Just get the `ref` from `UnityView ` and it has the same methods as UnityModule. Stuck on the same problem. Can you please check what might be wrong? Thank...