从 Xcode 将应用程序部署到许多 iPhone
我创建了一个应用程序,当我将它部署在 iphone(3g) 中时,上传正常(还免费将此应用程序提交到 itunes connect),但是当我连接另一个设备来测试它时,我得到了,
Cant run "appName" on the Iphone "my iphone"
the iphone "my iphone" doesn't have the provisioning profile with which the
application was signed, click install and run...
但是如果我这样做了,我得到了
Error from debugger" the program being debugged is not being run
如何让xcode识别第二个iphone? 如果我创建一个新项目,那么我可以在我的第二个iPhone中尝试这个新项目,那么要更改什么才能使其工作??,我尝试更改签名选项但无济于事 ;(
请问该怎么办???
I created an app, that when I deploy it in an iphone(3g), uploads fine (also submited this app to itunes connect for free), but when I connect another device to test it, I get
Cant run "appName" on the Iphone "my iphone"
the iphone "my iphone" doesn't have the provisioning profile with which the
application was signed, click install and run...
but if I do, i get
Error from debugger" the program being debugged is not being run
how to make the xcode recognize this second iphone?
if I create a new project, then I can try this new project in my second iphone, so what to change to make it work??, I have tried changing signing options to no avail
;(
what to do please???
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您必须将该设备的 udid 添加到您的配置文件中。
You have to add udid of that device to your provision profile.
您必须将 iPhone / iPad 的 uID 添加到 itunesconnect,然后可能再次下载(应用程序配置的)证书。
该错误意味着该设备无权安装应用程序,具体取决于您向 Apple 所说的内容。
You must add uID of iPhone / iPad to itunesconnect and then probably download again the certificate (of the app provisionning).
The error means the device isn't authorized to have an application installed depending what you said to Apple.