プロジェクトのあるディレクトリ内にPodfileをつくり、
$ pod install
を実行するのですが、
[!] Invalid Podfile file: syntax error, unexpected tIDENTIFIER, expecting keyword_end
というエラーがでてできません
Invalid Podfile file: syntax error, unexpected tIDENTIFIER, expecting keyword_end
というエラーですのでPodfileの中を見せて下さい。
多分中の文言が間違っているだけかと思います。
# 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're not using Swift and don't want to use dynamic frameworks
  use_frameworks!
  pod 'FSCalendar'
  pod 'CalculateCalendarLogic' 
  # Pods for Calendar
  target 'CalendarTests' do
    inherit! :search_paths
    # Pods for testing
  end
  target 'CalendarUITests' do
    inherit! :search_paths
    # Pods for testing
  end
end
です
お願いします
参考がてらにあなたと似たような質問をしているところを見つけましたので、展開しておきます。
https://stackoverflow.com/questions/19587111/invalid-podfile-file-syntax-error-unexpected-undefined-expecting
ありがとうございます
回答1件
あなたの回答
tips
プレビュー