実現したいこと
NCMB SDKをインストールしたいです
前提
カレンダーコンポーネントのFSカレンダーをインストールしようとしています
発生している問題・エラーメッセージ
Invalid `Podfile` file: syntax error, unexpected end-of-input, expecting `end'
該当のソースコード
# Uncomment the next line to define a global platform for your project # platform :ios, '9.0' target 'calendar' do # Comment the next line if you don't want to use dynamic frameworks use_frameworks! # Pods for calendar pod 'FSCalendar' pod 'NCMB', :git => 'https://github.com/NIFCLOUD-mbaas/ncmb_swift.git' target 'calendarTests' do inherit! :search_paths # Pods for testing end
試したこと
endの位置をずらす。シングルクォーテーションの確認など。
補足情報(FW/ツールのバージョンなど)
ここにより詳細な情報を記載してください。
ファイルの最後に end がもう一つ必要かな…。

回答1件
あなたの回答
tips
プレビュー