ios9发布会一个振奋人心的消息是无需开发者证书,xcode7支持真机调试(让自己开发的应用部署到手机上进行测试),但应用发布到app store仍需要购买个人证书或者企业证书。
部署工具:
1.xcode7 beta3(测试版本,正式版)
百度云:http://pan.baidu.com/s/1i3tl1nZ 密码:6wux
ios 8.4:http://pan.baidu.com/s/1jG4EHIQ 密码:89xk
部署过程:
1.下载xcode7,安装
2.xcode –》 preferences -》Accounts,添加自己的Apple ID
3.项目-》General-》选中你的账号
4.手机连接电脑,点击Fix Issue
如果出现错误:
could not find developer disk image
解决:
查看你手机系统版本(如ios8.4版本),找到你旧xcode的设备目录,拷贝
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport 目录下的8.4文件夹
至xcode7目录下
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/8.4
5.亲测,第一次手机加载菊花转,等到转完就可部署到真机上调试
时间: 2024-10-12 14:17:02