2017-02-23 39 views
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 

運行莢更新產生的任何錯誤或警告

這裏是什麼我談論

Pod files are there but there's an error bundle

Cell is available but Controller is not Why

的圖片

回答

0

添加吊艙後生成項目

相關問題