Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

[Wwise Unity Integration 2019.1.2.7018.1481] Undefined symbols for architecture armv7 for iOS build

+1 vote
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?
asked Jul 23, 2019 in General Discussion by Francisco M. (150 points)

2 Answers

+1 vote
same as you's, had you fix?
answered May 7, 2020 by helios b. (160 points)
Hi!

Well, if I remember correctly my problem was when trying to build on iOS using Unity Cloud. But in any case, when I've experienced this kind of problems, the only solution that has worked for me has been to delete the integration and create it again (possibly with an updated version of the integration). Sorry for not being of more help.
0 votes
Any update on this I am also getting the same error on my IOS platform at time of Local and Archive build seems to be missing a AK framework:

Unity Version : 2021.3.28f1
Wwise Version : 2021.1.7.7796
Xcode Version : 15.0.1

Error Message :

ld: Undefined symbols:

  _CSharp_AkChannelConfig_Ambisonic, referenced from:

      _AkSoundEnginePINVOKE_CSharp_AkChannelConfig_Ambisonic_m0647A7F6741678DAA98C6097477BE3FF00F3DC7B in AK.Wwise.Unity.API__1.o

  _CSharp_AkChannelConfig_Anonymous, referenced from:

      _AkSoundEnginePINVOKE_CSharp_AkChannelConfig_Anonymous_m9A6F6F606CE16D8F3CEAB9002AC9FCC03B7B367F in AK.Wwise.Unity.API__1.o

  _CSharp_AkChannelConfig_Object, referenced from:

      _AkSoundEnginePINVOKE_CSharp_AkChannelConfig_Object_m34AECA1BEF126E7EF018236A22CADBBE725F87D4 in AK.Wwise.Unity.API__1.o

  _CSharp_AkChannelConfig_Standard, referenced from:

      _AkSoundEnginePINVOKE_CSharp_AkChannelConfig_Standard_m6A9AD56838AED1D74716FD159C638854B82E472C in AK.Wwise.Unity.API__1.o

clang: error: linker command failed with exit code 1 (use -v to see invocation)
answered Oct 25, 2023 by Manvendra D. (140 points)
...