Я выполнял свою программу мягко и в какой-то момент (возможно, закрыл Xcode, чтобы открыть или обновить файл pod), он внезапно не может больше компилироваться.
Я уже пробовал открывать .xcodeproj и .xcworkspace. Первый показывает это сообщение при компиляции:
Второй случай показывает массу проблем:
Это мой файл:
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
source 'https://github.com/CocoaPods/Specs.git'
target 'HonoluluArt' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
# Pods for HonoluluArt
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!
pod 'Alamofire', '~> 3.0'
pod 'GoogleMaps'
pod 'GooglePlaces'
end
Могу ли я получить какую-либо помощь? Большое спасибо!