Search code examples
quickblox

QBChatMessage+QBDateDivider.h: Quickblox/Quickblox.h file not found


I've been trying to integrate QMChatViewController into my project (manually, not with CocoaPods), but no matter what I try, I keep getting the following error:

QBChatMessage+QBDateDivider.h:
'Quickblox/Quickblox.h' file not found

I assume if my project is pure Swift and I'm not using CocoaPods, I don't need a bridging header, right?


Solution

  • Just discovered the issue. When I dragged and dropped Quickblox.framework into the project, I didn't check Destination: Copy Items if Needed.