gpt4 book ai didi

iphone - 无法将我的应用发布到 appStore : entitlements, bundleID、plist...?

转载 作者:行者123 更新时间:2023-12-02 05:50:55 26 4
gpt4 key购买 nike

ApplicationLoader 出现许多错误。但看起来我在 XCode4.2.1 中做错了,并且可能使用证书或配置文件。我上次提交应用程序是使用 Xcode3.2.6。不知道在这里用 Xcode4.2.1 做什么?谢谢

enter image description here

在处理了一些事情之后,我已经到了这一点:

- 引用不确定

-代码签名,我认为证书/下载/上传到苹果视线的过程可以解决这个问题。

enter image description here

现在归结为:

enter image description here

最佳答案

剩下的问题很容易解决。

首先是图标:

确保您已将图标命名为

  • 图标.png
  • 图标@2x.png

  • 然后在 appname-Info.plist 上应该有一个名为

    “图标文件(iOS 5)”

    带有子键

    “主要图标”

    带有子键

    “图标文件”

    和 2 个子项

    “项目 0”和“项目 1”

    项目 0 的值应该是 icon.png,项目 1 应该是 icon@2x.png

    第二个问题:

    您必须指定要使用的代码签名配置文件。

    为此,请在项目检查器上选择您的应用,然后在 Targets 下再次选择您的应用。

    然后在build设置下,选择全部并合并。

    在这里只需向下滚动到“代码签名”

    代码签名身份必须具有与已在 iTunes 连接上注册的相同配置文件的 RELEASE 值(您获得的有权发布等的证书)

    只需单击该值,您应该会看到许多配置文件。如果供应配置文件已正确安装(可以签署发布的配置文件),它也应该出现在那里,只需选择它。

    对项目配置重复该过程(在项目 -> AppName 下)。

    编辑:

    如果您定义了权利:

    If you are defining a custom Code Signing Entitlements file within your Target > Build Settings, you might try removing that configuration entirely and rebuilding/resubmitting. More often than not, Code Signing Entitlements are defined unnecessarily. You only need to specify a custom Code Signing Entitlements file if your application is utilizing custom keychain access sharing or iCloud. Otherwise, remove the Code Signing Entitlements configuration from all build configurations on your Xcode project's Target > Build Settings, the rebuild and reattempt your submission/validation.



    关于代码签名问题:

    尝试遵循这个苹果指南,它非常详细地解释了一切

    https://developer.apple.com/legacy/library/technotes/tn2250/_index.html

    尤其是 如何解决错误:应用程序未通过协同设计验证? 部分。

    关于iphone - 无法将我的应用发布到 appStore : entitlements, bundleID、plist...?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10760866/

    26 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com