1

This question is a lot like this one: Parse for iOS: Errors when trying to run the app except that I am using Swift in XCode Beta 4.

Essentially, when using the Parse library my app build fails, noting that I need resources from the FacebookSDK. Downloading the SDK works, but as this question on Parse's website: https://parse.com/questions/using-the-parse-ios-sdk-without-including-the-facebook-sdk notes, it adds over 1MB that I don't use.

The former question lists "Build Settings > Other Linker Flags > remove -ObjC" as a solution, but I can't figure out how to do that in this XCode version. Any help/ other solutions?

(FYI, Another solution on that page suggests creating a FBMissingSymbols.m file, but that gives me other errors because of trying to use Objective C)

Community
  • 1
  • 1
Will T
  • 15
  • 6
  • This post will likely have what you are looking for http://stackoverflow.com/questions/24002369/how-to-call-objective-c-code-from-swift/24005242#24005242 – Siul Sep 06 '14 at 03:18

1 Answers1

0

A very simple solution for this is to use the CocoaPods dependency manager. If you need help setting it up, let me know. If you'd rather not, I can gladly help you get Parse set up, as I've been using it with Swift.

Dehli
  • 5,950
  • 5
  • 29
  • 44