I am trying to run a Unity game in Xcode. When the “SDK device” is configured in the configuration of the Unity iOS player, everything is fine. But when I switch to the "Simulator SDK" (to use the iOS simulator), in Xcode, when I launch my game, the following error occurs:
You are using Unity iPhone Basic. You cannot remove the Unity pop-up screen from your game.
Due to this error, the game crashes at startup. I have not changed anything regarding the splash screen in the Unity player settings. So what could be causing this problem? I found some results on Google regarding this error, but no one helps ...
PS: I use Unity 4.6.3 and Xcode 6.1.1. These should be the latest versions.
Boris source share