Search code examples
iosobjective-crestkit

File not found iOS


I am using the RestKit Framework. After code merge the project building failed with error

#import <FBSDKLoginKit.h> FBSDKLoginKit.h file not found. even though file is already available.

I eliminated this error by replacing <FBSDKLoginKit.h> with <FBSDKLoginKit/FBSDKLoginKit.h>.
Then another error appeared in file named RKObjectManager.hfrom the RestKit framework.
on the line 21 #import "RKObjectManager.h" saying file not found despite the file is already available.


Solution

  • The newest version of RestKit has fixed this bug. You should upgrade it.