macos – 在App发布时缺少“com.apple.security.app-sandbox”

macos – 在App发布时缺少“com.apple.security.app-sandbox”,第1张

概述将应用程序分发到Mac App Store我遇到了一个奇怪的问题. 我有MainApp和HelperApp. http://take.ms/GS3sRn 上传后我收到Apple的邮件. Dear developer, We have discovered one or more issues with your recent delivery for “Monosnap”. To process 将应用程序分发到Mac App Store我遇到了一个奇怪的问题.

我有MainApp和HelperApp. http://take.ms/GS3sRn

上传后我收到Apple的邮件.

Dear developer,

We have discovered one or more issues with your recent delivery for
“Monosnap”. To process your delivery,the following issues must be
corrected:

App sandBox not enabled – The following executables must include the
“com.apple.security.app-sandBox” enTitlement with a Boolean value of
true in the enTitlements property List. Refer to the App SandBox page
for more information on sandBoxing your app.

Monosnap.app/Contents/library/LoginItems/MonosnapLauncher.app/Contents/MacOS/MonosnapLauncher
Once these issues have been corrected,go to the Version Details page
and click “Ready to Upload Binary.” Continue through the submission
process until the app status is “Waiting for Upload.” You can then
deliver the corrected binary.

Regards,

The App Store team

在项目级别,所有项目都是沙箱:
1 – http://take.ms/9S9BJ
2 – http://take.ms/nFNY9

这里是终端检查的结果
.enTitlement文件有正确的信息
来自终端的codesign给了我:http://take.ms/j4o2vh

如何启用sandBox到helperApp?

解决方法 在Xcode 5中,您只需要在项目目标的“功能”选项卡中打开“App SandBox”.它会自动为您生成一个名为project_name.enTitlements的文件.

这对我有用,现在改为“等待审查”状态. 总结

以上是内存溢出为你收集整理的macos – 在App发布缺少“com.apple.security.app-sandbox”全部内容,希望文章能够帮你解决macos – 在App发布时缺少“com.apple.security.app-sandbox”所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1006076.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-22
下一篇 2022-05-22

发表评论

登录后才能评论

评论列表(0条)

保存