lipoコマンドでわかる
filename
xcrun lipo -info <path_for_binary>
ipaファイルをそのままlipoするとだめ
filename
xcrun lipo -info /Users/hoge/Desktop/hoge.ipa
fatal error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo: can't figure out the architecture type of: /Users/hoge/Desktop/hoge.ipa
ipaファイルを展開してlipoする
-
ipaファイルの拡張子をzipにして解凍する
-
lipoするとこんな感じ
filename
xcrun lipo -info /Users/hoge/Desktop/Payload/hoge.app/hoge
Architectures in the fat file: /Users/hoge/Desktop/Payload/hoge.app/hoge are: armv7 arm64