在使用xcworkspace时,ld:library没有find-lBolts

你好,这是我的Podfile

 # Uncomment this line to define a global platform for your project platform :ios, '8.4' # Uncomment this line if you're using Swift # use_frameworks! target 'APP' do pod 'Parse' pod 'ParseUI' pod 'Stripe' pod 'JVFloatLabeledTextField' pod 'Fabric' pod 'RKDropdownAlert' pod 'LGAlertView' pod 'Crashlytics' pod 'CHTCollectionViewWaterfallLayout' pod 'TwitterKit' pod 'CardIO' pod 'Reachability' pod 'DZNPhotoPickerController/Editor' pod 'FBSDKCoreKit' pod 'MGInstagram' pod 'FBSDKShareKit' pod 'TOCropViewController' end target 'APPTests' do end 

我收到错误

ld:找不到-lBolts的库:错误:linker命令失败,退出代码1(使用-v查看调用)

我已经尝试清洁和build立。 没有运气。 我也在使用xcworkspace而且我还多次pod installpod install ,并再次进行了pod install 。 仍然没有运气。