Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Skin disappeared after installing Xcode 6 iOS Simulator 8

After installing Xcode 6 I got the new version of the iOS Simulator.

Unfortunately, the nice iPhone skin/frame is gone. It was great for taking screenshots.

How get I get it back to work?

Yes, I have a Retina MB 15” and yes, the scale is on 100%.

like image 874
raphael Avatar asked Sep 20 '14 02:09

raphael


1 Answers

Don’t use the simulator for device screenshots. Apple provides hi-res Photoshop files that have placeholders for your screenshots. Their status bars are also perfect, App Store-ready 9:41 AM works of art :)

Link: https://developer.apple.com/app-store/marketing/guidelines/#images

Update: you can also use frameit from Fastlane to automate this.

like image 73
Zev Eisenberg Avatar answered Oct 16 '22 09:10

Zev Eisenberg