2016-09-23 69 views
3

從雨燕2.3遷移到斯威夫特3之後,我有這些complie錯誤:斯威夫特3個結果與吊艙後編譯錯誤安裝錯誤

第一:

error: unable to read module map contents from 'Target Support Files/Alamofire-watchOS/Alamofire-watchOS.modulemap': Error Domain=NSCocoaErrorDomain Code=260 "The file 「Alamofire-watchOS.modulemap」 couldn’t be opened because there is no such file."

二:

error: unable to read module map contents from 'Target Support Files/SwiftyJSON-watchOS/SwiftyJSON-watchOS.modulemap': Error Domain=NSCocoaErrorDomain Code=260 "The file 「SwiftyJSON-watchOS.modulemap」 couldn’t be opened because there is no such file."

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 

吊艙安裝錯誤:

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 
+0

你使用的CocoaPods? –

+0

@bogdanf是的,我願意。 –

+0

你是否更新椰子樹?您的Podfile中有什麼? – Fogmeister

回答

-3
i)Clean(cmd+shift+k) 

enter image description here

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

enter image description here