#import <ChatKit/ChatKit.h> file does not exist?
I have added the chat kit framework to my iOS app (i know it won't be accepted) and it says the file doesn't exist. Any idea wh开发者_开发百科y?
Navigate to your project, then select your target. Click the Build Settings tab and use the search bar to look for the header search paths setting. Add the desired path and you should be set.
精彩评论