Batch adding “-fno-objc-arc” flag to (multiple) source files

前端 未结 3 1786
南旧
南旧 2020-12-10 13:56

After converting an Xcode project to ARC (Automatic Reference Counting), I need to disable ARC for some of my source files (mainly third-party code).

I know I need t

3条回答
  •  [愿得一人]
    2020-12-10 14:35

    Select the ones you want to add the flag to (using Shift and/or Command) and press Enter to display the flag editor. Press Done to apply the entered flag(s) to the selected file(s).

    Tutorial

    I have composed a blog post to serve as a tutorial for this process.

提交回复
热议问题