1. <legend id='G6TQV'><style id='G6TQV'><dir id='G6TQV'><q id='G6TQV'></q></dir></style></legend>

      <tfoot id='G6TQV'></tfoot>
        <bdo id='G6TQV'></bdo><ul id='G6TQV'></ul>
    2. <small id='G6TQV'></small><noframes id='G6TQV'>

      <i id='G6TQV'><tr id='G6TQV'><dt id='G6TQV'><q id='G6TQV'><span id='G6TQV'><b id='G6TQV'><form id='G6TQV'><ins id='G6TQV'></ins><ul id='G6TQV'></ul><sub id='G6TQV'></sub></form><legend id='G6TQV'></legend><bdo id='G6TQV'><pre id='G6TQV'><center id='G6TQV'></center></pre></bdo></b><th id='G6TQV'></th></span></q></dt></tr></i><div id='G6TQV'><tfoot id='G6TQV'></tfoot><dl id='G6TQV'><fieldset id='G6TQV'></fieldset></dl></div>

      1. 配置文件地狱

        provisioning profile hell(配置文件地狱)
          <bdo id='ehTMV'></bdo><ul id='ehTMV'></ul>
              <tbody id='ehTMV'></tbody>
            1. <tfoot id='ehTMV'></tfoot>

              <small id='ehTMV'></small><noframes id='ehTMV'>

              <i id='ehTMV'><tr id='ehTMV'><dt id='ehTMV'><q id='ehTMV'><span id='ehTMV'><b id='ehTMV'><form id='ehTMV'><ins id='ehTMV'></ins><ul id='ehTMV'></ul><sub id='ehTMV'></sub></form><legend id='ehTMV'></legend><bdo id='ehTMV'><pre id='ehTMV'><center id='ehTMV'></center></pre></bdo></b><th id='ehTMV'></th></span></q></dt></tr></i><div id='ehTMV'><tfoot id='ehTMV'></tfoot><dl id='ehTMV'><fieldset id='ehTMV'></fieldset></dl></div>

                <legend id='ehTMV'><style id='ehTMV'><dir id='ehTMV'><q id='ehTMV'></q></dir></style></legend>

                  本文介绍了配置文件地狱的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我偶尔会遇到使用开发版应用程序配置设备的问题.错误消息通常是找不到此可执行文件的有效配置文件".

                  once in a while I run across a problem with provisioning a device with a dev version of an app . The error message is usually "a valid provisioning profile for this executable was not found".

                  我已遵循所有 Apple 说明:我拥有有效的开发人员证书,开发人员配置文件包含相关设备的设备 ID,代码设计在构建期间有效.我为我的开发人员身份设置了签名身份,Xcode 与开发配置文件相匹配,就像它应该的那样.

                  I have followed all the Apple instructions: I have a valid dev certificate, the developer provisioning profile includes the device ID of the device in question, codesigning works during build. I have the signing identity set for my developer identity, which Xcode matches up with the development provisioning profile just like it should.

                  然后,当我尝试通过在 xcode 中执行构建/运行"来在设备上安装应用程序时,我收到了上述错误,我完全不知所措.它在任何数量的其他设备上都可以正常工作,但由于某种原因,这个过程会轰炸一些设备.

                  Then, when I try to install the app on the device by doing a 'build/run' in xcode, I get the error described above, and I'm at a total loss. It works just fine on any number of other devices, but for some reason, there are a few devices for which this process bombs.

                  这是设备上安装失败的控制台日志:

                  Here's the console log for the failed install on the device:

                  Sat Sep 18 11:41:14 unknown SpringBoard[27] <Warning>: Reloading and rendering all application icons.
                  Sat Sep 18 11:41:36 unknown installd[820] <Error>: 00503000 verify_signer_identity: Could not copy validate signature: -402620395
                  Sat Sep 18 11:41:36 unknown installd[820] <Error>: 00503000 preflight_application_install: Could not verify executable at /var/tmp/install_staging.pJ8ST8/MyApp.app
                  Sat Sep 18 11:41:36 unknown installd[820] <Error>: 00503000 install_application: Could not preflight application install
                  Sat Sep 18 11:41:36 unknown mobile_installation_proxy[855] <Error>: handle_install: Installation failed
                  Sat Sep 18 11:41:36 unknown installd[820] <Error>: 00503000 handle_install: API failed
                  Sat Sep 18 11:41:36 unknown installd[820] <Error>: 00503000 send_message: failed to send mach message of 64 bytes: 10000003
                  Sat Sep 18 11:41:36 unknown installd[820] <Error>: 00503000 send_error: Could not send error response to client
                  Sat Sep 18 11:42:32 unknown MobileMail[809] <Warning>: SecItemCopyMatching result: -25300
                  Sat Sep 18 11:42:37 unknown MobileMail[809] <Warning>: SecItemCopyMatching result: -25300
                  Sat Sep 18 11:43:32 unknown CommCenter[31] <Notice>: com.apple.persistentconnection[MobileMail,809] is releasing its assertion on PDP context 0.
                  Sat Sep 18 11:44:53 unknown installd[866] <Error>: 00503000 verify_signer_identity: Could not copy validate signature: -402620395
                  Sat Sep 18 11:44:53 unknown installd[866] <Error>: 00503000 preflight_application_install: Could not verify executable at /var/tmp/install_staging.cgJjHu/MyApp.app
                  Sat Sep 18 11:44:53 unknown installd[866] <Error>: 00503000 install_application: Could not preflight application install
                  Sat Sep 18 11:44:53 unknown mobile_installation_proxy[867] <Error>: handle_install: Installation failed
                  Sat Sep 18 11:44:53 unknown installd[866] <Error>: 00503000 handle_install: API failed
                  Sat Sep 18 11:44:53 unknown installd[866] <Error>: 00503000 send_message: failed to send mach message of 64 bytes: 10000003
                  Sat Sep 18 11:44:53 unknown installd[866] <Error>: 00503000 send_error: Could not send error response to client
                  

                  推荐答案

                  我和团队遇到了和你一样的问题.它适用于除客户 iPod 之外的许多设备.我们尝试从头开始创造一切.应用 ID、配置、构建.没有运气.

                  Team and I ran into same issue as you. It work fine with many device except the customer iPod. We try to create everything from scratch. App ID, Provision, Build. No Luck.

                  所以,在 http://boga.wordpress.com/2008/07/16/debugging-ipod-provision-profilescertificates/

                  所以,我使用 Organize to sync 与 iTunes Connect 站点同步配置.然后使用 TextEdit (Vim) 检查配置文件.

                  so, I use the Organize to sync provision with iTunes Connect site. then check provision file with TextEdit (Vim).

                  应该会出现这一行.之后,我的 Adhoc 部署成功.

                  this line should be appear. After that my deploy with Adhoc success.

                  <key>Entitlements</key>
                      <dict>
                          <key>application-identifier</key>
                          <string>H33HFFQMS8.icpsstock</string>
                          <key>get-task-allow</key>
                          <false/>
                          <key>keychain-access-groups</key>
                          <array>
                              <string>H33HFFQMS8.*</string>
                          </array>
                      </dict>
                  

                  希望有帮助,我的配置是这样的.

                  Hope this help, my configuration looks like this.

                  1. 面向 iOS 3.1.3
                  2. 基础 SDK 4.2
                  3. LLVM GCC 4.2 构建
                  4. Entitlement.plist 中的 get-task-allow 必须为 false
                  5. 将管理器的配置与 iTunes Connect 同步

                  这篇关于配置文件地狱的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  EAAccessory/EASession teardown during background(EAAccessory/EASession 在后台拆除)
                  Getting an NSArray of a single attribute from an NSArray(从 NSArray 获取单个属性的 NSArray)
                  ImageIO: lt;ERRORgt; JPEG Corrupt JPEG data: premature end of data segment iphone - how to catch this?(ImageIO:lt;错误gt;JPEG 损坏的 JPEG 数据:iphone 数据段过早结束 - 如何捕捉到这个?)
                  Xcode iOS organizer submit to app store yields quot;The archive is invalidquot; error(Xcode iOS 管理器提交到应用商店产生“存档无效;错误)
                  MFMessageComposeViewController alloc returns nil(MFMessageComposeViewController alloc 返回 nil)
                  How to add and get the values from .plist in iOS(如何在 iOS 中从 .plist 添加和获取值)

                    <small id='1Tejh'></small><noframes id='1Tejh'>

                      <legend id='1Tejh'><style id='1Tejh'><dir id='1Tejh'><q id='1Tejh'></q></dir></style></legend>
                    • <i id='1Tejh'><tr id='1Tejh'><dt id='1Tejh'><q id='1Tejh'><span id='1Tejh'><b id='1Tejh'><form id='1Tejh'><ins id='1Tejh'></ins><ul id='1Tejh'></ul><sub id='1Tejh'></sub></form><legend id='1Tejh'></legend><bdo id='1Tejh'><pre id='1Tejh'><center id='1Tejh'></center></pre></bdo></b><th id='1Tejh'></th></span></q></dt></tr></i><div id='1Tejh'><tfoot id='1Tejh'></tfoot><dl id='1Tejh'><fieldset id='1Tejh'></fieldset></dl></div>

                            <bdo id='1Tejh'></bdo><ul id='1Tejh'></ul>
                              <tbody id='1Tejh'></tbody>

                            <tfoot id='1Tejh'></tfoot>