Swift 我的一个豆荚无法使用,如何修复它以便导入?

Swift 我的一个豆荚无法使用,如何修复它以便导入?,swift,xcode7,Swift,Xcode7,我的一个POD(特别是TNImageSliderViewController)无法导入到我的swift文件中。它也不能设置为故事板中视图的类。奇怪的是,TNImageSliderViewCell是可用的,并且没有任何问题 这是我的播客文件: platform :ios, '9.3' use_frameworks! inhibit_all_warnings! project '/Users/user/myproject/myproject.xcodeproj' target 'myproject'

我的一个POD(特别是TNImageSliderViewController)无法导入到我的swift文件中。它也不能设置为故事板中视图的类。奇怪的是,TNImageSliderViewCell是可用的,并且没有任何问题

这是我的播客文件:

platform :ios, '9.3'
use_frameworks!
inhibit_all_warnings!
project '/Users/user/myproject/myproject.xcodeproj'
target 'myproject' do
  pod 'GooglePlaces'
  pod 'GooglePlacePicker'
  pod 'GoogleMaps'
  pod 'Google/Analytics'
  pod 'TTRangeSlider'
  pod 'TNImageSliderViewController'
end
运行pod更新不会产生错误或警告

这是我所说的图片


在添加pod后构建项目

在添加pod后构建项目