Hello:
I'm linking my Swift app against an Objective-c framework. I can call all the methods within the class in the framework, except for one.
When I try and call it, I get an exception:
#0 0x00007fff2037b829 in objc_msgSend () #1 0x000000010f856df4 in ___lldb_unnamed_symbol147$$MyFramework ()
I don't think it's the signature of the method, I can jump to the definition in the header file and the definition of the parameters the method needs. And even if it was a signature mismatch, that's a compile error.
So what would cause an error like this.
Thanks in advance for your time
John
3
0
3.2k