使用 xcworkspace 时一直收到 ld:找不到 -lBolts 的库

2024-04-02

你好,这是我的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再次。还是没有运气。


None

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

使用 xcworkspace 时一直收到 ld:找不到 -lBolts 的库 的相关文章

随机推荐