码迷,mamicode.com
首页 > 其他好文 > 详细

Lipo移除ORC架构

时间:2019-09-24 17:38:10      阅读:103      评论:0      收藏:0      [点我收藏+]

标签:stat   x86_64   -o   lse   path   file   patch   too   epo   

Lipo移除ORC架构

打包前检查链接


https://cloud.baidu.com/doc/OCR/OCR-iOS-SDK.html#FAQ


cd /Users/guojun/JG-iOS/Product/LH_QJ/LH_QJ/ClassPatch/Tools/ThirdLib/BaiduAI/lib/AipBase.framework

lipo -info AipBase
Architectures in the fat file: AipBase are: i386 x86_64 armv7 arm64

lipo -remove x86_64 AipBase -o AipBase
lipo -remove i386 AipBase -o AipBase

cd /Users/guojun/JG-iOS/Product/LH_QJ/LH_QJ/ClassPatch/Tools/ThirdLib/BaiduAI/lib/AipOcrSdk.framework

lipo -info AipOcrSdk
Architectures in the fat file: AipOcrSdk are: i386 x86_64 armv7 arm64

lipo -remove x86_64 AipOcrSdk -o AipOcrSdk
lipo -remove i386 AipOcrSdk -o AipOcrSdk

 

Ipv6 测试
http://ipv6-test.com/stats/
dig +nocmd + nostats open.qujiamall.com AAAA

 


文件夹的显示和隐藏
显示:defaults write com.apple.finder AppleShowAllFiles -bool true
隐藏:defaults write com.apple.finder AppleShowAllFiles -bool false 


删除多余的证书
provisioning profile path:

~/Library/MobileDevice/Provisioning Profiles

手机固件下载:
https://www.jianshu.com/p/1a33e36c4b67
https://www.jianshu.com/p/db415129352b

手机固件替换路径
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport


cocoasapp安装存在警告问题
终端进入:
cd ~/.cocoapods
然后ls查看目录下文件
然后cd repos && ls
如果存在master目录就执行rm -rf master
之后再pod setup即可

 

Lipo移除ORC架构

标签:stat   x86_64   -o   lse   path   file   patch   too   epo   

原文地址:https://www.cnblogs.com/GJ-ios/p/11579162.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!