lukeredpath / LRResty

Yet another Objective-C REST client library, inspired by Ruby's restclient gem.
http://projects.lukeredpath.co.uk/resty/
461 stars 56 forks source link

'LRResty/LRResty.h' file not found? #33

Open ghost opened 12 years ago

ghost commented 12 years ago

Hi I am very new to iOS development and I am currently experiencing problems trying to get install LRResty.

These are the steps which I have taken:

  1. Checked out the source from github
  2. I dragged 'LRResty.xcodeproj' to my project in XCode
  3. I added ObjC and all_load linker flags
  4. Then I added #import <LRResty/LRResty.h> to AppDelegate.h

At this point I tried building but I was getting 'LRResty/LRResty.h' file not found I also tried adding the following:

  1. LRResty to Target Dependency.

However, I am not able to get this to work. Any ideas?

Screenshot: http://imgur.com/RVAAB

micho commented 12 years ago

I think you're supposed to drag LRResty.framework, as opposed to the xcodeproj file. That will allow you to link it.