azesmway / react-native-unity

MIT License
257 stars 61 forks source link

Error Undefined symbol: _onUnityMessage #61

Open amingdevelope opened 1 year ago

amingdevelope commented 1 year ago

I get the following error when running. Can anyone help?

I run on ios.

Screenshot 2023-01-26 at 03 47 17

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)

goldenbeeee commented 1 year ago

How did you solve it?