For my first time using Xcode I was following a tutorial online.
I did everything as the tutorial showed me, but I am afraid that it's too outdated.
The error I encounter is:
[font_attributes release];
'release' is unavailable: not available in automatic reference counting mode
ARC forbids explicit message send of 'release'
My knowledge on Cocoa and Xcode is limited, but I still wish to expand my learning.
How may I fix the ARC
issue?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…