你好,这是我的 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 clang的库:错误:链接器命令失败,退出代码为1(使用-v查看调用)

我've tried clean and build. no luck. I'也使用了 xcworkspace ,我也多次解体了 beans 荚并再次做了 pod install . 仍然没有运气 .