menu
 

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

+1 투표

I'm developing a Unity application using Wwise and targeting iOS. When i compile in Xcode, `AkiOSPlugins.cpp` throws the following error:

Redefinition of '_pluginName_' with a different type: 'void *' vs 'AK:PluginRegistration'

When i open the file in VS Code I get a similar error:

declaration is incompatible with "void *_pluginName_" (declared at line 65)

Google searches aren't helping much. Any ideas?

General Discussion Corey M. (150 포인트) 로 부터

1 답변

0 투표
It turns out uninstalling the "Unity Integration Extensions (recommended)" via the Wwise launcher did the trick. Thankfully we're not using them.

For what it's worth, I'm using Wwise 2021.1.1.7601, maybe this was fixed in a later version.
Corey M. (150 포인트) 로 부터
...