升级到Cocoapods后,0.38 Build无法找到库

时间:2015-07-21 20:39:46

标签: ios swift cocoapods

我刚刚升级了Cocoapods并运行了一个pod安装。在进行了一次硬清理和构建后,我收到了以下错误:

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

我尝试删除对HHRouter的每个引用并拉动pod。它继续给我一个关于另一个pod的错误。

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'

我错过了什么吗?

1 个答案:

答案 0 :(得分:1)

我删除了其他链接器标志背后的所有设置,除了$(继承),它运行良好。