Categories: Xcode

Xcode:not available in automatic reference counting mode

‘retain’ is unavailable: not available in automatic reference counting mode

こんなエラーが出る時があります。
“Build Setting” の “Apple LLVM compiler 3.1 – Language” > “Objective-C Automatic Reference Counting” を YES にしていると、出るエラーらしい。
今、殆どこれで書いてるのでどうしようかと思ったのですが
“TARGES” > “BuildPhases” > “CompileSources” で、該当するファイルの “Compiler Flags” に「-fno-objc-arc」を追加しておくと、エラーなくビルド出来ます。

Share

Recent Posts

移転を計画中?

新たにドメインを取得し、サイト…

4年 ago

iPhone から Android へ乗り換えた

長く使ってきた iPhone …

6年 ago

Chrome の拡張機能がウェブサイトからインストールを中止

ブラウザのアドオン、拡張機能と…

6年 ago

iOS 12 と macOS 10.14 Mojave 対応機種

iOS 12 と macOS …

6年 ago