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.