When I run game with Xcode 8, I see unity splash screen then it crashes. Code worked perfect in Xcode 7, but same code crashing in Xcode 8 with below message.
You are using Unity iPhone Basic. You are not allowed to remove the Unity splash screen from your game
Unity version : 4.6.9
How to fix it for Xcode 8 ?
Already tried This but not fixed in Xcode 8 : Error: You are not allowed to remove the Unity splash screen from your game
Some More Observation: Compress png in Xcode 8 compresses splash screen more than Xcode 7. So this is the route cause. Waiting for Unity team to fix issue with splash screen comparision methods.