ios - No room for iPhone4 launch images -


i'm launching app iphone only, started "empty application". in images.xcassets folder of project, there space add 2 (and two) launch images, no reference size of device. took screenshots of app in simulator , dropped them in place this

enter image description here

when tried validate project got error message

your binary not optimized iphone5 - new iphone apps , app updates submitted must support 4-inch display on iphone 5 , must 

include launch image referenced in info.plist under uilaunchimages uilaunchimagesize value set (320, 568). launch images must png files , located @ top-level of bundle, or provided within each .lproj folder if localize launch images.

thinking might problem plist file, took @ info plist files. in file myappname-info.plist, added property values erorr message (320, 568). note, couldn't find property uilaunchimageswhich why selected launchimage property value

enter image description here

however, when ran validation again, got same error message. can explain might doing wrong (is problem plist or launch images i've added or not added)?

delete current launchimage , create new one.

images.xcassets > choose editor > new launch image (by right click)

enter image description here

drag images project first , substitute launch images app icons. refer apple documentation correct sizes , specific details. should (no warnings) when images added following -

enter image description here


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -