Reputation: 937
I can't fix the layout of iPhone6 in Xcode7. I tried them
・choose them at App Icons and Launch Images in General(in target). App Icons Source→AppIcon Launch Images Source→LaunchImage Launch Screen File→(blank) →the black bar appeared upside and downside in all devices.
・choose them at App Icons and Launch Images in General(in target) and make LaunchScreen.storyboard
App Icons Source→AppIcon
Launch Images Source→LaunchImage
Launch Screen File→LaunchScreen.storyboard
→I couldn't build the project because of the error "WatchOS storyboards do not support target device type 'iPhone' "
・choose them at App Icons and Launch Images in General(in target).
App Icons Source→AppIcon
Launch Images Source→LaunchImage
Launch Screen File→Launch Image
→the black bar didn't appear and fixed the layouts in the devices before iPhone5s. but in iPhones after iPhone6, the layout were broken.
How can I fix the layout in the devices after iPhone6?
Upvotes: -2
Views: 97
Reputation: 1
You need to add a LaunchImage for iPhone 6 and later devices.
Upvotes: 0