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

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

python Tkinter Capturing keyboard events save as one single string -

sql server - Why does Linq-to-SQL add unnecessary COUNT()? -