I am having trouble linking my framework with code that takes advantage of that framework. Specifically, the linker isn\'t able to find the symbols for extensions for generi
I posted on the Apple Developer forums and an Apple employee responded that this is a known bug.
It looks like the compiler gets the mangled symbol names of methods in generic extensions wrong when they live in a different framework.