Link Errors with Parse.framework iOS

前端 未结 3 1414
春和景丽
春和景丽 2020-12-08 22:53

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

3条回答
  •  死守一世寂寞
    2020-12-08 23:28

    Add MobileCoreServices.framework from your project in addition to these frameworks

    -Accounts.framework

    -AudioToolbox.framework

    -CFNetwork.framework

    -CoreGraphics.framework

    -CoreLocation.framework

    -libz.dylib

    -MobileCoreServices.framework

    -QuartzCore.framework

    -Security.framework

    -Social.framework

    -StoreKit.framework

    -SystemConfiguration.framework

提交回复
热议问题