Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS

Parse.com iOS 9 (Xcode 7)

I am trying to add the Parse.com SDK to my Xcode 7 project. I have followed the getting started guide and I have managed to do it before in Xcode 6. However this time I am being shown this error message when I try to build:

ld: framework not found Bolts
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Thanks

1 Answer

Tom, although large technology companies like Parse.com are greatly depended on for current working APIs and software, they do not get the software any earlier than the rest of the developers. I had this problem back in Xcode 6 and had to wait for Parse to release a compatible API, which was thankfully in the following few days. Although most of the network functionality is working with iOS 9 and Xcode 7, I have personally experienced some problems in the past few weeks. I believe Parse will have a working API will have a compatible API within the few weeks.

If you have any questions, feel free to ask!

Landon Ferrier