English 中文(简体)
从X条码向装置发射装置,而不发射装置
原标题:Deploying an App from Xcode to a device without launching the app
  • 时间:2010-11-05 18:47:56
  •  标签:
  • xcode

我试图追逐0x8badf00的错误,这一错误是监视过程造成的,使我们对花得太久的开端 app。 问题在于,这只是在第一次启用时(当评估者正在建立我们的数据库时)。

因此,我需要能够把XCode的仪器部署到我的IPad,而无需自动发射。 我在X条码中看到的唯一选择是建设或建设。 在没有X条码发射装置的情况下,你如何将一台仪器部署到一个装置。 我之所以要这样做,是因为我已读到,如果Xcode开始你的看管,那么它就会失去监督过程。

感谢

最佳回答

Xcode sOrganzier(可从菜单中获取:Window/Organizer),将允许你将一台 app装成一个装置。 然后,你可以毫不夸张地照亮。

问题回答

我不敢肯定这一点可在X条码中找到,但现在的工作是,在你看来添加代码,以便永远迫使你通过发射时的初始化代码。 例如,如果你在创建你的数据库时重新注视,在你启动后就删除你的数据库,那么你总是会重报数据库。 这应当有助于您的工作。





相关问题
How to change out-of-focus text selection color in Xcode?

Okay, I ll bite. I ve got really pleasant code/window colors set up in Xcode. Ordinarily, my selection color is very visible. When I am doing a project search and iterating through the results, ...

Iphone NSTimer Issue

Hi I am new to objective c. I am trying to make an app for iphone. I have a button on my view, and the click on which the function playSound is called. This is working properly. It does plays the ...

Include a .txt file in a .h in C++?

I have a number of places where I need to re-use some template code. Many classes need these items In a .h could I do something like: #include <xxx.txt> and place all of this code in the ....

Iterating over string/strlen with umlauted characters

This is a follow-up to my previous question . I succeeded in implementing the algorithm for checking umlauted characters. The next problem comes from iterating over all characters in a string. I do ...

Xcode open two editor windows with same file

Is it possible to open the same file in two separate windows in Xcode. I can open a file in one window and the same file in the main Xcode editor window, but I wanted two separate fulltime editor ...

Forcing code signing refresh in Xcode

In our environment, we share resources across multiple projects and platforms. When building for iPhone, only a subset of those resources are needed. Since that subset is still considerable, we have ...

热门标签