gpt4 book ai didi

ios - Xcode ld : library not found for -LFSCalendar

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:28:49 28 4
gpt4 key购买 nike

我有一个使用 FSCalendar 库的现有 Xcode iOS 项目。我现在已经在另一台安装了 Xcode 的 Mac 电脑上打开了这个项目。

当我构建我的项目时,出现以下错误:

ld: library not found for -LFSCalendar

在项目 --> Build Settings --> Search Paths 我看到:

库搜索路径:

"build/Debug-iphoneos/FSCalendar"
"build/Release-iphoneos/FSCalendar"

问题 1我需要做什么才能构建它?我是否必须将 FSCalendar 文件夹复制到上面的调试和发布位置等?

问题 2我的项目目录中是否应该有一个名为 FSCalendar 的实际库文件?有一个名为 FSCalendar 的文件夹,其中包含所有 FSCalendar 源代码文件。这些文件是否内置到库输出文件中??

最佳答案

如果你在谈论这个FSCalendar - 这将取决于您如何与项目集成。 projects readme使用 Carthage 描述方法, CocoaPods和手动集成。

迦太基

来自 the doc's

Running a project that uses Carthage

After you’ve finished the above steps and pushed your changes, other users of the project only need to fetch the repository and run carthage bootstrap to get started with the frameworks you’ve added.

CocoaPods

在您的 Podfile 所在的项目根目录中,您应该可以运行它 Terminal.app:

$ pod 安装

手动集成

如果您使用了手动选项,那么您可能已经有一个目标来检查项目主要目标的Build Phases 选项卡。然后检查 编译源 标题下的文件列表(您可能需要单击显示三角形以展开列表)。

关于ios - Xcode ld : library not found for -LFSCalendar,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52816710/

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