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.

AkiOSPlugins.cpp compilation error

+1 vote

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?

asked Jun 9, 2021 in General Discussion by Corey M. (150 points)

1 Answer

0 votes
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.
answered Jun 14, 2021 by Corey M. (150 points)
...