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便可