Re: Compiler error - method not found on object which conforms to protocol
Sandor Szatmari
Thanks for everyone’s help and I’m sorry I was unable to share the code. I’m sure it would have been obvious and everyone would have see the issue with the actual code available.
toggle quoted message
Show quoted text
It turns out that I only had a forward declaration of the protocol in the header, once I added an actual import of the protocol to the ‘.m’ file, the error was resolved. Thanks again for everyone’s thoughts! Sandor On Mar 27, 2021, at 12:39, Sak Wathanasin <sw@...> wrote:
|
|