I want to convert my app to ARC but I have some external librarys and frameworks that are not complaint with ARC. I know when yous start a new project using ARC, you can later specify which files to ignore. But can you do this when upgrading an existing app to ARC?
|
|
|
in XCode, go to your active target and select the EDIT: Also, to have the opposite behavior, I mean to use a file that was written using ARC inside a non ARC project, you can set the file flag to There is plenty of more info regarding |
||||
|
|
|
Source: http://clang.llvm.org/docs/AutomaticReferenceCounting.html |
|||
|
|
|
To add to Felipe's answer, if you want to add this to multiple files at once: Select all the files you want to exclude form ARC Press 'Enter' The pop-up box will appear at the last file in the list Type |
|||
|
|