smj2393
smj2393

Reputation: 1957

Remove splash screen in xcode 4.6.3 using iPad simulator 6.1

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

Answers (2)

Anton
Anton

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

something like this

Upvotes: 0

Antonio MG
Antonio MG

Reputation: 20410

What about resetting the simulator?

iOS Simulator -> Reset contents and settings

Upvotes: 2

Related Questions