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 Build a Self-Destructing Message iPhone App Using Parse.com as a Backend and Adding Users Creating an Account and App on Parse.com

Dinesh Vijaykumar
Dinesh Vijaykumar
9,879 Points

App does not run after including application id and client key

I have just included the line of code to set the application id and client key, but when i try to run the application on xcode after this, I am getting errors. The errors given are Apple Mach-O Linker Errors. Does anyone know what these are and how I go around to fixing it?

1 Answer

did you import all the frameWorks, the mack-O linker error means it tried to link up the files but failed, sometimes it's from you have an "Obj-c" flag on a class but normally it means you're missing something. so paste in your code here so we can pick it apart and see if all the libraries are there.

Best, Kai

Dinesh Vijaykumar
Dinesh Vijaykumar
9,879 Points

Don't worry I figured it out, was missing Bolts.Framework