小编Ant*_*ens的帖子

错误ITMS-90085:"二进制文件中没有架构.Lipo未能检测到捆绑可执行文件中的任何体系结构."

我们已经构建了一个带有几个本机绑定的Xamarin应用程序(iOS,Android).该应用程序在设备和模拟器上运行良好,我们能够建立一个没有任何问题的存档(显然).

问题是当我们想要将构建上传到应用商店时(使用app loader或xcode 7.3.1),我们收到以下错误:

ERROR ITMS-90085: “No architectures in the binary. Lipo failed to detect any architectures in the bundle executable.”
Run Code Online (Sandbox Code Playgroud)

在应用程序上运行lipo -info会产生以下响应:

Architectures in the fat file: NameOfMyApp.iOS.app/NameOfMyApp.iOS are: armv7 arm64

在发布此问题之前,我们已经彻底搜索了一个答案,并确认了以下内容:

  • 产品名称是正确的
  • Xcode已安装
  • 应用程序加载器是最新版本
  • Bundle Id是正确的

如果有人有想法,将非常感谢帮助!

谢谢.

app-store xamarin.ios ios xamarin xcode7

10
推荐指数
2
解决办法
5488
查看次数

标签 统计

app-store ×1

ios ×1

xamarin ×1

xamarin.ios ×1

xcode7 ×1