3

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

enter image description here

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.

Community
  • 1
  • 1
iPhoneProcessor
  • 4,980
  • 6
  • 27
  • 49

1 Answers1

1

Good News. Apple fixed this problem in Xcode 8.1

Apple reverted their changes related to compress PNG and this fixed splash screen comparison problem in Unity exported code.

iPhoneProcessor
  • 4,980
  • 6
  • 27
  • 49