Swift - cocoapod圆形滑块

时间:2017-01-17 07:51:28

标签: swift swift3 cocoapods hgcircularslider

我正在尝试在我的应用中使用CircularSlider。

我找到了以下两个模块 https://github.com/taglia3/CircularSlider https://cocoapods.org/pods/HGCircularSlider

这就是我做的事情

$pod init

这是我的pod文件

# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'Dr.FOOD' do
  # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  use_frameworks!

  # Pods for Dr.FOOD
  pod 'Firebase'
  pod 'Firebase/Core'
  pod 'Firebase/Database'
  pod 'HGCircularSlider', '~> 1.0.3'
  pod 'CircularSlider'

end

然后,我做了什么

$ pod install
Analyzing dependencies
Downloading dependencies
Using CircularSlider (1.1.2)
Using Firebase (3.11.0)
Using FirebaseAnalytics (3.6.0)
Using FirebaseCore (3.4.6)
Using FirebaseDatabase (3.1.1)
Using FirebaseInstanceID (1.0.8)
Using GoogleInterchangeUtilities (1.2.2)
Using GoogleSymbolUtilities (1.1.2)
Using GoogleToolboxForMac (2.1.1)
Using HGCircularSlider (1.0.3)
Generating Pods project
Integrating client project

[!] Please close any current Xcode sessions and use `Dr.FOOD.xcworkspace` for this project from now on.
Sending stats
Pod installation complete! There are 5 dependencies from the Podfile and 10 total pods installed.

我正在使用.xcworkspace,但它仍然说 "没有这样的模块' HGCircularSlider'"在我的代码中。

我做错了吗?

1 个答案:

答案 0 :(得分:-1)

除了你已经做过的事情之外,以下是我添加新吊舱时的操作。

  • 打开工作区文件,转到项目设置页面:

enter image description here

  • 向下滚动,你会看到:

enter image description here

  • 点击+按钮,添加您想要的所有框架。

  • Command + B来构建项目。

  • 现在导入模块