真機(jī)測試連接電腦總是蹦蹦蹦蹦蹦蹦接觸不良
打開終端輸入sudo killall -STOP -c usbd
iOS 真機(jī) dyld: Library not loaded: 問題
http://www.itdecent.cn/p/779d73f8124d
Your development team, "", does not support the Push Notifications capability.
http://www.itdecent.cn/p/ae0afe79c6bd

image.png
簽名錯(cuò)誤

image.png

image.png
不能運(yùn)行高版本iphone
https://github.com/iGhibli/iOS-DeviceSupport
https://gitee.com/Han0/iOSDeviceSupport
或者復(fù)制最新的包,改名為真機(jī)測試需要的版本
在Finder狀態(tài)下前往文件夾,快捷鍵:shift+command+G,填寫路徑
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
/Applications/Xcode的副本.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
/應(yīng)用程序/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

72D2D1FB-0714-4E5A-A65B-5FD81474658F.png

Snip20160806_3.png
錯(cuò)誤原因是這個(gè)bundle ID已經(jīng)被別人提前占用了.這種錯(cuò)誤一般發(fā)生在你運(yùn)行別人的項(xiàng)目.
解決辦法當(dāng)然是修改你的bundle ID 了

Snip20160714_9.png
解決代碼簽名問題

Snip20160714_11.png

Snip20160811_5.png
解決 http://blog.csdn.net/hxmcnu/article/details/50188765
2、在projectName.xcodeproj文件上右鍵“顯示包內(nèi)容”,用文本編輯器打開“project.pbxproj"文件
3、查找:
com.apple.Push = {enabled = 1;};
修改為:
com.apple.Push = {enabled = 0;};
每個(gè)賬號(hào)只允許100多個(gè) bundle ID , 解決方法 刪掉,重新登錄

Snip20160831_1.png



Snip20161006_1.png

Snip20161006_2.png