I've done the following steps:
1. Create a new project in Unity 5
2. Create a new Wwise project next to the Assets folder
3. Imported the WwiseUnityIntegration_v2014.1.4_Mac.unitypackage
Now my console is full of errors like this:
Multiple plugins with the same name 'aksoundengine' (found at 'Assets/Wwise/Deployment/Plugins/Mac_new/Release/AkSoundEngine.bundle' and 'Assets/Wwise/Deployment/Plugins/Mac_new/Profile/AkSoundEngine.bundle'). That means one or more plugins are set to be compatible with Editor. Only one plugin at the time can be used by Editor.
There seems to be 3 versions of the aksoundengine, release, debug and profile. What is the recommended solution for fixing this situation?