LRResty icon indicating copy to clipboard operation
LRResty copied to clipboard

'LRResty/LRResty.h' file not found?

Open ghost opened this issue 13 years ago • 1 comments

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

ghost avatar May 29 '12 07:05 ghost

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

micho avatar Sep 09 '12 11:09 micho