English 中文(简体)
澳门 无效签名问题
原标题:Mac App Store invalid signature issues

我最近向Mac App Store提交了申请,并收到了一份电子邮件,通知我,该建筑含有一份无效签名的资源(总共两份):

We have discovered one or more issues with your recent binary submission for "X". Your app has proceeded to review, but the following issues should be corrected in your next submission:

Invalid Signature - the nested app bundle Y is not signed, the signature is invalid, or it is not signed with an Apple submission certificate. Refer to the Code Signing and Application Sandboxing Guide for more information.

I ve宣读了链接。 《签署和适用桑加固指南》(),但不幸的是,对于我如何正确签署这些资源,我一无所知。 第一是可执行的,第二是框架。 我也没有人工汇编其中的任何内容。

如何正确签署这些资源?

最佳回答

很可能有没有签署的框架。 如果使用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 ...

热门标签