mixed-swift-objc-framework icon indicating copy to clipboard operation
mixed-swift-objc-framework copied to clipboard

Shows how to mix Swift and Objective-C code inside a framework target

Results 4 mixed-swift-objc-framework issues
Sort by recently updated
recently updated
newest added
trafficstars

Hey, thanks for your work on this topic. As of Xcode 6.3 I cannot compile "MyApp" in your example. The compiler fails with "Redefinition of module 'FooPrivate'". In my own...

Fixing Build issues with Xcode 10.1 and swift 4.2 Fixing warnings on module import to use canonical name , added a underscore to module name refer : https://openradar.appspot.com/40829112 , this...

Hi Daniel, I was wondering if there was an update for Swift 3 and Xcode 8.3. I am having trouble following the sample code in newer versions. I understand that...