1

背景:

  1. 在 iOS Swift 应用程序中使用 DLSlideView 进行幻灯片选项卡视图。
  2. 选择的项目语言 = Swift
  3. Xcode 版本 = 8.1
  4. 桥头 = 已创建
  5. 运行平台 = 模拟器
  6. 导入文件的路径全部设置。

在 Target >> Building Settings >> Swift Compiler - General 中为桥接头设置了路径

我正在尝试在 Swift 项目中桥接 Objective-C 代码。但是在编译时出现以下错误:

"_OBJC_CLASS_$_DLFixedTabbarView", referenced from:
objc-class-ref in DLTabedSlideView.o
"_OBJC_CLASS_$_DLFixedTabbarViewTabItem", referenced from:
objc-class-ref in DLTabedSlideView.o
"_OBJC_CLASS_$_DLLUCache", referenced from:
objc-class-ref in DLTabedSlideView.o
ld: symbol(s) not found for architecture x86_64
cland error: linked commend failed with exit code 1 (use -v to see invocation)

如果有人可以帮助解决究竟是什么问题?

4

0 回答 0