我第一次使用
Xcode时,我在线跟踪
tutorial.
我做了一切,因为 tutorial给了我,但我担心它太过时了.
我做了一切,因为 tutorial给了我,但我担心它太过时了.
我遇到的错误是:
[font_attributes release];
‘release’ is unavailable: not available in automatic reference counting mode
ARC forbids explicit message send of ‘release’
我对Cocoa和Xcode的了解有限,但我仍然希望扩展我的学习.
我如何解决ARC问题?