Been getting ld: library not found for -lBolts while using xcworkspace

纵饮孤独 提交于 2019-12-23 17:25:07

问题


Hello here is my 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

I'm receiving the error

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

I've tried clean and build. no luck. I'm also using the xcworkspace and I've also deintegrated pods many times and did pod install again. still no luck.

来源:https://stackoverflow.com/questions/36459777/been-getting-ld-library-not-found-for-lbolts-while-using-xcworkspace

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!