ios - Using Objective-C framework in Swift project -
i want include objective-c framework in swift project. followed instructions append existing pod file , executed
pod update
the files downloaded without problems have trouble use new classes in project.
know have create -bridging-header.h , there placed line
#import "ssziparchive.h"
but classes not found compiler.
Comments
Post a Comment