0

我将创建一个 swift pod,其中包含非模块 objc 标头中的代码,在我的例子中是<CommonCrypto/CommonCrypto.h>. 所以它没有通过pod lint并说找不到功能。我试过这个:

s.xcconfig = { "SWIFT_OBJC_BRIDGING_HEADER" => "My-Bridging-Header.h" }

也不起作用并警告:

error: using bridging headers with framework targets is unsupported

有没有经验丰富的救星给我指路?

4

0 回答 0