hi guys,
started learning programming using xcode 3, because book learning used that. decided however, beneficial move on xcode 4. however, in xcode 4, when comes releasing objects doesn't let use:
code:
-(void)dealloc { [<variable> release]; [super dealloc]; } it comes errors
'arc forbids explicit message send of 'release'
'arc forbids explicit message send of 'dealloc'
i'm not sure how realise objects.
help/advice great!
cheers
looks you're using xcode 4.2 beta.
@ least parts of under nda guess, suggest have @ apple documentation , of wwdc 2011 'developer tools' track videos find out more arc, , why it's preventing releasing objects.
Forums iPhone, iPad, and iPod Touch iOS Programming
- iPhone
- Mac OS & System Software
- iPad
- Apple Watch
- Notebooks
- iTunes
- Apple ID
- iCloud
- Desktop Computers
- Apple Music
- Professional Applications
- iPod
- iWork
- Apple TV
- iLife
- Wireless
Comments
Post a Comment