gpt4 book ai didi

iOS:在 pod 中使用 Segment-Firebase 时构建 Xcode 项目时出错

转载 作者:行者123 更新时间:2023-11-28 07:48:12 26 4
gpt4 key购买 nike

我正在通过 CocoaPods 使用段库。我在应用程序中有另一个框架目标,我在其中添加了这些:

target :Model do
pod 'Segment-Wootric'
pod 'Segment-Firebase'
end

当我尝试构建项目时出现此错误:

Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_FIRApp", referenced from: objc-class-ref in SEGFirebaseIntegration.o "_OBJC_CLASS_$_FIROptions", referenced from: objc-class-ref in SEGFirebaseIntegration.o "_OBJC_CLASS_$_FIRAnalytics", referenced from: objc-class-ref in SEGFirebaseIntegration.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

如果我删除此 pod:pod 'Segment-Firebase' 并执行 pod install它工作正常。

我该怎么办??

最佳答案

如果您收到任何与链接器标志相关的警告,我相信我已通过在 Target's Build Settings > Linker Flag property 中设置链接器标志来修复它。将值设置为 $(inherited)

关于iOS:在 pod 中使用 Segment-Firebase 时构建 Xcode 项目时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50368199/

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