gpt4 book ai didi

ios - 在objective-c中导入swift类,-Swift.h文件未找到

转载 作者:IT老高 更新时间:2023-10-28 11:46:15 27 4
gpt4 key购买 nike

我有一个用 Objective-C 编写的 iOS 项目。我在项目中创建了一个Swift类,在Swift中访问objective-c的桥接头文件生成成功,并且运行良好。

我的问题正好相反。我想在 Objective-C 代码中导入 Swift 类。

在 xcode 中,target -> Build Settings--> Swift Compiler 部分,我看到 Objective-C Generated Interface Header Name 字段的值为 myModule-Swift .h ,但是当我在 objective-c 类中导入此 header 时:

#import "myModule-Swift.h"

我得到编译器错误:

myModule-Swift.h file not found

在项目中,我也找不到这个文件。我该如何解决这个问题?

我的 xcode 版本是 6.4

最佳答案

2018 年 5 月更新 Xcode 9.3


  1. Build Settings->Objective-C Generated Interface Header Name
    并将值设置为YourModule-Swift.h(这个通常已经设置好了,这是你需要在.m上导入的文件名 文件 #import "YourModule-Swift.h"

(例如,名为CData的项目)

Example

  1. 同第 1 步,进入 Build Settings 并搜索“Defines Module”,将两个值都设置为 YES

  2. .swift 文件上创建一个扩展 NSObject 的类

Example

  1. 再次构建项目

  2. .m 文件中导入 YourModule-Swift.h 文件(请注意区分大小写,Mymodule !== 我的模块)

enter image description here

关于ios - 在objective-c中导入swift类,<myModule>-Swift.h文件未找到,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32098696/

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