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!
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
Gluestick Studios
Courses Plus Student 405 PointsCorrect 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
7,877 PointsHi!
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 :)

Gluestick Studios
Courses Plus Student 405 PointsWhat does it mean when it says "missing required architecture arm64"?
Gluestick Studios
Courses Plus Student 405 PointsGluestick Studios
Courses Plus Student 405 PointsCan't compile code. Here is a picture of my code: http://imgur.com/5ZJzRmf
Gluestick Studios
Courses Plus Student 405 PointsGluestick Studios
Courses Plus Student 405 PointsWhat does it mean when it says "missing required architecture arm64"?
Marcus Vieira
7,877 PointsMarcus Vieira
7,877 Pointsmissing required architecture arm64
is just a warning, we can deal with it later :)You're trying to use
PFUser
which is a class from theParse
Framework on multiple classes, such asSignupViewController
, are you sure you imported the Framework correctly ? A screenshot of the file would be nice!Gluestick Studios
Courses Plus Student 405 PointsGluestick Studios
Courses Plus Student 405 Pointshttp://imgur.com/NYcVSFU
Marcus Vieira
7,877 PointsMarcus Vieira
7,877 PointsThanks! Can I also have a screenshot of your
SignupViewController
class ? or maybe you can copy-paste the code here if that's easier!Gluestick Studios
Courses Plus Student 405 PointsGluestick Studios
Courses Plus Student 405 Pointshttp://imgur.com/I0DKg7D