我有一個iOS項目,鏈接一個綁定庫,正確工作沒有問題。 但是,當我將xarchive發送給我的客戶(因此xarchive由他簽名)時,他的應用程序在發佈時崩潰 在xarchive構建過程中,我似乎錯過了某些東西? 使用外部庫也許我必須檢查Xamarin studio生成選項卡中的其他選項?Xamarin ios存檔崩潰後簽署
UPDATE: 撐着iPad和發射設備的Xcode窗口,錯誤是:
Runtime error: The assembly mscorlib.dll was not found or could not be loaded
搜索,我發現這個: https://developer.xamarin.com/guides/ios/troubleshooting/questions/error-mscorlib-not-found/
This issue occurs when the hidden .monotouch-32 and .monotouch-64 folders are missing from the .xcarchive for signing/IPA creation, triggering the runtime error.
我怎樣才能解決呢?
好吧,我照你的建議。你可以刪除(如果你的)負估值和(我希望如此)做出正面評估?謝謝! –