协同设计问题。密封资源丢失或无效

发布于 2024-10-25 20:35:04 字数 1909 浏览 9 评论 0原文

我已经遇到这个问题几天了,无法解决。

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

我已经尝试了所有这些线程上发布的解决方案,但均无济于事: https://discussions.apple.com/thread/1590980

https://discussions.apple.com/message/9167082

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

https://forums.macrumors。 com/threads/entitlements-plist.584209/

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

我什至尝试再次重新创建整个项目,重做所有 IB 连接,但没有任何效果!它构建了一切,但无法对其进行代码签名!所以我无法通过AppLoader上传它。 我正在按照“分发应用程序”页面上的配置文件中的说明执行所有这些操作。

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

我尝试从另一台 Mac 进行构建。我的分发配置文件和分发证书都设置为通配符。但还是不行。我用不同的名称和另一个 Bundle ID 创建了一个新应用程序,但没有成功。我不知道该尝试什么了!

我尝试从头开始制作新项目。复制了源代码并重新建立了IB上的所有连接,但无济于事。我什至按照说明操作了此链接:

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

但无济于事。我不知道还能做什么。我什至正在考虑用一个技术事件来一劳永逸地解决这个问题。

现在一切都在本地完成,因此不应该出现任何与符号链接等相关的问题。

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:
https://discussions.apple.com/thread/1590980

https://discussions.apple.com/message/9167082

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

https://forums.macrumors.com/threads/entitlements-plist.584209/

How to solve "Application failed codesign verification" when uploading to 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.

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!

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:

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

定格我的天空 2024-11-01 20:35:04

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

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文