真机和模拟器分离
1、终端位置cd到桌面
2、在终端依次运行如下命令
lipo Hyphenate.framework/Hyphenate -thin armv7 -output Hyphenate_armv7
lipo Hyphenate.framework/Hyphenate -thin arm64 -output Hyphenate_arm64
lipo -create Hyphenate_armv7 Hyphenate_arm64 -output Hyphenate
mv Hyphenate Hyphenate.framework/
3、运行完毕后将桌面上Hyphenate.framework拖进工程,编译打包上架。
注意:最后得到的包必须真机编译运行,并且必须重新再工程中做如下配置General->Embedded Bunaries.