Bridging-Header in existing project(swift)

I have existing project on swift. In this one I have project_name-Bridging-Header.h. How can I add

($(PROJECT_DIR)/lib/backendless/include/Backendless-Bridging-Header.h) in the project if I have my own bridging header? Thanks

I assume you need to merge yours with the one provided by the Backendless library for iOS. Have you tried that?

Regards,
Mark

Hello Mark! Thanks for the quick response. No I haven’t. How can I do it?

Backendless bridging header includes just one line:

#import "Backendless.h"

What’s inside of yours?

Thanks