LoginSignup
2

More than 5 years have passed since last update.

Unity4.5.4f1 で Xcode6 を自動ビルドする方法

Last updated at Posted at 2014-10-09

Unity4.5.4f1 + Xcode6 環境でビルドすると、以下のエラーが発生して Xcode の自動ビルドに失敗します。

UnityException: Launching iOS project via Xcode4 failed. Check editor log for details

下記サイトから入手できるパッチを使えば自動ビルドに成功します。
http://unity3d.com/unity/qa/patch-releases

ただ、諸事情でどうしても Unity4.5.4f1 を使いたい(使わないといけない)場合があるかもしれません。

そんなときは、
/Applications/Unity/Unity.app/Contents/PlaybackEngines/iOSSupport/Tools/OSX/Unity4XC.xcplugin/Contents/Info.plist
DVTPlugInCompatibilityUUIDs

C4A681B0-4A26-480E-93EC-1218098B9AA0
を追加すればビルドが通るようになります。

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
2