An Objective-C category for an existing Swift class -


i create objective-c category swift existing class: creation.swift category creation+additions.m

i have needed obj-c because have use c method. c , swift : oh dear ! ...

my issue : have used dynamic framework in objective-c , swift cohabit. have got umbrella header bridging obj-c , swift.

however, category's header creation+additions.m, header appcreationkit-swift.swift` not found.

issue


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -