本文介绍了我需要制作一个临时配置文件来在iPhone上调试我的应用程序吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想调试在实际设备上的工作方式还很模糊-那是怎么做的?我一直在阅读有关创建供发布的配置文件的Apple文档,但找不到用于通过Xcode调试设备上运行的应用程序的任何信息。有人可以指出我正确的方向吗?

I think I'm just cloudy on how debugging works on a real device - is that how to go about it? I've been reading through Apple's docs on creating provisioning profiles for distribution, but I'm not finding any information for simply debugging my app, which is running on my device, through Xcode. Can someone point me in the right direction?

编辑(2/19/09):
关于是否需要创建临时配置文件来调试我的应用程序,我得到了矛盾的答案。如果我不需要创建临时的配置文件,除了自己的开发配置文件和证书之外,还需要做什么调试我的应用程序?

Edit (2/19/09):I'm getting conflicting answers on whether or not I need to create an ad-hoc provisioning profile to debug my app. If I don't need to create an ad-hoc provisioning profile, what else do I have to do to debug my app, other than having my development provisioning profile and certificate for myself?

编辑(2/20/09):
此链接,,似乎是说您确实需要 development 配置文件才能在设备上进行调试。在上一次的编辑中,我提到我是否需要创建临时配置文件的答案相互矛盾。答案没有冲突,我只是不了解临时配置文件和开发配置文件之间的区别。

Edit (2/20/09):This link, iPhone Development Guide: Preparing Devices for Development, seems to say that you do need a development provisioning profile for debugging on a device. In my last edit, I mentioned that I was getting conflicting answers on whether or not I need to create an ad-hoc provisioning profile. The answers are not conflicting, I just didn't understand the difference between an ad-hoc provisioning profile and a development provisioning profile.

推荐答案

否,您不需要临时配置文件即可调试应用程序,只需要自己的设备上的开发配置文件和证书即可。

No, you don't need an Ad Hoc provisioning profile to debug an app, you only need a development provisioning profile and certificate for yourself on your device.

这篇关于我需要制作一个临时配置文件来在iPhone上调试我的应用程序吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-22 18:49