jimbob
jimbob

Reputation: 3298

RestKit/RestKit.h file not found.

I am following these steps found here exactly:

http://www.raywenderlich.com/13097/intro-to-restkit-tutorial

However.... I get the error:

enter image description here

What could be causing this? should I change the header search path? I am not really sure where to start.

Upvotes: 4

Views: 4962

Answers (2)

jdog
jdog

Reputation: 10759

Followed the installation on the restkit github page, linked above, and it still doesn't work. Still says "file not found".

I noticed the libRestKit.a file is/was red so I had to search and find out from some other proejct in the DerivedData folder and copied to the place where it should be in my current project. Now the red libRestKit.a text is white. So I clean and try to build again. Still get "file not found".

Upvotes: 0

Jose Rodrigues
Jose Rodrigues

Reputation: 86

I also had the same error with that tutorial.

But then I used this tutorial and it worked: https://github.com/RestKit/RestKit/wiki/Installing-RestKit-in-Xcode-4.x

Not sure what was different though..

Jose Rodrigues

Upvotes: 7

Related Questions