iOS ipa上传错误收集

Application Loader 上传ipa错误收集

  • ERROR ITMS-90476: "Invalid Bundle. Your app supports Multitasking on iPad, so you must include the launch storyboard file, 'LaunchImage', in your bundle, 'com.xxx.xxx'.
    解决: target->general->requires full screen(勾选)
  • ERROR ITMS-90705:"Launch storyboard not found. Make sure you specify the launch storyboard filename without a filename extension for the key UILaunchStoryboardName in the Info.plist."
    解决:target->general->App Icons and Launch Images ->Launch Screen File 清空

你可能感兴趣的:(iOS ipa上传错误收集)