<エラー内容>
"This file requires ARC support."
<原因>
ARC supportが無い
<解決方法>
Project > TARGETS > Unity-iPhone > Build Phases > Compile Sources > 「エラーを出した***.m」のCompiler Flagsに”-fobjc-arc”を入力する
"This file requires ARC support."
<原因>
ARC supportが無い
<解決方法>
Project > TARGETS > Unity-iPhone > Build Phases > Compile Sources > 「エラーを出した***.m」のCompiler Flagsに”-fobjc-arc”を入力する

コメントをかく