未找到目标的伞形头,将不会生成模块映射 [英] no umbrella header found for target, module map will not be generated

查看:65
本文介绍了未找到目标的伞形头,将不会生成模块映射的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我尝试在Xcode 6.3中将 CKCountdownButton 构建为框架时,它抱怨

When I trying build CKCountdownButton as a framework in Xcode 6.3, it complains with

警告:未为目标"CKCountdownButton"找到伞头,将不会生成模块映射

然后,当我在其他项目中导入此框架时,它失败,并显示没有此类模块'CKCountdownButton'

Then when I import this framework in other project, it failed with No such module 'CKCountdownButton'

推荐答案

在框架中添加CKCountdownButton.h可以解决此问题.

Add a CKCountdownButton.h in framework fixed this issue.

我认为伞状标题是指与Framework相同名称的标题文件

I think the umbrella header means the header file with same name like Framework

这篇关于未找到目标的伞形头,将不会生成模块映射的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆