I'm trying to run my Unity game in Xcode. When 'Device SDK' is configured in the Unity iOS player setting, everything is fine. But when I switch to 'Simulator SDK' (to use the iOS simulator), the following error occurs in Xcode on startup of my game:
You are using Unity iPhone Basic. You are not allowed to remove the Unity splash screen from your game.
Due to this error the game crashes on startup. I didn't change anything regarding the splash screen in my Unity player settings. So what could be the cause of this problem? I found some results on Google regarding this error, but none seems to help...
PS: I'm using Unity 4.6.3 and Xcode 6.1.1 Those should be the latest versions available.