iOS 앱 업로드 시 ERROR ITMS-90096: Your binary is not optimized for iPhone 5...

1764 단어

문제 설명


iOS 업로드 앱의 문제가 발생했습니다. 바이너리 패키지를 업로드할 때 오류를 보고하는 것입니다.
ERROR ITMS-90096: "Your binary is not optimized for iPhone 5 - New iPhone apps and app updates submitted must support the 4-inch display on iPhone 5 and must include a launch image referenced in the Info.plist under UILaunchImages with a UILaunchImageSize value set to {320, 568}. Launch images must be PNG files and located at the top-level of your bundle, or provided within each .lproj folder if you localize your launch images. Learn more about iPhone 5 support and app launch images by reviewing the 'iOS Human Interface Guidelines' at https://developer.apple.com/ios/human-interface-guidelines/graphics/launch-screen."
ERROR ITMS-90096: "Your binary is not optimized for iPhone 5 - New iPhone apps and app updates submitted must support the 4-inch display on iPhone 5 and must include a launch image referenced in the Info.plist under UILaunchImages with a UILaunchImageSize value set to {320, 568}. Launch images must be PNG files and located at the top-level of your bundle, or provided within each .lproj folder if you localize your launch images. Learn more about iPhone 5 support and app launch images by reviewing the 'iOS Human Interface Guidelines' at https://developer.apple.com/ios/human-interface-guidelines/graphics/launch-screen."

해결 방법:

  • 그림의 이름을 Default-568로 변경합니다.png, 사이즈 크기는 320*568입니다
  • 그림을 공사의 루트 목록에 넣으세요
  • 공사plist 파일 수정, 가입
  • UILaunchImages
    
        
            UILaunchImageName
            Default-568
            UILaunchImageSize
            {320, 568}
        
    
    

    좋은 웹페이지 즐겨찾기