• <small id='XrB21'></small><noframes id='XrB21'>

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

        dyld:找不到符号:尝试运行 iOS 应用程序时的 _NSURLAuthenticationMethodClientC

        dyld: Symbol not found: _NSURLAuthenticationMethodClientCertificate when trying to run iOS app(dyld:找不到符号:尝试运行 iOS 应用程序时的 _NSURLAuthenticationMethodClientCertificate)
        <i id='Tt8ls'><tr id='Tt8ls'><dt id='Tt8ls'><q id='Tt8ls'><span id='Tt8ls'><b id='Tt8ls'><form id='Tt8ls'><ins id='Tt8ls'></ins><ul id='Tt8ls'></ul><sub id='Tt8ls'></sub></form><legend id='Tt8ls'></legend><bdo id='Tt8ls'><pre id='Tt8ls'><center id='Tt8ls'></center></pre></bdo></b><th id='Tt8ls'></th></span></q></dt></tr></i><div id='Tt8ls'><tfoot id='Tt8ls'></tfoot><dl id='Tt8ls'><fieldset id='Tt8ls'></fieldset></dl></div>
          <tbody id='Tt8ls'></tbody>
          <bdo id='Tt8ls'></bdo><ul id='Tt8ls'></ul>

          1. <tfoot id='Tt8ls'></tfoot>

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

            • <legend id='Tt8ls'><style id='Tt8ls'><dir id='Tt8ls'><q id='Tt8ls'></q></dir></style></legend>

                • 本文介绍了dyld:找不到符号:尝试运行 iOS 应用程序时的 _NSURLAuthenticationMethodClientCertificate的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  限时送ChatGPT账号..

                  我的应用程序因消息而崩溃:

                  My app is crashing with the message:

                  dyld:找不到符号:_NSURLAuthenticationMethodClientCertificate
                  参考自:/var/mobile/Applications/C7B596AD-FB09-4685-BDFC-7E955A5DD185/IRONTRAINERS.app/IRON TRAINERS 预计在:/System/Library/Frameworks/CFNetwork.framework/CFNetwork 中/var/mobile/Applications/C7B596AD-FB09-4685-BDFC-7E955A5DD185/IRONTRAINERS.app/IRON TRAINERS (lldb)

                  dyld: Symbol not found: _NSURLAuthenticationMethodClientCertificate
                  Referenced from: /var/mobile/Applications/C7B596AD-FB09-4685-BDFC-7E955A5DD185/IRON TRAINERS.app/IRON TRAINERS Expected in: /System/Library/Frameworks/CFNetwork.framework/CFNetwork in /var/mobile/Applications/C7B596AD-FB09-4685-BDFC-7E955A5DD185/IRON TRAINERS.app/IRON TRAINERS (lldb)

                  当我尝试构建和运行时.当我从我的项目中删除 CFNetwork 时,它可以工作,我不知道为什么.

                  when I try to build and Run. When I remove the CFNetwork from my project, it works, I don't know why.

                  我刚刚安装了 Xcode6Beta 并打开了我的项目.它在 Xcode5.1 上运行良好.

                  I just installed Xcode6Beta and opened my project. It was working fine on Xcode5.1.

                  更新:

                  它在带有 Xcode 6 的 iOS 模拟器上运行良好,问题出在我运行 iOS 7.1.1 的设备上.

                  It works fine on iOS simulator with Xcode 6, the problem is on my device running iOS 7.1.1.

                  更新 2:

                  下面选择的答案对我有用,虽然我已经在我的项目中显式添加了基础框架,但我不得不将其删除并再次添加.至少,现在问题解决了.:)

                  The selected answer below worked for me, although I already had foundation framework explicit added to my project, I had to remove it and add it again. Problem solved, at least, for now. :)

                  推荐答案

                  已编辑,包括您需要采取的两个可能步骤:

                  Edited to include two possible steps you need to take:

                  1. 确保您的项目具有 Foundation 框架.(消除并再次添加以确保).
                  2. 确保 Foundation 框架包含在之前 CFNetwork.
                  1. Make sure you have Foundation framework to your project. (Remove and add it again to be sure).
                  2. Make sure the Foundation framework include is before CFNetwork.

                  iOS8.0 中包含的标题似乎发生了变化(例如,glextensions 文件不再位于顶部标题中).如果您将 Foundation 框架显式添加到您的项目中,它将构建良好.将 CFNetwork 设为可选当然会导致失败,并且只是构建错误的解决方案,而不是整体解决方案.

                  There seems to be a change in which headers include what in iOS8.0 (the glextensions file, for example, is no longer in the top header). If you explicitly add Foundation framework to your project, it will build fine. Making CFNetwork optional will, of course, lead to failures and is only a solution for the build error and not a solution overall.

                  这篇关于dyld:找不到符号:尝试运行 iOS 应用程序时的 _NSURLAuthenticationMethodClientCertificate的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                  相关文档推荐

                  iOS 6 rotations: supportedInterfaceOrientations doesn#180;t work?(iOS 6 旋转:supportedInterfaceOrientations 不起作用?)
                  CABasicAnimation rotate returns to original position(CABasicAnimation 旋转返回原始位置)
                  UITabBarController Rotation Issues in ios 6(ios 6 中的 UITabBarController 旋转问题)
                  iOS: How to run a function after Device has Rotated (Swift)(iOS:设备旋转后如何运行函数(Swift))
                  How to rotate an image 90 degrees on iOS?(如何在 iOS 上将图像旋转 90 度?)
                  iOS 8 Rotation Methods Deprecation - Backwards Compatibility(iOS 8 旋转方法弃用 - 向后兼容性)
                  <i id='ZS0fa'><tr id='ZS0fa'><dt id='ZS0fa'><q id='ZS0fa'><span id='ZS0fa'><b id='ZS0fa'><form id='ZS0fa'><ins id='ZS0fa'></ins><ul id='ZS0fa'></ul><sub id='ZS0fa'></sub></form><legend id='ZS0fa'></legend><bdo id='ZS0fa'><pre id='ZS0fa'><center id='ZS0fa'></center></pre></bdo></b><th id='ZS0fa'></th></span></q></dt></tr></i><div id='ZS0fa'><tfoot id='ZS0fa'></tfoot><dl id='ZS0fa'><fieldset id='ZS0fa'></fieldset></dl></div>

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

                    • <bdo id='ZS0fa'></bdo><ul id='ZS0fa'></ul>
                      1. <legend id='ZS0fa'><style id='ZS0fa'><dir id='ZS0fa'><q id='ZS0fa'></q></dir></style></legend>
                          <tbody id='ZS0fa'></tbody>
                        <tfoot id='ZS0fa'></tfoot>