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

Correct code, doesn't work.

I downloaded the latest version of Ribbit and still the code doesn't work, while trying to run app on iPhone. I also already added my parse codes.

2 Answers

Marcus Vieira
Marcus Vieira
7,877 Points

Hi!

What is the error ? You can't you compile the project, or does it force close when you try to run the app in your iPhone ? A stacktrace would be nice :)

Can't compile code. Here is a picture of my code: http://imgur.com/5ZJzRmf

What does it mean when it says "missing required architecture arm64"?

Marcus Vieira
Marcus Vieira
7,877 Points

missing required architecture arm64 is just a warning, we can deal with it later :)

You're trying to use PFUser which is a class from the Parse Framework on multiple classes, such as SignupViewController, are you sure you imported the Framework correctly ? A screenshot of the file would be nice!

Marcus Vieira
Marcus Vieira
7,877 Points

Thanks! Can I also have a screenshot of your SignupViewController class ? or maybe you can copy-paste the code here if that's easier!

What does it mean when it says "missing required architecture arm64"?