cd /Users/meta/Desktop/iOS/Pods/HyphenateLite/HyphenateLite.framework
查看bitcode数量
otool -l HyphenateLite | grep __LLVM | wc -l
删除bitcode
xcrun bitcode_strip -r HyphenateLite -o HyphenateLite
cd /Users/meta/Desktop/iOS/Pods/HyphenateLite/HyphenateLite.framework
查看bitcode数量
otool -l HyphenateLite | grep __LLVM | wc -l
删除bitcode
xcrun bitcode_strip -r HyphenateLite -o HyphenateLite