I have some unique case when Objective C
framework is integrated in a Swift
framework. Everything seems to be fine when I make build. Also, when I use this new framework in the project that is written in Objective C
I have no issues.
But when I use it in the project written in Swift 4.1
, after my import statement, I get an error message:
module is not found "the name of Obj C framework"*
When I used Xcode 9.2
back in the days everything worked fine. So, this issue appeared only after Xcode 9.4
.
I believe there's something that could be changed in a build settings maybe, but, unfortunately, I don't have enough experience to find this out. Could anyone help me, please?