【问题标题】:Parse "ld: framework not found Parse"解析“ld:找不到框架解析”
【发布时间】:2015-09-14 16:32:01
【问题描述】:

我正在尝试将 Parse 集成到我的项目中。我将 Parse.framework、Bolts.framework 复制到我的项目中,并确保在构建阶段中链接到这些框架。但我收到错误“找不到框架解析”,其中:

"ld: 未找到框架解析 clang:错误:链接器命令失败,退出代码为 1(使用 -v 查看调用)"

【问题讨论】:

    标签: ios xcode parse-platform xcode6 ios-frameworks


    【解决方案1】:
    After add your parse framework  to your project
    Click the + button in the bottom left of the 'Link Binary With Libraries' section and add the following libraries:
    
    AudioToolbox.framework
    CFNetwork.framework
    CoreGraphics.framework
    CoreLocation.framework
    QuartzCore.framework
    Security.framework
    StoreKit.framework
    SystemConfiguration.framework
    libz.dylib
    libsqlite3.dylib
    If you're using the -ObjC linker flag required by some third-party libraries, add these as well:
    
    Accounts.framework
    Social.framework
    
    Are kindly check the following link to https://parse.com/apps/quickstart#parse_data/mobile/ios/native/existing
    
    猜你喜欢
    • 1970-01-01
    • 2016-01-13
    • 2016-02-09
    • 1970-01-01
    • 2019-04-06
    • 2017-08-16
    • 2017-01-17
    • 2019-02-16
    • 2015-07-04
    相关资源
    最近更新 更多