Question

I wanted to use RestKit in my project, and then found that i do not need it.

I've removed most of the installation steps, but I can't find where this warning is originating from

(null): Directory not found for option '-L/Users/dev1/Dev/IOSworkspace/myProject/RestKit/Build/Debug-iphonesimulator'

what do i need to do to remove that?

Was it helpful?

Solution

Look in your library header search paths in your project settings, there'll be a row there with the path above. Delete that row and the warning will go.

OTHER TIPS

go into build settings > there is search box on top & type a keyword (e.g. Restkit) & it will list down everything related to that which has entries. double click these entries and simply select & remove them. hope this helps

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top