Reputation: 1957
How do you remove the Splash screen in xcode, I have tried deleting all of the pictures, project -> clean etc.
I am using xcode 4.6.3 iPad simulator 6.1
I have tried many other answers on the web.. the main trend seems to be delete the app from the simulator then rebuild it, but I cant find the directory of the simulator to delete the app.
Any help would be great,
Thanks.
Upvotes: 1
Views: 1772
Reputation: 2847
first way this is delete splash screen in Project -> Target -> Summary -> Launch images -> right click -> delete
second way this is remove all 'Default*.png' images like Default@2x, Default, Default-568h@2x,etc
Upvotes: 0
Reputation: 20410
What about resetting the simulator?
iOS Simulator -> Reset contents and settings
Upvotes: 2