打开终端, 进入该xxxx.framework 目录(这个过程自己脑补)
模拟器调试,SDK 需要带有x86_64,i386架构,上架App store需要移除对应的这两个架构
cd iOS/xxxx.framework // 进入目录
lipo -info xxxx // 查看含有什么
lipo -remove x86_64 xxxx -o xxxx //移出
lipo -remove i386 xxxx -o xxxx //移出
打开终端, 进入该xxxx.framework 目录(这个过程自己脑补)
模拟器调试,SDK 需要带有x86_64,i386架构,上架App store需要移除对应的这两个架构
cd iOS/xxxx.framework // 进入目录
lipo -info xxxx // 查看含有什么
lipo -remove x86_64 xxxx -o xxxx //移出
lipo -remove i386 xxxx -o xxxx //移出
本文标题:iOS 查看xxxx.framework 是否包含x86_64,
本文链接:https://www.haomeiwen.com/subject/ulojfltx.html
网友评论