Swift project import pod objective-c class in bridging header

Hi,
I have a swift project where I use an objective-c pod/ In my bridging header (MarvelTV-Bridging-Header.h) i’m importing my objective-c classes. This works locally but I’m getting an error on circle ci. my pods uses use_frameworks!

:x: /Users/distiller/Marvel-tvOS/Marvel/MarvelTV/MarvelTV-Bridging-Header.h:16:9: ‘MMLoginManager.h’ file not found

import “MMLoginManager.h”

2 Likes