Analyzing dependencies
[!] Unable to satisfy the following requirements:
SwiftyJSON (from
要求)
https://github.com/SwiftyJSON/SwiftyJSON.git Podfile
SwiftyJSON (from
)
https://github.com/SwiftyJSON/SwiftyJSON.git Podfile
SwiftyJSON (from
)
https://github.com/SwiftyJSON/SwiftyJSON.git Podfile
SwiftyJSON (from
)
https://github.com/SwiftyJSON/SwiftyJSON.git Podfile
SwiftyJSON (from
)
https://github.com/SwiftyJSON/SwiftyJSON.git Podfile
SwiftyJSON (= 2.3.2)
要求 Podfile.lock
您的所有规范来源均未包含符合相关性的规范:SwiftyJSON (from
https://github.com/SwiftyJSON/SwiftyJSON.git ), SwiftyJSON (= 2.3.2)
。
你有:
pod repo update
更新。注意:从CocoaPods 1.0开始,pod repo update
默认情况下不会发生pod install
。
pod更新:
TEMPLATE END
[!] Oh no, an error occurred.
Search for existing GitHub issues similar to yours:
https://github.com/CocoaPods/CocoaPods/search?q=File+exists+%40+dir_s_mkdir+-+%2FUsers%2Fusers%2FMyApp-ios%2FPods%2FTarget+Support+Files%2FAlamofire-iOS8.0&type=Issues
If none exists, create a ticket, with the template displayed above, on:
https://github.com/CocoaPods/CocoaPods/issues/new
Be sure to first read the contributing guide for details on how to properly submit a ticket:
https://github.com/CocoaPods/CocoaPods/blob/master/CONTRIBUTING.md
Don't forget to anonymize any private data!
Looking for related issues on cocoapods/cocoapods...
Found no similar issues. To create a new issue, please visit:
https://github.com/cocoapods/cocoapods/issues/new
podfile:
Podfile:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!
pod 'SwiftyJSON', :git => 'https://github.com/SwiftyJSON/SwiftyJSON.git'
pod 'Alamofire', '~> 3.4'
pod 'HanekeSwift'
pod 'Google/Analytics', '~> 1.0.0'
pod 'MBProgressHUD', '~> 0.9.1'
target 'MyApp' do
pod 'SwiftyJSON', :git => 'https://github.com/SwiftyJSON/SwiftyJSON.git'
pod 'Alamofire', '~> 3.4'
end
target 'MyApp Watch app Extension' do
platform :watchos, '3.0'
pod 'SwiftyJSON', :git => 'https://github.com/SwiftyJSON/SwiftyJSON.git'
pod 'Alamofire', '~> 3.4'
end
target 'MyAppTests' do
end