Link Errors with Parse.framework iOS

前端 未结 3 1415
春和景丽
春和景丽 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:19

    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
    • Security.framework
    • StoreKit.framework
    • SystemConfiguration.framework

提交回复
热议问题