When trying to make an iOS build using Wwise Unity Integration 2019.1.2.7018.1481, I get the following linker error:
Undefined symbols for architecture armv7:
"_CSharp_AkMusicSyncCallbackInfo_SWIGUpcast", referenced from:
_AkSoundEnginePINVOKE_CSharp_AkMusicSyncCallbackInfo_SWIGUpcast_m4F9DCF8983DE83058C5FBCA9FD7B24D070A940D1 in Assembly-CSharp2.o
(maybe you meant: _AkSoundEnginePINVOKE_CSharp_AkMusicSyncCallbackInfo_SWIGUpcast_m4F9DCF8983DE83058C5FBCA9FD7B24D070A940D1
)
"_CSharp_AkDynamicSequenceItemCallbackInfo_SWIGUpcast", referenced from:
_AkSoundEnginePINVOKE_CSharp_AkDynamicSequenceItemCallbackInfo_SWIGUpcast_mF829AA7EF8391DDA4BAB5FF65256344BAC69216F in Assembly-CSharp2.o
(maybe you meant: _AkSoundEnginePINVOKE_CSharp_AkDynamicSequenceItemCallbackInfo_SWIGUpcast_mF829AA7EF8391DDA4BAB5FF65256344BAC69216F
)
"_CSharp_AkDurationCallbackInfo_SWIGUpcast", referenced from:
_AkSoundEnginePINVOKE_CSharp_AkDurationCallbackInfo_SWIGUpcast_m455EF5CAAD3B014E471E606B10E6F299C52D6C62 in Assembly-CSharp2.o
(maybe you meant: _AkSoundEnginePINVOKE_CSharp_AkDurationCallbackInfo_SWIGUpcast_m455EF5CAAD3B014E471E606B10E6F299C52D6C62
)
"_CSharp_AkMarkerCallbackInfo_SWIGUpcast", referenced from:
_AkSoundEnginePINVOKE_CSharp_AkMarkerCallbackInfo_SWIGUpcast_mFD7138F3FA636E3D30614521A25CCBA38B5888AA in Assembly-CSharp2.o
(maybe you meant: _AkSoundEnginePINVOKE_CSharp_AkMarkerCallbackInfo_SWIGUpcast_mFD7138F3FA636E3D30614521A25CCBA38B5888AA
)
"_CSharp_AkEventCallbackInfo_SWIGUpcast", referenced from:
_AkSoundEnginePINVOKE_CSharp_AkEventCallbackInfo_SWIGUpcast_m71B287C4309A82C3E06135BD2600CBD665F450C4 in Assembly-CSharp2.o
(maybe you meant: _AkSoundEnginePINVOKE_CSharp_AkEventCallbackInfo_SWIGUpcast_m71B287C4309A82C3E06135BD2600CBD665F450C4
)
"_CSharp_AkPlaylist_SWIGUpcast", referenced from:
_AkSoundEnginePINVOKE_CSharp_AkPlaylist_SWIGUpcast_mCA37D165D866477D635F77DBC256F82D41B814BC in Assembly-CSharp2.o
(maybe you meant: _AkSoundEnginePINVOKE_CSharp_AkPlaylist_SWIGUpcast_mCA37D165D866477D635F77DBC256F82D41B814BC
)
(There's a lot more)
It seems to be missing a library or framework, but I don't know which it is... Could you please help me?