我无法在我的View控制器(swift3)中导入我的第三方框架工作,我正在使用cocoapods

时间:2017-08-01 06:08:47

标签: frameworks cocoapods

我无法在我的View控制器(swift3)中导入我的第三方框架工作,我正在使用cocoapods 截屏:https://i.stack.imgur.com/lNErY.png

2 个答案:

答案 0 :(得分:0)

快速选项:

  • 检查是否已启动.xcworkspace文件。
  • 运行pod install后,只需清理并构建代码" Command + B"然后在控制器类中编写import语句。

答案 1 :(得分:0)

也许你应该这样做:

  1. 选择目标 - BuildSettings - 找到标题搜索路径
  2. 添加$(PODS_ROOT)选择recursive,如enter image description here
  3. 再次构建项目
  4. 干杯!