我正在尝试将 Swift 文件添加到我的应用程序并收到“无法导入桥接头”错误等。
桥接头代码:
//
// Use this file to import your target's public headers that you would like to expose to Swift.
//
#import "Menu.h"
我正在尝试将 Swift 文件添加到我的应用程序并收到“无法导入桥接头”错误等。
桥接头代码:
//
// Use this file to import your target's public headers that you would like to expose to Swift.
//
#import "Menu.h"