Automatic Reference Counting (ARC) not enforced
Automatic Reference Counting (ARC) not enforced
Description
Automatic Reference Counting (ARC) is memory management that automates object management by the compiler to unburden the developer.
Recommendation
Automatic Reference Counting (ARC) may be explicitly enabled with the compiler flag -fobjc-arc
.
Links
- Automatic Reference Counting (Wikipedia)
- Automatic Reference Counting (LLVM)
- Automatic Reference Counting for Swift (Apple developer)
Standards
- OWASP_MASVS_L1:
- MSTG_CODE_9
- OWASP_MASVS_L2:
- MSTG_CODE_9