真机测试连接电脑总是蹦蹦蹦蹦蹦蹦接触不良
打开终端输入sudo killall -STOP -c usbd
iOS 真机 dyld: Library not loaded: 问题
https://www.jianshu.com/p/779d73f8124d
Your development team, "", does not support the Push Notifications capability.
https://www.jianshu.com/p/ae0afe79c6bd
签名错误
不能运行高版本iphone
https://github.com/iGhibli/iOS-DeviceSupport
https://gitee.com/Han0/iOSDeviceSupport
或者复制最新的包,改名为真机测试需要的版本
在Finder状态下前往文件夹,快捷键:shift+command+G,填写路径
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
/Applications/Xcode的副本.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
/应用程序/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
错误原因是这个bundle ID已经被别人提前占用了.这种错误一般发生在你运行别人的项目.
解决办法当然是修改你的bundle ID 了
解决代码签名问题
解决 http://blog.csdn.net/hxmcnu/article/details/50188765
2、在projectName.xcodeproj文件上右键“显示包内容”,用文本编辑器打开“project.pbxproj"文件
3、查找:
com.apple.Push = {enabled = 1;};
修改为:
com.apple.Push = {enabled = 0;};