Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Arsene Lavaux
4,342 PointsChanged iPhone, get Parse.h warning that fails build
Hi: I just changed iPhone, upgrading to iPhone 5s. When running the self-destructing iPhone app code that was previously running fine, I get a warning error following build failed that states 'Parse/Parse.h' file not found.
I doubled check, I do have Parse.framework in my Frameworks folder. I have also tried to call the file locally using " and not < in case it would make any difference. It doesn't...
Any ideas would be appreciated.
Thanks!
5 Answers

Stone Preston
42,016 Pointstry removing the framework and adding it back in.

Arsene Lavaux
4,342 PointsYes. That's what I have tried. Without success so far. I may not be doing the right thing...

Stone Preston
42,016 Pointsare you opening the frameworks folder in the explorer, right clicking, and selecting delete. Then dragging the whole parse framework folder you downloaded from Parse.com into the frameworks folder?

Arsene Lavaux
4,342 PointsYes. I downloaded the latest framework from parse.com v1.2.19, unzipped, dragged the file into the frameworks folder in my project after having deleted the previous version I had put in there.
When I run my app, the build fails again and here are the warnings I get: https://www.dropbox.com/s/k07nt21unz0qbnt/Parse_warnings_iOS_app.png

Stone Preston
42,016 Pointshmm are you sure you downloaded the iOS framework?

Arsene Lavaux
4,342 Points100% sure.

Arsene Lavaux
4,342 PointsI can dropbox the link to the zip if you want to double check