得到ld:使用xcworkspace时找不到-lBolts的库

时间:2016-04-06 18:44:58

标签: ios xcode cocoapods

您好,我的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查看调用)

我已经尝试过清洁和构建。没运气。我也在使用xcworkspace 而且我也多次解体豆荚并再次pod install。仍然没有运气。

0 个答案:

没有答案