gpt4 book ai didi

ios - 错误,桥接头 test.h 不存在

转载 作者:行者123 更新时间:2023-12-02 06:30:55 24 4
gpt4 key购买 nike

所以我快疯了,因为我一直收到标题中描述的错误,而我没有工作。

我将向您展示我的尝试:

enter image description here

enter image description here

enter image description here

我还可以做些什么?

请帮忙。

最佳答案

Creating Bridging Header File Manually



首先删除 桥接头文件 哪个 Xcode 或可能是您创建的。并选择您的项目转到> build设置 > 搜索关键字。 Swift 编译器 - 通用 .单击 Objective-C Bridging Header ,删除该路径。现在清理你的项目。

Now select your project > Click on Window in the navigation bar . Select Projects and delete your derived data from there.



现在新建一个 文件 ,选择 来源 然后选择 头文件 并创建您的桥接头文件。文件名必须是您的 项目名称-Bridging-Header.h 然后创建它

Select your project goto > Build Settings > Search the keyword. Swift Compiler - General. Click on Objective-C Bridging Header and now add the path in this Objective-C Bridging Header like projectname-Bridging-Header.h



现在将您的类导入桥接头文件,您可以轻松地将其编译为您的代码。

Your bridging header file looks like this when you are creating your file manually.

关于ios - 错误,桥接头 test.h 不存在,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37806831/

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