restkit
RKObjectMapping.h Not Found
There is easy way to work around this problem when you don’t want to touch cocoapods. because fixing them itself a hassle. I have fixed my problem as follows: Click on your project file Then go to build settings search for “header search path“ With the drop down just make them recursive. You Should be … Read more
Best way to use RestKit in an iPhone Application
I’m the author of RestKit and we advocate using such patterns to build higher level abstractions on top of RestKit. I generally build my callbacks and such around a model object rather than creating a new LoginService type of object, but either way is fine. In my example, you would do something like: @implementation RKUser … Read more
No such module ‘RestKit’ with cocoapods and swift
I had the same problem. My solution was to open the project using the .xcworkspace, not the .xcodeproj. .xcodeproj only contains the main project; .xcworkspace includes everything including Restkit.