Crash on OSX when using programmer sound

Thanks for getting back to me.
We’re now hit with that issue: Linker error with FMOD Studio Unity iOS fmodstudio11009_v2_patch2

We then changed the wrapper to that. Is there any value you’d advise for exclusive and inclusive?

public RESULT getCPUUsage(out uint exclusive, out uint inclusive)
{
    //return FMOD_Studio_Bus_GetCPUUsage(this.handle, out exclusive, out inclusive);
    exclusive = 1;
    inclusive = 1;
    return RESULT.OK;
}