当我尝试构建CKCountdownButton时作为Xcode6.3中的一个框架,它提示警告:未找到目标“CKCountdownButton”的伞头,将不会生成模块映射然后当我在其他项目中导入这个框架时,它失败了Nosuchmodule'CKCountdownButton' 最佳答案 我找到了另一个解决方案,Xcode提供了一种通过ModuleMapFile配置来指定umbrellaheader的方法。module.modulemap的内容应该是:frameworkmoduleFoo{umbrellaheader"Bar.h"hea
当我尝试构建CKCountdownButton时作为Xcode6.3中的一个框架,它提示警告:未找到目标“CKCountdownButton”的伞头,将不会生成模块映射然后当我在其他项目中导入这个框架时,它失败了Nosuchmodule'CKCountdownButton' 最佳答案 我找到了另一个解决方案,Xcode提供了一种通过ModuleMapFile配置来指定umbrellaheader的方法。module.modulemap的内容应该是:frameworkmoduleFoo{umbrellaheader"Bar.h"hea