Search code examples
iOS project compilation...


iosxcodellvmautomatic-ref-counting

Read More
What is the equivalent of @autoreleasepool in Swift?...


automatic-ref-countingswiftnsautoreleasepool

Read More
Using an ARC static library in a NON-ARC project...


iosautomatic-ref-countingworkspace

Read More
How to disable ARC for a linked Framework in xCode?...


xcodemacosshared-librariesautomatic-ref-counting

Read More
ios5 ARC what is the compiler flag to exclude a file from ARC?...


ios5automatic-ref-countingxcode4.2

Read More
Conversion to Automatic Reference Counting (ARC): 'Use of undeclared identifier' errors...


xcodepropertiescompilationautomatic-ref-counting

Read More
App crashed when trying to invoke UIActionSheet from my custom class...


iosobjective-cios7automatic-ref-countinguiactionsheet

Read More
How to disable ARC for a single file in Xcode 5?...


iosobjective-cxcodeautomatic-ref-counting

Read More
Is there a sound way to convert/transmute from Arc<String> to Arc<Vec<u8>>...


rustautomatic-ref-countingunsafe

Read More
Weak var in Swift Tree implementation...


swiftautomatic-ref-counting

Read More
How can I manually zero out memory?...


swiftsecurityautomatic-ref-countingmemory-safety

Read More
Should I use `weak self` on a custom stored queue?...


swiftautomatic-ref-countinggrand-central-dispatch

Read More
How do I declare an array of weak references in Swift?...


swiftautomatic-ref-countingweak-referencesnspointerarray

Read More
What is the difference between a weak reference and an unowned reference?...


swiftmemory-managementautomatic-ref-countingweak-referencesdangling-pointer

Read More
Borrowing issues using variables wrapped in Arc<Mutex<>> in Rust...


ruststructmutexautomatic-ref-countingownership

Read More
How to draw several arcs in an svg circle according to each arc percentage?...


svgautomatic-ref-countingdonut-chart

Read More
Sending 'NSError *const __strong *' to parameter of type 'NSError *__autoreleasing *&#39...


iosobjective-cautomatic-ref-counting

Read More
Shall we always use [unowned self] inside closure in Swift...


swiftautomatic-ref-counting

Read More
How do I manually retain in Swift with ARC?...


swiftautomatic-ref-countingretainswift3

Read More
When is `deinit` exactly called? (in Swift)...


swiftautomatic-ref-countingdestructordeallocdeinit

Read More
Xcode ARC (automatic reference counting), "release is unavailable"...


xcodecocoaautomatic-ref-counting

Read More
Shared memory in Rust...


multithreadingasynchronousrustautomatic-ref-countingrwlock

Read More
Memory management issue while Call Obj-C in Swift...


iosswiftobjective-cautomatic-ref-countingobjective-c++

Read More
Why is @autoreleasepool still needed with ARC?...


objective-cmemory-managementxcode4.2automatic-ref-counting

Read More
ARC: "Pointer to non-const type 'id' with no explicit ownership"...


objective-cmemory-managementautomatic-ref-counting

Read More
Attaching arrows to SVG Arc path...


javascripthtmlcsssvgautomatic-ref-counting

Read More
Rust struct field as arc vs. struct as arc...


multithreadingperformancerustautomatic-ref-counting

Read More
How can I store automatic reference counted Swift/Objective-C objects in a C++ map without causing m...


c++swiftobjective-cmemory-leaksautomatic-ref-counting

Read More
What is the difference in Swift between 'unowned(safe)' and 'unowned(unsafe)'?...


memory-managementswiftautomatic-ref-counting

Read More
Use both Garbage Collector and ARC in objective c...


objective-cmacosgarbage-collectionautomatic-ref-counting

Read More
BackNext