Lipo移除ORC架构

Lipo移除ORC架构html

打包前检查连接架构


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


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 code

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

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

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

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

 

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

 


文件夹的显示和隐藏
显示: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便可

相关文章
相关标签/搜索