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 trialNavneet Kumar
Front End Web Development Techdegree Student 8,838 Pointswhen i download and run this app on my simulator it it shows me 6 errors. Please help !
help
6 Answers
Steve Hunter
57,712 PointsHi,
I take it you've downloaded the project files for the Ribbit app and opened them into Xcode; that right?
What are the errors you are getting? Again, I assume these are compiler errors - are they 'red' ones which prevent a build? Can you do a screen grab of them - (press Cmd + 4 to show all the errors in the left pane).
With some more info, we may be able to get this fixed for you.
Steve.
Steve Hunter
57,712 PointsThat could be all sorts of issues but the compiler isn't happy about something. The error may be hidden in the text that follows what you've posted. It might be worth posting the rest of it. I've googled it and the suggestions are as follows:
I suggest trying a clean first, try that from the Product menu.
Then have a look at the Build Phases. Click on the project name at the top of the left pane. Then go to the Build Phases tab. Open up Compile Sources and check there are no duplicate entries. Delete duplicates.
Check your #import
statements, make sure they all import .h
files, not .m
.
What part of the project have you reached? Have you just added a new class?
Hope that helps - else let us know what you get.
Steve.
Stephen Whitfield
16,771 PointsThis is really old, but anyone else having the issue, it could be that the libraries used in this project aren't being "seen" by the compiler.
nguoicovan
Android Development Techdegree Student 4,071 PointsI done any thing but it not work, I didn't find anything duplicate in Compile Sources and #import statements always import .h file. Please help me!
Steve Hunter
57,712 PointsWhat errors are you getting for this?
Steve.
nguoicovan
Android Development Techdegree Student 4,071 PointsBecause I can not attack image in this comment so please see error blow link
Steve Hunter
57,712 PointsI'd have a read through this post and Google the error to see what advice is out there.
Navneet Kumar
Front End Web Development Techdegree Student 8,838 PointsNavneet Kumar
Front End Web Development Techdegree Student 8,838 Pointslinker command failed with exit code 1 (use -v to see invocation)
Navneet Kumar
Front End Web Development Techdegree Student 8,838 PointsNavneet Kumar
Front End Web Development Techdegree Student 8,838 Pointslinker command failed with exit code 1 (use -v to see invocation)