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.
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.