File RestKit / RestKit.h not found.

I follow the following steps found here for sure:

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

However .... I get an error message:

enter image description here

What could be the reason for this? should i change the header search path? I'm not sure where to start.

+4
source share
2 answers

I also had the same error with this 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 than ..

Jose Rodriguez

+7
source

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

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

0
source

Source: https://habr.com/ru/post/1434371/


All Articles