合作设计的问题。密封资源丢失或无效

时间:2022-10-24 00:08:45

I have been with this problem already a few days unable to solve it.

这个问题我已经有好几天没办法解决了。

Whats Cool JLD$ codesign -vvvv build/Distribution-iphoneos/Whats\ cool\?.app
build/Distribution-iphoneos/Whats cool?.app: a sealed resource is missing or invalid
/Users/JLD/Desktop/iOS Development/Whats Cool/build/Distribution-iphoneos/Whats
cool?.app/Whats cool?: resource modified

I have tried the solutions posted on all these threads to no avail: http://discussions.info.apple.com/thread.jspa?threadID=1590980&start=0&tstart=0

我尝试过所有这些线程上发布的解决方案,但都无济于事:http://discussions.info.apple.com/thread.jspa?

http://discussions.apple.com/message.jspa?messageID=9167082#9167082

http://discussions.apple.com/message.jspa?messageID=9167082 # 9167082

http://www.iphonedevsdk.com/forum/iphone-sdk-development/2256-application-failed-codesign-verification.html

http://www.iphonedevsdk.com/forum/iphone-sdk-development/2256-application-failed-codesign-verification.html

http://forums.macrumors.com/showthread.php?t=584209

http://forums.macrumors.com/showthread.php?t=584209

How to solve "Application failed codesign verification" when uploading to iTunes Connect?

如何在上传至iTunes Connect时解决“应用程序失败的协同设计验证”?

I even tried recreating the whole project again redoing all the IB connections and nothing works! It builds everything, but it is unable to code sign it! So I'm unable to upload it through the AppLoader. I am doing all these following the instructions found at the provisioning profile on the Distribute application page.

我甚至尝试重新创建整个项目,重做所有IB连接,但什么都不管用!它构建了所有东西,但是它无法对其进行编码签名!所以我无法通过AppLoader上传它。我正在按照分布应用程序页面上的配置文件中的说明进行这些操作。

developer.apple.com/ios/manage/distribution/index.action

developer.apple.com/ios/manage/distribution/index.action

I tried building from another mac. I have my distribution profile and my distribution certificate both set to WildCard. But it still doesn't work. I made a new app under a different name with another Bundle ID to no avail. I don't know what to try anymore! Thank you future problem solver! I know you are there so come to my aid, I'll thank you forever!

我尝试从另一个mac上构建。我的发行配置文件和发行证书都设置为通配符。但它仍然不起作用。我用一个不同的名字做了一个新的应用程序,另一个Bundle ID也没用。我不知道该尝试什么了!谢谢未来的问题解决者!我知道你在那里所以来帮助我,我会永远感谢你!

I tried to make the new project from scratch. Copying the source code and remaking all the connections on IB to no avail. I even followed this link with instructions:

我试图从头开始做这个新项目。复制源代码并重新创建IB上的所有连接都无济于事。我甚至按照这个链接进行了指导:

http://techiechok.com/2009/03/30/resolving-iphone-code-signing-error/

http://techiechok.com/2009/03/30/resolving-iphone-code-signing-error/

But to no avail. I don't know what else to do. I'm even considering using one technical incident to solve this problem once and for all.

但无济于事。我不知道还能做什么。我甚至在考虑使用一个技术事件彻底地解决这个问题。

Everything is done now locally so there shouldn't be any problems related with symbolic links and so.

现在一切都在本地完成,所以不应该有任何与符号链接相关的问题。

1 个解决方案

#1


2  

Solved. The problem was a '?' character on the product name. Shouldn't be like that but that's how it is. Nowhere apple says that that makes a codesign verification issue.

解决了。问题是“?”产品名称上的字符。不应该是那样的,但事实就是如此。苹果公司没有说这是一个共同设计验证问题。

#1


2  

Solved. The problem was a '?' character on the product name. Shouldn't be like that but that's how it is. Nowhere apple says that that makes a codesign verification issue.

解决了。问题是“?”产品名称上的字符。不应该是那样的,但事实就是如此。苹果公司没有说这是一个共同设计验证问题。