從0.38.2每個I運行pod install
或pod update
命令時更新的CocoaPods到0.39.0後,收到錯誤的CocoaPods 0.39.0更新錯誤
[!] Unable to satisfy the following requirements:
- `GoogleAnalytics (= 3.13)` required by `Podfile`
項目信息:7的XCode,iOS9 SDK,8.0部署目標,在項目設置中禁用了bitecode。
Podfile:
platform :ios, '8.0'
pod 'AFNetworking', '2.6.0'
pod 'Typhoon'
pod 'SSKeychain'
pod 'JBWebViewController', :git => 'https://github.com/Ponf/JBWebViewController', :commit => '19d15604a694e7436fa4934a5bf221f05360eb8c'
pod 'TTTAttributedLabel'
pod 'HockeySDK', '3.6.4'
pod 'GoogleAnalytics', '3.13'
pod 'Intercom'
pod 'FBSDKCoreKit'
pod 'OpenSans'
pod 'UIButton+Activity'
pod 'HexColors'
pod 'AFNetworkActivityLogger'
pod 'HCSStarRatingView', :git => 'https://github.com/hugocampossousa/HCSStarRatingView.git'
pod 'LGSideMenuController', '~> 1.0.0'
pod 'DateTools'
pod 'SDWebImage'
如果我卸下3.13
依賴於谷歌Analytics(分析) - 莢更新上的另一盒失敗。
後,我必須退回到的CocoaPods 0.38.2 - pod update
開始運作良好。
如何使0.39.0工作? 謝謝!
編輯: 看起來存在的CocoaPods核心問題的一些:https://github.com/CocoaPods/CocoaPods/issues/4365
看到這個鏈接可能會幫助你http://stackoverflow.com/questions/27633798/pod-install-failed-with-error-library-from-required-by-podfile-when –
@ Anbu.Karthik謝謝,刪除Podfile.lock,/ Pods文件夾和* .workspace文件後,我嘗試了乾淨安裝,但仍然存在相同的問題。 – Ponf
檢查一次您的'GoogleAnalytics','3.13'支持平臺:ios,'8.0'或平臺:ios,'9.0' –