When adding Swift and OC libraries to CocoaPods at the same time, using use_frameworks!, it is indeed impossible to import OC libraries in Bridging-Header.h, and there is no need to import.
Just add import OCLibraryName to the head of the swift file to use it. stackoverflow link: http://stackoverflow.com/questions/24122914/how-to-integrate-cocoapods...
When adding Swift and OC libraries to CocoaPods at the same time, using use_frameworks!, it is indeed impossible to import OC libraries in Bridging-Header.h, and there is no need to import.
Just add import OCLibraryName to the head of the swift file to use it. stackoverflow link: http://stackoverflow.com/questions/24122914/how-to-integrate-cocoapods...