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?