<bdo id='LLpN0'></bdo><ul id='LLpN0'></ul>

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

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

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

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

        Parse.framework iOS 的链接错误

        Link Errors with Parse.framework iOS(Parse.framework iOS 的链接错误)

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

      2. <small id='Zzmf6'></small><noframes id='Zzmf6'>

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

            • <bdo id='Zzmf6'></bdo><ul id='Zzmf6'></ul>
                • 本文介绍了Parse.framework iOS 的链接错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  限时送ChatGPT账号..

                  我尝试在我的项目中导入解析框架.我确保我的项目喜欢它,但我找不到任何关于它是否电弧敏感"的信息.我的项目是基于弧的.

                  I tried importing the parse framework in my project. I made sure it is liked with my project and I couldn't find anything about whether it is 'arc sensitive' or not. My project is arc based.

                  这是我得到的错误:

                  Undefined symbols for architecture i386:
                    "_SCNetworkReachabilityCreateWithName", referenced from:
                        -[PFCommandCache init] in Parse(PFCommandCache.o)
                        +[PFInternalUtils(Reachability) isParseReachable] in Parse(PFInternalUtils.o)
                    "_SCNetworkReachabilityGetFlags", referenced from:
                        ___22-[PFCommandCache init]_block_invoke in Parse(PFCommandCache.o)
                        +[PFInternalUtils(Reachability) isParseReachable] in Parse(PFInternalUtils.o)
                    "_SCNetworkReachabilityScheduleWithRunLoop", referenced from:
                        -[PFCommandCache init] in Parse(PFCommandCache.o)
                    "_SCNetworkReachabilitySetCallback", referenced from:
                        -[PFCommandCache init] in Parse(PFCommandCache.o)
                    "_SCNetworkReachabilityUnscheduleFromRunLoop", referenced from:
                        -[PFCommandCache dealloc] in Parse(PFCommandCache.o)
                    "_SecItemAdd", referenced from:
                        +[PFInternalUtils saveToKeychain:data:] in Parse(PFInternalUtils.o)
                    "_SecItemCopyMatching", referenced from:
                        +[PFInternalUtils loadFromKeychain:] in Parse(PFInternalUtils.o)
                    "_SecItemDelete", referenced from:
                        +[PFInternalUtils saveToKeychain:data:] in Parse(PFInternalUtils.o)
                        +[PFInternalUtils deleteFromKeychain:] in Parse(PFInternalUtils.o)
                    "_UTTypeCopyPreferredTagWithClass", referenced from:
                        -[PFFile getMimeType] in Parse(PFFile.o)
                    "_UTTypeCreatePreferredIdentifierForTag", referenced from:
                        -[PFFile getMimeType] in Parse(PFFile.o)
                    "_kCFStreamPropertyFTPAttemptPersistentConnection", referenced from:
                        -[PFHTTPCommand scheduleInCurrentThread] in Parse(PFHTTPCommand.o)
                    "_kCFStreamPropertyHTTPAttemptPersistentConnection", referenced from:
                        -[PFHTTPCommand scheduleInCurrentThread] in Parse(PFHTTPCommand.o)
                    "_kSecAttrAccessible", referenced from:
                        +[PFInternalUtils getKeychainQuery:] in Parse(PFInternalUtils.o)
                    "_kSecAttrAccessibleAfterFirstUnlock", referenced from:
                        +[PFInternalUtils getKeychainQuery:] in Parse(PFInternalUtils.o)
                    "_kSecAttrAccount", referenced from:
                        +[PFInternalUtils getKeychainQuery:] in Parse(PFInternalUtils.o)
                    "_kSecAttrService", referenced from:
                        +[PFInternalUtils getKeychainQuery:] in Parse(PFInternalUtils.o)
                    "_kSecClass", referenced from:
                        +[PFInternalUtils getKeychainQuery:] in Parse(PFInternalUtils.o)
                    "_kSecClassGenericPassword", referenced from:
                        +[PFInternalUtils getKeychainQuery:] in Parse(PFInternalUtils.o)
                    "_kSecMatchLimit", referenced from:
                        +[PFInternalUtils loadFromKeychain:] in Parse(PFInternalUtils.o)
                    "_kSecMatchLimitOne", referenced from:
                        +[PFInternalUtils loadFromKeychain:] in Parse(PFInternalUtils.o)
                    "_kSecReturnData", referenced from:
                        +[PFInternalUtils loadFromKeychain:] in Parse(PFInternalUtils.o)
                    "_kSecValueData", referenced from:
                        +[PFInternalUtils saveToKeychain:data:] in Parse(PFInternalUtils.o)
                    "_kUTTagClassFilenameExtension", referenced from:
                        -[PFFile getMimeType] in Parse(PFFile.o)
                    "_kUTTagClassMIMEType", referenced from:
                        -[PFFile getMimeType] in Parse(PFFile.o)
                  ld: symbol(s) not found for architecture i386
                  clang: error: linker command failed with exit code 1 (use -v to see invocation)
                  

                  推荐答案

                  确保链接到项目中的 SystemConfigurationSecurity 框架.有关详细信息,请参阅这个问题.正如 Hector 在评论中指出的那样,Parse 所需的所有框架都可以在 iOS 快速入门指南中找到.

                  Make sure you link against the SystemConfiguration and the Security framework in your project. See this question for more details. As Hector pointed out in the comments, all of the required frameworks for Parse can be found in the iOS Quick Start Guide.

                  • AudioToolbox.framework
                  • CFNetwork.framework
                  • CoreGraphics.framework
                  • CoreLocation.framework
                  • libz.1.1.3.dylib
                  • MobileCoreServices.framework
                  • QuartzCore.framework
                  • 安全性框架
                  • StoreKit.framework
                  • SystemConfiguration.framework

                  这篇关于Parse.framework iOS 的链接错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                  相关文档推荐

                  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 旋转方法弃用 - 向后兼容性)

                      <tbody id='81qJf'></tbody>
                    <legend id='81qJf'><style id='81qJf'><dir id='81qJf'><q id='81qJf'></q></dir></style></legend>

                    <small id='81qJf'></small><noframes id='81qJf'>

                      <bdo id='81qJf'></bdo><ul id='81qJf'></ul>

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