0

I updated to Parse SDK 1.6.1 by deleting the Parse and ParseFacebookUtils frameworks and adding back those two and the Bolts framework. This resulted in some 53 errors. I then ensured I had linked all the libraries indicated in the accepted answer here: Apple Mach-O Linker Error Parse and that got me down to about 30 errors, but that's doesn't quite cut it. Here's a screenshot of the kind of errors I'm getting:

enter image description here

What's going on? Thanks

Community
  • 1
  • 1
mkc842
  • 2,361
  • 2
  • 26
  • 38

1 Answers1

3

Since this release you also need to add the libstdc++.6.dylib library.

The current Parse Starter Project has the following :

enter image description here

deadbeef
  • 5,409
  • 2
  • 17
  • 47