Why linker link static libraries with errors? iOS
问题 I have a problem with linking my mixed language framework to a project. 1) I create framework with Swift and Objective-C classes. 2) Main logic was stored in Swift file. For example the class with method that calls NSLog("Swift log was called"). 3) Objective-C file has class that has method in which I create an instance of Swift class and call Swift-log method. 4) I link this framework with my Objective-C project, I can call all what I need in this project, but when I want to build this