Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

How can I get OCMock under ARC to stop nilling an NSProxy subclass set using a weak property?

Why does this simple NSWindow creation code trigger an autorelease pool crash on shutdown under ARC?

Core Data attribute changes to nil (ARC related?)

Sudzc with iOS 5 and ARC

Crash in objc_retain in method performed with performSelector

blocks and ARC - copy or crash with release build (caused by optimization level)

Should I use ARC in objective-c?

ARC error : -fobjc-arc is not supported with fragile abi [duplicate]

Objective-c: Why Core Foundation variables need explicit release in ARC?

ARC: How to release static variable?

__strong and __weak keyword placement - Objective-C

difference between ARC and MRC

iOS: How can I destroy a Singleton in ARC? Should I?

Using Non-ARC Code in an ARC-Enabled Project - Adding Facebook

What is the proper way to avoid Retain Cycle while using blocks

EXC_BAD_ACCESS message sent to deallocated instance, but I'm using ARC?

malloc + Automatic Reference Counting?

Xcode 4.6 ARC Warning for Game Center Authentication

-fno-objc-arc not working to disable ARC

Breaking retain cycle with strong/weak self