Getting error could not find or use auto-linked framework in Swift.

Trying to use Swift framework embedded in Objective C static library in Swift Project.
While building Swift project which is using Objective C static library getting auto linked framework error.

Undefined symbol: OBJCCLASS$_TtC14LicenseLibrary14LicenseHandler
Do you get the error for all the library items ?

I assume you have checked the exact spelling of LicenseHandler (including leading uppercase).
Not for all the libraries.
Getting error for the swift framework which is embedded in one of the Objective C static library.
Getting error could not find or use auto-linked framework in Swift.
 
 
Q