swift - Failed to import bridging header -


i faced error, can't compile project because of error:

enter image description here

it happened unexpectedly, tested project many times, , without changes starts throw error.

i searched using finder path: '/users/amatrosov/documents/projects/vent-axia/vent-axia/vent-axia-bridging-header.h , exist.

ymscbcentralmanager.h - part of pods libraries , can simple find in xcode search.

i've tried different answers on question, removing bridging header , re create new one, nothing helps.

maybe pods suggested, not sure.

this bridging file:

enter image description here

i once had issue , solved deleting bridging header file , creating using xcode wizard instead of manually. possible xcode generates internal link not being created when add file manually.

see instructions on how generate using xcode here.


Comments