CFBundleIdentifier Collision

Thanks! That did make my game pass validation. However, it’s now showing me this error :

DllNotFoundException: fmodstudio
FMOD.Memory.GetStats (System.Int32& currentalloced, System.Int32& maxalloced, System.Boolean blocking) (at <3780f6b4f1ff43daba44342ce793fcf7>:0)

Is there anything else I need to do after changing the bundle ID in the info.plist?

(edited because there was an unrelated issue first that I managed to solve)