我正在尝试创建自定义bar
。这是我的.h课程:
UIButton
当我尝试从@interface RadioUIButton : UIButton
@property (strong) NSString* stringTag;
@end
访问该类时,我收到此错误:
架构arm64的未定义符号:
“_OBJC_CLASS _ $ _ RadioUIButton”,引自: FeedbackViewController.o中的objc-class-ref ld:找不到架构arm64 clang的符号:错误:链接器命令失败 退出代码1(使用-v查看调用)
到目前为止我尝试过:
启用Bitcode:设置为NO
仅构建活动架构:设置为NO
以上都没有奏效。我还能尝试什么?