" _OBJC_CLASS _ $ _ MainViewController",引自:

时间:2016-05-11 09:11:08

标签: ios objective-c swift bridging-header

我在一个项目中使用Objective-C和Swift语言。 MainViewController是Objective-C语言。我想在Swift类中使用这个控制器方法,使用create MainViewController对象,如:

var mainobj = MainViewController()
mainobj.sample

我已经完成了桥接过程并检查了编译源,最后得到了一个干净的构建项目,这是什么问题? 提前谢谢。

Undefined symbols for architecture i386: "_OBJC_CLASS_$_FontList", referenced from: type metadata accessor for __ObjC.FontList in KeyboardViewController.o "_OBJC_CLASS_$_MainViewController", referenced from: type metadata accessor for __ObjC.MainViewController in KeyboardViewController.o ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation) 

0 个答案:

没有答案