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 Build a Self-Destructing Message iPhone App Using Parse.com as a Backend and Adding Users Creating an Account and App on Parse.com

Changed 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
Stone Preston
42,016 Points

try removing the framework and adding it back in.

Yes. That's what I have tried. Without success so far. I may not be doing the right thing...

Stone Preston
Stone Preston
42,016 Points

are 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?

Yes. 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
Stone Preston
42,016 Points

hmm are you sure you downloaded the iOS framework?

100% sure.

I can dropbox the link to the zip if you want to double check