Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/108.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios swift吊舱安装错误 SwiftyJSON(来自)Podfile SwiftyJSON(来自)Podfile SwiftyJSON(来自)Podfile SwiftyJSON(来自)Podfile SwiftyJSON(来自)Podfile_Ios_Swift_Watch - Fatal编程技术网

Ios swift吊舱安装错误 SwiftyJSON(来自)Podfile SwiftyJSON(来自)Podfile SwiftyJSON(来自)Podfile SwiftyJSON(来自)Podfile SwiftyJSON(来自)Podfile

Ios swift吊舱安装错误 SwiftyJSON(来自)Podfile SwiftyJSON(来自)Podfile SwiftyJSON(来自)Podfile SwiftyJSON(来自)Podfile SwiftyJSON(来自)Podfile,ios,swift,watch,Ios,Swift,Watch,SwiftyJSON(=2.3.2)Podfile.lock所需 没有一个规范源包含满足依赖关系的规范:SwiftyJSON(来自),SwiftyJSON(=2.3.2) 你有: 过期的源回购,您可以使用pod repo update进行更新 输入了错误的名称或版本 未将承载Podspec的源repo添加到您的Podfile中 注意:从CocoaPods 1.0开始,默认情况下,pod repo更新不会发生在pod安装上 pod更新: Analyzing dependencies [!]

SwiftyJSON(=2.3.2)
Podfile.lock所需

没有一个规范源包含满足依赖关系的规范:
SwiftyJSON(来自
),SwiftyJSON(=2.3.2)

你有:

  • 过期的源回购,您可以使用
    pod repo update
    进行更新
  • 输入了错误的名称或版本
  • 未将承载Podspec的源repo添加到您的Podfile中
注意:从CocoaPods 1.0开始,默认情况下,
pod repo更新不会发生在
pod安装上

pod更新:

Analyzing dependencies
[!] Unable to satisfy the following requirements:

播客文件:

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

是什么导致了这个错误?您是第一次安装吗?@Abdul Rehman Warraich Yes您想使用哪个版本的“迅捷JSON”?你的Xcode版本呢?Xcode版本-8。SwiftyJSOn 3.1.0@Маааааааааааааааа1072?您是第一次安装吗?@Abdul Rehman Warraich Yes您想使用哪个版本的“迅捷JSON”?你的Xcode版本呢?Xcode版本-8。SwiftyJSOn 3.1.0@Маааааааааааааааааааааааааа
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:

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