Swift Framework: Umbrella header '[…].h' not found

后端 未结 22 2147
盖世英雄少女心
盖世英雄少女心 2020-12-07 11:49

In a custom framework containing both Objective-C and Swift code, the Swift compiler throws the following error:

[build_pat         


        
22条回答
  •  温柔的废话
    2020-12-07 12:20

    This usually happens after a project rename or something like that. The problem is that the umbrella header is no longer listed as a Public header. Check the attached image to see how to fix this.

提交回复
热议问题