0
更新到最新版本的Cocoapods(1.0)後,我的iOS應用程序顯示了很多錯誤。我因爲在更新的一切我不知道爲什麼會這樣是正確的,但是當我「運行」我的應用程序,它顯示了以下錯誤:
這就是我的Podfile:
# Uncomment this line to define a global platform for your project
platform :ios, '8.0'
# Uncomment this line if you're using Swift
use_frameworks!
target 'myApp' do
pod 'HanekeSwift', '~> 0.10'
pod 'Alamofire', '~> 3.3'
pod 'SwiftyJSON', '~> 2.3'
pod 'Batch', '~> 1.5'
end
target 'myAppTests' do
end
target 'myAppUITests' do
end
我能做些什麼來解決這些問題?
非常感謝,
問候。
您可以停止使用CocoaPods並使用Carthage代替。幾個月前做出了改變,從不回頭。 https://github.com/Carthage/Carthage(這裏沒有聯繫) –