react-native-unity
react-native-unity copied to clipboard
Error Undefined symbol: _onUnityMessage
I get the following error when running. Can anyone help?
I run on ios.

Undefined symbols for architecture arm64: "_onUnityMessage", referenced from: _UnityMessageManager_onUnityMessage_m7B4D8327A829C74225344901D44A0287E49F65D5 in Assembly-CSharp.o (maybe you meant: _UnityMessageManager_onUnityMessage_m7B4D8327A829C74225344901D44A0287E49F65D5) ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
How did you solve it?