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

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -