我们已经构建了一个带有几个本机绑定的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
在发布此问题之前,我们已经彻底搜索了一个答案,并确认了以下内容:
如果有人有想法,将非常感谢帮助!
谢谢.