标签: objective-c xcode automatic-ref-counting
我正在尝试使用使用ARC的TTTAttributedLabel.m编译我的代码(MRC)。我在TTTAttributedLabel.m上设置-fno-objc-arc,但在TTTAttributedLabel.m中,我仍然收到“'__bridge'强制转换在不使用ARC时无效。
如何安全地删除此警告并正确编译?