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

Ribbit errors linked to Parse?

Hi team treehousers,

For a while, I hadn't touched at the version of Ribbit I had customized and worked on without problem for weeks. I was testing on iPhone 4s. I tried to launch the app on a new iPhone 5s, and I get plenty of error messages and my app fails to build.

Here are screenshots of what I see in my Xcode project:

Overall error logs to the left of my Xcode project: https://www.dropbox.com/s/wyrbex2dmnm8b37/Overall_Error_logs.png

First example of more detail on error (they all seem to be of the same kind): https://www.dropbox.com/s/e0118zit2znwakk/Error_message.png

Second example of more detail on error: https://www.dropbox.com/s/tsmf0je572k3er0/Error_message_II.png

What should I do?

Thank you very much for your help. :) Arsene

3 Answers

  1. Ensure the files are imported into your project properly.

  2. Also in your Build Settings set YES to Always search user paths, and make sure your User header paths are pointing to the Framework.

  3. Finally, Build->Clean and Restart Xcode.

Hope this helps !

Sam: Very cool. I did your first two points. How do I go about doing the third?

Merci!

No problem glad it worked, just go into Xcode select from the menu select product and then click build. Once you've done that hit the play button and run the app in the simulator.