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

Has anyone experimented with parses anypic?

I am wanting to build an app similar to anypic. I opened the xcode file which was suppose to have everything that was needed to run the app on there. When I tried to run the app, it says no application was selected. Did this happen to anyone else? I am reading the tutorial but it doesn't seem to tell me to change anything. Just curious why this isn't working.

Thanks so much.

1 Answer

Make sure you put your parse client and app id in there before your run it. It's write entirely in code, not using storyboards or xibs.

Thanks so much man!

Yup, no problem

I adding in everything it said to add in here. https://www.parse.com/apps/quickstart?app_id=anypic--1722#parse_data/mobile/ios/native/existing

but my code still won't run. I also created new app in parse and linked it my xcode project but it still won't run. I downloaded the xcode project the anypic download section.

I am getting this error: Undeclared selector 'isParse Rachable' do you know what this means?