Apple-查看二进制支持的CPU架构架构
Apple-查看二进制支持的CPU架构架构
苹果开发中有时需要查看库或目标文件支持的CPU架构,可以使用 lipo 或 otool命令
lipo
lipo -info filepath
otool
otool -hv filepath
#或
otool -L filepath
苹果开发中有时需要查看库或目标文件支持的CPU架构,可以使用 lipo 或 otool命令
lipo -info filepath
otool -hv filepath
#或
otool -L filepath