Re: Objective-C and Swift interoperability in the lldb console.
Alex Zavatone
Surprisingly, the Objective-C class’s Swift interface works fine in lldb when viewed from a Swift class.
toggle quoted message
Show quoted text
When trying the. Swift version, I even added @objcMembers to the Swift class declaration or @objc to the methods, and checked that the interface is in the auto-generated Obj-C interface but still the lldb console refuses to recognize the class when used from an Obj-C class even when the -Swift.h file is imported. The Swift class works in the Obj-C class, but is unrecognized in the lldb console. On Jun 25, 2019, at 10:32 AM, Alex Zavatone via Groups.Io <zav@...> wrote: |
|