ios 上传App Store遇到x86_64, i386问题是模拟器

1、打开终端,进入你的framework的路径下(cd  /Users/MAC/Desktop/MyProject/HyphenateLite.framework)

2、lipo -remove i386 HyphenateLite -o HyphenateLite && lipo -remove x86_64 HyphenateLite -o HyphenateLite 【若有其他库,在进入,移除一下就好】 

3、重新打开项目,clean一下,Build一下,记住不要跑模拟器,然后打包,上传成功

你可能感兴趣的:(ios 上传App Store遇到x86_64, i386问题是模拟器)