我正在尝试上传带有第三方框架的项目,该框架已添加到“项目”设置中的“嵌入式二进制文件”选项卡下。当我尝试将此项目上传到iTunes Connect时,出现以下错误。

Xcode版本是7.3.1。

ERROR ITMS-90086: "Missing 64-bit support. iOS apps submitted to the App Store must include 64-bit support and be built with the iOS 8 SDK or later. We recommend using the default "Standard Architectures" build setting for "Architectures" in Xcode, to build a single binary with both 32-bit and 64-bit support."
ERROR ITMS-90086: "Missing 64-bit support. iOS apps submitted to the App Store must include 64-bit support and be built with the iOS 8 SDK or later. We recommend using the default "Standard Architectures" build setting for "Architectures" in Xcode, to build a single binary with both 32-bit and 64-bit support."

ERROR ITMS-90087: "Unsupported Architectures. The executable for ****.app/Frameworks/JSONModel.framework contains unsupported architectures '[x86_64]'."
ERROR ITMS-90087: "Unsupported Architectures. The executable for ****.app/Frameworks/JSONModel.framework contains unsupported architectures '[x86_64]'."

ERROR ITMS-90474: "Invalid Bundle. iPad Multitasking support requires these orientations: 'UIInterfaceOrientationPortrait,UIInterfaceOrientationPortraitUpsideDown,UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight'. Found 'UIInterfaceOrientationPortrait,UIInterfaceOrientationPortraitUpsideDown' in bundle 'com.***.****'."
ERROR ITMS-90474: "Invalid Bundle. iPad Multitasking support requires these orientations: 'UIInterfaceOrientationPortrait,UIInterfaceOrientationPortraitUpsideDown,UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight'. Found 'UIInterfaceOrientationPortrait,UIInterfaceOrientationPortraitUpsideDown' in bundle 'com.***.****'."

ERROR ITMS-90209: "Invalid Segment Alignment. The app binary at ‘****.app/Frameworks/JSONModel.framework/JSONModel' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version."
ERROR ITMS-90209: "Invalid Segment Alignment. The app binary at ‘****.app/Frameworks/JSONModel.framework/JSONModel' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version."

ERROR ITMS-90125: "The binary is invalid. The encryption info in the LC_ENCRYPTION_INFO load command is either missing or invalid, or the binary is already encrypted. This binary does not seem to have been built with Apple's linker."
ERROR ITMS-90125: "The binary is invalid. The encryption info in the LC_ENCRYPTION_INFO load command is either missing or invalid, or the binary is already encrypted. This binary does not seem to have been built with Apple's linker."

ERROR ITMS-90203: "Invalid architecture: Apps that include an app extension and framework must support arm64."
ERROR ITMS-90203: "Invalid architecture: Apps that include an app extension and framework must support arm64."

WARNING ITMS-90080: "The executable 'Payload/****.app/Frameworks/JSONModel.framework' is not a Position Independent Executable. Please ensure that your build settings are configured to create PIE executables. For more information refer to Technical Q&A QA1788 - Building a Position Independent Executable in the iOS Developer Library."
WARNING ITMS-90080: "The executable 'Payload/****.app/Frameworks/JSONModel.framework' is not a Position Independent Executable. Please ensure that your build settings are configured to create PIE executables. For more information refer to Technical Q&A QA1788 - Building a Position Independent Executable in the iOS Developer Library."

最佳答案

第一个错误与您在项目“构建设置”中设置的体系结构有关。请在下面的屏幕截图中查看此类设置。另外,如果您使用不支持64位的已连接设备对应用程序进行存档,则会收到该错误。 ios - iOS中的嵌入式框架上传问题-LMLPHP

09-30 12:46
查看更多