Audiokinetic의 커뮤니티 Q&A는 사용자가 Wwise와 Strata 커뮤니티 내에서 서로 질문과 답변을 하는 포럼입니다. Audiokinetic의 기술 지원팀에게 문의하고 싶으신 경우 지원 티켓 페이지를 사용해주세요.

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

+1 투표
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?
문의 2019 7월 23 General Discussion Francisco M. (150 포인트) 로 부터

2 답변

+1 투표
same as you's, had you fix?
답변 2020 5월 7 helios b. (160 포인트) 로 부터
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 투표
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)
답변 2023 10월 25 Manvendra D. (140 포인트) 로 부터
...