【问题标题】:Embedded Framework uploading Issue in iOSiOS 中的嵌入式框架上传问题
【发布时间】:2017-01-05 13:33:03
【问题描述】:

我正在尝试使用第三方框架上传项目,该框架添加在项目设置的“嵌入式二进制文件”选项卡下。当我尝试将此项目上传到 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."

【问题讨论】:

    标签: ios xcode architecture frameworks app-store-connect


    【解决方案1】:

    第一个错误与您在项目构建设置中设置的架构有关。检查下面的屏幕截图以了解此类设置。此外,如果您使用不支持 64 位的连接设备存档应用程序,您可能会收到该错误。

    【讨论】:

    • 我可以在删除嵌入式框架时存档应用程序,并且您提到的设置已经设置。我认为问题出在带有嵌入式框架的二进制文件上,请帮我解决这个问题
    • Rijad,您是否为仅构建活动架构选择了否?它似乎消除了与构建 64 位相关的大部分错误。
    • 是的,使用连接设备存档对我来说是个问题。
    猜你喜欢
    • 2022-07-28
    • 2015-08-26
    • 2016-07-25
    • 1970-01-01
    • 2015-03-08
    • 2015-01-17
    • 2011-04-20
    • 1970-01-01
    • 2019-05-18
    相关资源
    最近更新 更多