- Undefined symbols for architecture x86_64:
“OBJC_CLASS$_OtherAccount”, referenced from:
objc-class-ref in Person.o
ld: symbol(s) not found for architecture x86_64
可能是没有实现 OtherAccount @implementation 。
本文探讨了Undefined symbols for architecture x86_64错误,详细分析了OBJC_CLASS$_OtherAccount引用问题,指出可能是由于未实现OtherAccount@implementation导致,并提供了解决思路。
可能是没有实现 OtherAccount @implementation 。

被折叠的 条评论
为什么被折叠?