草庐IT

ios - swift 框架 : Umbrella header '[...].h' not found

在包含Objective-C和Swift代码的自定义框架中,Swift编译器抛出以下错误:[build_path]/unextended-module.modulemap:2:19:error:umbrellaheader'bugtest.h'notfoundumbrellaheader"bugtest.h"^:0:error:couldnotbuildObjective-Cmodule'bugtest' 最佳答案 这通常发生在项目重命名或类似的事情之后。问题是伞头不再列为Public头。检查附加图像以了解如何解决此问题。

ios - swift 框架 : Umbrella header '[...].h' not found

在包含Objective-C和Swift代码的自定义框架中,Swift编译器抛出以下错误:[build_path]/unextended-module.modulemap:2:19:error:umbrellaheader'bugtest.h'notfoundumbrellaheader"bugtest.h"^:0:error:couldnotbuildObjective-Cmodule'bugtest' 最佳答案 这通常发生在项目重命名或类似的事情之后。问题是伞头不再列为Public头。检查附加图像以了解如何解决此问题。