gpt4 book ai didi

IOS - 如何修复 "ld: library not found for -lBolts"错误?

转载 作者:行者123 更新时间:2023-12-01 12:10:48 25 4
gpt4 key购买 nike

我已经有几天遇到这个烦人的错误了:

enter image description here

我试过:删除 pods 文件夹和 pod 文件以及 pod.lock 文件和 .workspace 文件并再次重新安装 pods。删除 pods.xconfig 文件中的所有库搜索路径

这是我的 pod 文件:

# Uncomment the next line to define a global platform for your project
platform :ios, '11.0'

target 'MyApp' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!

# Pods for MyApp

pod 'Firebase'
pod 'Bolts'
pod 'Firebase/Firestore'
pod 'Google-Mobile-Ads-SDK'
pod 'Fabric'
pod 'Crashlytics'
pod 'PersonalizedAdConsent'
pod 'Highcharts', '~> 6.1.0'
pod 'FBSDKCoreKit'
pod 'GoogleToolboxForMac'
pod 'FirebaseAnalytics'

end

这是我的问题,如果您需要关于我的问题的任何其他指示或代码,请随时给我留言,我会编辑问题

最佳答案

尝试在终端(在您的项目文件夹中)中运行以下命令:

pod deintegrate // removes all pod related configurations from your project
rm Podfile.lock //removes the saved reference to the pods
pod install // reinstalls the pods

清理你的项目(在 Xcode 中:+K+Shift+K )

最后确保你编译的目标与错误的来源相同(你应该能够在问题导航器 +5 中看到它来自的目标)

关于IOS - 如何修复 "ld: library not found for -lBolts"错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51921519/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com