Codenameone 发送 iOS 使用企业分发证书的 App Store 构建失败并出现错误
Codenameone sending iOS App Store build with Enterprise distribution certificate fails with error
我正在使用 Codenameone 为企业(内部)分发构建 iOS 应用程序。当我选择 "Send IOS app store build" 命令时,我从 Codenameone 服务器收到构建错误:
None of the valid provisioning profiles allowed the specified entitlements
完整日志为here。
我已经定义了调试证书和生产证书,并为它们创建了 .p12 文件和配置文件。
我不知道是什么原因导致了这个问题,因为当我选择 "Send IOS debug build" 时一切正常。
我终于在 this discussion 中找到了解决方案。
如果您要使用企业证书分发 iOS 应用程序,则需要在构建提示中使用此参数:
ios.distributionMethod=enterprise
添加这个之后构建成功。
有关构建提示的更多信息:https://www.codenameone.com/manual/advanced-topics.html
我正在使用 Codenameone 为企业(内部)分发构建 iOS 应用程序。当我选择 "Send IOS app store build" 命令时,我从 Codenameone 服务器收到构建错误:
None of the valid provisioning profiles allowed the specified entitlements
完整日志为here。
我已经定义了调试证书和生产证书,并为它们创建了 .p12 文件和配置文件。 我不知道是什么原因导致了这个问题,因为当我选择 "Send IOS debug build" 时一切正常。
我终于在 this discussion 中找到了解决方案。
如果您要使用企业证书分发 iOS 应用程序,则需要在构建提示中使用此参数:
ios.distributionMethod=enterprise
添加这个之后构建成功。 有关构建提示的更多信息:https://www.codenameone.com/manual/advanced-topics.html