English 中文(简体)
转录X条码中的权利
原标题:Turning Entitlements on in Xcode Prevents Bare Bones App From Launching

我在Xcode 4.2中建立了基本应用。 很简单,我没有改变一件事。 Push经营,获得标准基应用窗口。 如果我转而享有我的目标,到来,我不会错过错,但窗户从未上过。 我检查了与Console.app的标识,并做了如下检查:

第一项错误 我收到了:

taskgated: killed com.alsbury.EntitlementsTest[pid 15903] because its use of the com.apple.developer.ubiquity-container-identifiers entitlement is not allowed

在拆除了“com.alsbury.EnRightments”的iux集装箱之后,我发现这一错误:

taskgated: killed com.alsbury.EntitlementsTest[pid 15903] because its use of the com.apple.developer.ubiquity-container-identifiers entitlement is not allowed

由于i± 充耳机,我甚至向我的开发商账户添加了申请表,提供了简介并增加了我的机器。 任何想法? 现在非常混乱。

最佳回答

确保一些事情。 不幸的是,这是一个ious忙的过程,但如果你认真走到这些步骤之后,你就应该全部确定。

<>1> 在 Apple果矿开发商证书网页上,您的机器及其UUID进行了注册。

<>2> 您创建并下载了发展证书。

3> You App ID (in the sameutil) is configued for i/2009/4. 这通常涉及检查检查箱。

<>4> 你在申请方面的发展说明指的是(3)<>>>/strong>中提到的应用信息,以及(1)上登记的硬件系统,以及(2)中提到的证书。

<>5> 在下载新的提供简介后,通过双轨制将其安装在系统中,并在X编码中将其拖到你的组织者的“提供简介”栏。

<>6> 在你申请的建筑中,确保《签名身份法》指明了你的新规定。

问题回答

暂无回答




相关问题
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 ...

热门标签