2017-02-23 10 views
1

私のポッドの1つ(特にTNImageSliderViewController)を私の素早いファイルにインポートすることはできません。また、ストーリーボードのビューのクラスとして設定することもできません。奇妙なことに、TNImageSliderViewCellは利用可能で、問題はありません。ポッドアップデートを実行私のポッドの1つは使用できません。どのようにしてインポートできますか?

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

を話しているかの写真であるエラーや警告を生成しない:ここで

は私のpodfileです

答えて

0

ポッドを追加した後にプロジェクトをビルド

関連する問題