从cocoapod使用视图时必须设置模块

时间:2017-03-15 21:26:16

标签: ios swift cocoapods

我目前正尝试首次使用cocoapods创建一个库。它主要存在于自定义视图之外。

但是为了使它工作,我需要在将自定义类设置为UIView后输入模块名称。

例如,这不起作用: enter image description here

虽然这确实有效: enter image description here

我怀疑它应该像这样工作。不应该自动设置模块吗?

如果是这样,您如何确保这种情况发生? 我究竟做错了什么。

可以使用here

的代码

修改 我创建了一个测试项目来测试它。 我在我的Podfile

中输入了我的pod
pod 'MHWalkthrough', :path => '~/Path/To/Folder/Containing/My/Pod'

0 个答案:

没有答案