LRResty
LRResty copied to clipboard
'LRResty/LRResty.h' file not found?
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:
- Checked out the source from github
- I dragged 'LRResty.xcodeproj' to my project in XCode
- I added ObjC and all_load linker flags
- 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:
- LRResty to Target Dependency.
However, I am not able to get this to work. Any ideas?
Screenshot: http://imgur.com/RVAAB
I think you're supposed to drag LRResty.framework, as opposed to the xcodeproj file. That will allow you to link it.