Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

When set objects to nil when using ARC?

Why can't the address of an ivar be passed to an "id __autoreleasing *" argument under ARC?

Prevent ARC to nil a weak ivar right after assignment (in release builds) [duplicate]

Reducing memory of UIImages from camera using Instruments

Why does ARC autorelease when using weak references?

Implicit conversion of a non-Objective-C pointer type void* to NSString*__strong* is disallowed with ARC

Subclassing NSCoder, recreating NSArchiver

Xcode 9.3 now sets CLANG_ENABLE_OBJC_WEAK = YES non-ARC ramifications

Dual mode ARC/GC and Core Foundation bridging

A Phantom Memory leak with ARC in XCode 4.5 where dealloc is definitely called or an Instruments issue?

Updating older code from OS X 10.6 to 10.7

How do I recover from EXC_BAD_ACCESS?

How to deallocate objects in NSMutableArray with ARC?

Looking for examples of valid Objective-C ARC code that crashes at runtime [closed]

app runs fine with debug build, but crash on release build, what could be the possible reasons?

directly initialized delegate generates ARC warning and EXC_BAD_ACCESS crash

Release an object in a non-ARC project, object is declared in an ARC library

Xcode 4.4, build app with ARC for iOS 4.2

Objective-C ARC __weak variable reference triggers warning "__weak attribute cannot be specified on an automatic variable"

converted my app to ARC but only 1 target shows ARC setting as YES?