我的 pods 之一无法使用,如何修复才能导入?
One of my pods is unusable, how can I fix it so it can be imported?
我的一个 pods(特别是 TNImageSliderViewController)无法导入到我的 swift 文件中。它也不能设置为故事板中视图的 class。奇怪的是,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后构建项目
我的一个 pods(特别是 TNImageSliderViewController)无法导入到我的 swift 文件中。它也不能设置为故事板中视图的 class。奇怪的是,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后构建项目