Swift Framework does not include symbols from extensions to generic structs

后端 未结 2 887
余生分开走
余生分开走 2020-12-09 17:41

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

2条回答
  •  孤城傲影
    2020-12-09 18:23

    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.

提交回复
热议问题