Hello everyone, I found the MailCore2 library for Objective-C, I am writing a project on Swift, there was an instruction on how to use this library in Swift, I did everything, it gives the following error: unknown>: 0: error: bridging header '/ Users / Apple /Desktop/Ф/Programming/Swiftnew/CivilCalculateDemo/Bridging-Header.h 'does not exist

But Bridging-Header.h exists along the specified path. I can not understand what's the matter. :(

  • Can I see the instructions? Well, in any case - offhand, the name of the header is wrong, where the project name must be in the name - Max Mikheyenko
  • I then corrected the header name, it still did not help, I rebuilt the project and it all worked. And then I encountered the same error if I installed the library after I started writing code. I do not know why, I used to think that libraries can be installed at any time. Or am I doing something wrong? (installed everything according to the instructions) - Fedya Grab

0