menu
 

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

0 투표
I'm getting this error when trying to build for iOS

Plugin 'libAkSoundEngine.a' is used from several locations:
 Assets/Wwise/Deployment/Plugins/iOS/DSP/libAkSoundEngine.a would be copied to <PluginPath>/libAkSoundEngine.a
 Assets/Wwise/Deployment/Plugins/iOS/Release/libAkSoundEngine.a would be copied to <PluginPath>/libAkSoundEngine.a
Please fix plugin settings and try again.

On investigating, the libAkSoundEngine.a files in the DSP and Release folders are marked for inclusion in the iOS build. This is done by Wwise scripts on build (I tried changing settings manually and they switch back) so it seems like intended behaviour, but it's causing the build to fail so I suspect I'm missing something.

If anyone knows if there's a setting I need to change or if it's a faulty install or something else I've overlooked, I would greatly appreciate the assistance.
General Discussion Tim D. (100 포인트) 로 부터

1 답변

+1 투표
Hello Tim, you are not missing anything, this is a bug that was introduced in Launcher 2019.5.0.905.
We shipped today Launcher 2019.6.0.714 that addresses that problem.

If you already have integrated iOS in your Unity project, you simply have to remove  libAkSoundEngine.a from the DSP folder.

Hope this helps !
Noemie P. (Audiokinetic) (12.9k 포인트) 로 부터
...