LoginSignup
3
2

More than 5 years have passed since last update.

Unity+iOS+UnityNativeDialogPluginでエラーが出たら

Last updated at Posted at 2015-07-30

ARC を無効化する必要がある
-fno-objc-arc

プロジェクトの "TARGET" を選択したら、そこの "Build Phases" から "Compile Sources" を選択します。
UnityNativeDialogPluginのソースコード(UNDialogManager.mmかな)に-fno-objc-arcフラグをつける。

これだけ

参考
http://program.station.ez-net.jp/special/objective-c/llvm/arc/enable-file.asp

3
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
2