2017-12-13 16 views
1

내가 가게에 응용 프로그램을 업로드하려면,하지만 난이 문제에 직면하고 있습니다 : enter image description here시작 화면 오류가 9.2

LaunchImage에 업로드 한 이미지입니다 : enter image description here

및이 응용 프로그램입니다 일반 특성 :

: You're targeting iOS 8.0, but named colors can only be accessed from an Asset Catalog in iOS 11.0 and later. 
: enter image description here

나는 이러한 경고가 0

An iPhone Retina (4-inch) launch image for iOS 7.0 and later is required. 

내가 그들을 추가하는 크기가 필요 모르고하는 방법을 추가, 는 어떻게해야합니까?

+0

이를 확인하시기 바랍니다 : (https://medium.com/@oliviazyc/how-to-fix- : [엑스 코드 검증 오류를 해결하는 방법 "바이너리은 아이폰 5에 최적화되지 않는다"] xcode-validation-error-your-binary-is-optimized-for-iphone-5-155f7ee70868) – Kevinosaurio

답변

0
Use below size images 

Portrait 
iPhone 

3.5 Inch => 640 x 960 
4.0 Inch => 640 x 1136 
4.7 Inch => 750 x 1334 
5.5 Inch => 1242 x 2208 
5.8 Inch => 1125 x 2436 

iPad 

1536 x 2048 


[![enter image description here][1]][1] 


    [1]: https://i.stack.imgur.com/eD6gh.png 
+0

같은 오류 : \ –

+0

스플래시 images.xcassets 또는 기본값 @ –

+0

은 어떻게 설정합니까? 의미하지만, 이미지를 images.xcassets 및 xcode로 드래그 앤 드롭하면 이미지 이름이 default @로 시작하지 않습니다. –

0
Please follow below steps: 

1. Project Target settings remove Launch Screen File 
2. Enable Launch Image Source with Assets.xcassets 
3. Add LaunchImage set in Assets.xcassets and assign correct size images 

For ex Portrait Sizes: 


iPhone 

3.5 Inch => 640 x 960 
4.0 Inch => 640 x 1136 
4.7 Inch => 750 x 1334 
5.5 Inch => 1242 x 2208 
5.8 Inch => 1125 x 2436 

iPad 

1536 x 2048 

4. Project Target change Launch Image Source to LaunchImage 

[![enter image description here][1]][1] 


    [1]: https://i.stack.imgur.com/ukSHj.png