Hello,
i'm using unity , the android version work but not the build for IOS.
The build in unity end with no error but when i build on Xcode i had the link error :
Undefined symbols for architecture arm64:
"_CSharp_IsInitialized", referenced from:
_AkSoundEnginePINVOKE_CSharp_IsInitialized_m_2072662000_0 in Bulk_Assembly-CSharp_2.o
_AkSoundEngine_IsInitialized_m_734225312_0 in Bulk_Assembly-CSharp_2.o
(maybe you meant: _AkSoundEnginePINVOKE_CSharp_IsInitialized_m_2072662000_0)
And others errors like that...
What can i do to fix that ?
thx.