Closed jefferythomas closed 8 years ago
Hi @jefferythomas
That issue arises from inheritance with classes and protocols getting crossed a bit due to use of Self
.
Here's the section that addresses this:
https://github.com/LoganWright/Genome#inheritance
The other option is to move to a struct.
Let me know if you don't get it with that, and we can walk through it together 👍
I'm getting this error using Carthage install: github "LoganWright/Genome" "2.0.4"
Here is the source code