How to force xcode to use ARC on a specific file?

前端 未结 1 1316
感情败类
感情败类 2021-02-07 05:45

My project contains XMPPFramework which contains a file that has to be used with ARC. But my project is Non ARC and cannot be converted due to certain other libraries linked to

相关标签:
1条回答
  • 2021-02-07 06:16

    It is the inverse problem of this question. The difference is that you would use -fobjc-arc instead of -fno-objc-arc.

    0 讨论(0)
提交回复
热议问题