0

I am new to iOS development. When I created my project, I chose the wrong setting for ARC, and now I don't know how to go back and change that setting. Where can I find that?

4

2 に答える 2

2

プロジェクト設定の [ビルド設定] セクションに移動し、次の値を変更する必要があります: Objective-C Automatic Reference Countingプロパティ:

スクリーンショット

于 2012-07-20T13:00:20.620 に答える
0

ビルド設定に移動し、「自動参照カウント」を検索すると、はい/いいえのオプションが表示されます。

于 2012-07-20T12:25:19.057 に答える