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

Popular posts from this blog

PHP and MySQL WP -

javascript - generate date range base on integers -

javascript - Generate barcode from text and convert it to base64 -