iOS打包 遇到的[x86_64, i386]問題解決方案iTunes Store Operation Failed ERROR ITMS-90087 && ERROR ITMS-90535

一、打開終端,進入你的framework的路徑下(cd  /Users/MAC/Desktop/MyProject/HyphenateLite.framework)
 
二、lipo -remove i386 HyphenateLite -o HyphenateLite && lipo -remove x86_64 HyphenateLite -o HyphenateLite
 
【如有其餘庫,在進入,移除一下就好】ui

  1. 三、從新打開項目,clean一下,Build一下,記住不要跑模擬器,而後打包,上傳成功.net

————————————————
版權聲明:本文爲CSDN博主「靜井」的原創文章,遵循 CC 4.0 BY-SA 版權協議,轉載請附上原文出處連接及本聲明。
原文連接:https://blog.csdn.net/weixin_41953322/article/details/82788881code

相關文章
相關標籤/搜索