在Pod安装错误

时间:2016-09-23 13:56:32

标签: ios swift cocoapods watchkit swift3

从Swift 2.3迁移到Swift 3后,我遇到了这些complie错误:

首先:

  

错误:无法从“目标支持文件/ Alamofire-watchOS / Alamofire-watchOS.modulemap”中读取模块映射内容:错误域= NSCocoaErrorDomain代码= 260“无法打开文件”Alamofire-watchOS.modulemap“因为没有这样的文件。“

第二

  

错误:无法从“目标支持文件/ SwiftyJSON-watchOS / SwiftyJSON-watchOS.modulemap”中读取模块映射内容:错误域= NSCocoaErrorDomain代码= 260“无法打开文件”SwiftyJSON-watchOS.modulemap“因为没有这样的档案。“

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

pod安装错误:

TEMPLATE END

[!] Oh no, an error occurred.

Search for existing GitHub issues similar to yours:

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

1 个答案:

答案 0 :(得分:-4)

    i)Clean(cmd+shift+k )

enter image description here

    ii)Pod Update 
    iii)Run (cmd+r)

enter image description here