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 -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

nginx - phpPgAdmin - log in works but I have to login again after clicking on any links -