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

后端 未结 22 2184
盖世英雄少女心
盖世英雄少女心 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:17

    In my experience you have to choose on the targets the framework which is giving you the error, not the project target.
    Then compile, and after compiling it will be available on the project target.

提交回复
热议问题