1.破解軟件:
http://xclient.info/
阿里巴巴矢量圖標(biāo)庫
http://www.iconfont.cn/plus
2.真機(jī)編譯不通過
嘗試Build Settings -> Enable Bitcode設(shè)置為NO。
3.打包報(bào)錯(cuò)提示項(xiàng)目名稱有特殊字符
Build Settings ->packaging->修改product Name
4.解決xcode打印一堆廢話
Edit Scheme -> Run -> Arguments -> Environment Variables 添加OS_ACTIVITY_MODE,設(shè)置為disable。
5.打包時(shí)出現(xiàn):
Invalid code signing entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Speicifically value 'K8TE8KDZ95.com.iclinical.child' for key 'application-identifier' in 'Payload/iResus.app/iResus' is not supported. This value should be a string starting with your TEAMID, followed by a dot '.' followed by the bundle identifier,證書bundleid不匹配 重新配置一下,如果還是不行,就清除organizer里面已經(jīng)編譯好的包,再clean一下項(xiàng)目,再退出xcode,重新啟動(dòng)xcode,重新打包,再上傳就ok了
6.權(quán)限設(shè)置:
Privacy - Camera Usage Description(攝像頭)
Privacy - Microphone Usage Description(麥克風(fēng))
Privacy - Photo Library Usage Description(圖庫)
Privacy - Location When In Use Usage Description
Privacy - Location Always Usage Description(位置)
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>(開啟網(wǎng)絡(luò))
7.ios技術(shù)研究:文字圖片信息掃描識(shí)別(百度信息識(shí)別)
8.上傳appstore報(bào)錯(cuò):
屏幕快照 2017-03-28 下午1.20.20.png
(錯(cuò)誤原因:項(xiàng)目名稱含有特殊符號(hào),解決辦法:build setting->搜索pack-修改product name,去除特殊符號(hào),下面是解決辦法截圖)
420B4319-BBCA-4E0C-A249-AE4C0571E55C.png