【问题标题】:ios enterprise distribution : could not installed at this timeios 企业发行版:此时无法安装
【发布时间】:2014-10-16 05:35:53
【问题描述】:

我正在尝试使用 Enterprise Developer 分发应用程序。

它适用于 ios 8 设备

但我尝试在 ios 7 设备上安装时出错。

这些是 xcode 管理器控制台上的错误消息:

<Error>: profile not valid: 0xe8008012 
<Error>: 0x283000 install_embedded_profile: Could not install embedded profile: 0xe8008012  
<Error>: 0x283000 verify_signer_identity: MISValidateSignatureAndCopyInfo failed for /var/tmp/install_staging.YORUKn/foo_extracted/Payload

plist xml

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
        <key>items</key>
        <array>
                <dict>
                        <key>assets</key>
                        <array>
                                <dict>
                                        <key>kind</key>
                                        <string>software-package</string>
                                        <key>url</key>
                                        <string>https://{url_to_file.ipa}</string>
                                </dict>
                        </array>
                        <key>metadata</key>
                        <dict>
                                <key>bundle-identifier</key>
                                <string>{bundle name}</string>
                                <key>bundle-version</key>
                                <string>1.0</string>
                                <key>kind</key>
                                <string>software</string>
                                <key>title</key>
                                <string>{apps name}</string>
                        </dict>
                </dict>
        </array>
</dict>
</plist>

注意配置:

  • 仅构建活动架构 = 否
  • 代码签名身份 = Iphone 分发(*profile 企业)
  • iOS 部署目标 = iOS 7.1
  • Xcode 6.0.1

如何将应用程序安装/分发到 ios 7 设备?

【问题讨论】:

  • 问题设备是 7.0.X 吗?您还使用哪一种:临时或内部分发证书?
  • iOS 7.1 设备。并使用内部发行证书。
  • 尝试使用验证步骤here

标签: ios swift enterprise


【解决方案1】:

解决了。尝试重新下载开发者资料并设置为目标 -> 常规 -> 身份 -> 团队。

谢谢!

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2017-12-24
    • 2020-12-02
    • 1970-01-01
    • 2014-12-19
    • 1970-01-01
    • 2014-11-02
    • 2015-01-10
    • 2017-07-26
    相关资源
    最近更新 更多