2015-07-21 81 views
2

我剛剛升級了Cocoapods並運行了pod安裝。做一個硬清理並生成後,我發現了以下錯誤:升級到Cocoapods 0.38之後版本無法使用庫未找到

ld: library not found for -lPods-HHRouter clang: error: 
linker command failed with exit code 1 (use -v to see invocation) 

我試着刪除每個參考HHRouter和拉動吊艙。它繼續給我一個關於另一個吊艙的錯誤。

Here is what my podfile looks like: 
platform :ios, '8.0' 

# ignore all warnings from all pods 
inhibit_all_warnings! 

pod 'JDStatusBarNotification' 
pod 'HHRouter', '~> 0.1' 
pod 'ViewDeck', '2.2.11' 
pod 'IQKeyboardManager' 
pod 'MagicalRecord' 
pod 'RSKImageCropper', '1.0.0' 
pod 'UICollectionViewLeftAlignedLayout' 
pod 'FLAnimatedImage', '~> 1.0' 
pod 'CRToast', '~> 0.0.7' 
pod 'SDWebImage', '~>3.7' 

我是否缺少任何東西?

+0

更新到豆莢0.38後得到相同的錯誤。你找到解決方案嗎? –

+0

不,儘管0.38.1現在已經出來,但我得到了一個不同的問題。我得到一個「使用未解析的標識符」(每個pod)'「 – Jeremiah

+0

我回到原始錯誤,0.38.2 – Jeremiah

回答

1

我刪除了其他鏈接器標誌背後的所有設置,除了$(繼承)以外,它很順利。

相關問題