1
我的一個豆莢(特別是TNImageSliderViewController)無法導入到我的swift文件中。它也不能被設置爲故事板中視圖的類別。奇怪的是,TNImageSliderViewCell可用,沒有問題。我的一個豆莢無法使用,我該如何修復它才能導入?
這裏是我的podfile:
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
運行莢更新產生的任何錯誤或警告
這裏是什麼我談論
的圖片