gpt4 book ai didi

ios - 将自定义框架添加到 Xcode 项目

转载 作者:行者123 更新时间:2023-11-30 13:51:52 24 4
gpt4 key购买 nike

我决定尝试制作一个 Cocoa Touch 框架。使其工作正常,但我在将其添加到项目中时遇到问题。在搜索了很多的SO帖子并查看了Apple论坛帖子后,我决定从文档中尝试一下:

Add a framework bundle to a project in order to incorporate the framework’s features into your product.

In the project navigator, select the project or group within a project to which you want to add the framework.

Choose File > Add Files to “”.

Select the framework bundle, and click Add.

The frameworks you add this way are third-party-built bundles containing the framework’s object code and runtime resources. See related articles for information about linking to a framework without adding it to the project.

After you add the framework, Xcode configures the targets in your project to link them to the framework just added.

还是不行。我尝试的所有操作都收到 No such module 'Scaffold' 错误,我已经检查了拼写,但事实并非如此。有人可以解释这是如何工作的吗?我可能只需要澄清这是如何完成的。

我看过的链接:

最佳答案

嘿,我不知道现在回答这个问题是否太晚了,但由于我面临着同样的问题,所以我建议您检查导入框架的项目的build设置

您应该检查“框架搜索路径”,如果框架位于 Swift 并且您导入到 obj c 项目,请检查“始终嵌入 swift 标准库”为"is"

我认为问题或多或少出在build设置中

关于ios - 将自定义框架添加到 Xcode 项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34163642/

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