Search Unity

XCode 5 Build Error - UnityException: Launching iOS project via Xcode4 failed. Check

Discussion in 'iOS and tvOS' started by epit, Sep 17, 2013.

  1. epit

    epit

    Joined:
    Oct 2, 2012
    Posts:
    32
    I just upgraded to XCode 5 and am starting a new Unity project and everytime I try to build and run I get this error message

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

    Any ideas of what this might be?

    The editor log says

    Connecting to Xcode
    Disconnecting
    Waiting for plugin timed out

    Thanks in advance for any help...
     
  2. Dreamora

    Dreamora

    Joined:
    Apr 5, 2008
    Posts:
    26,601
    Apple messed with the Apple Script API of XCode again with XCode 5 (as the error implies, it expects xcode 4)
    For the time being, you need to manually open the generated xcode project after build / build run
     
  3. _Max_

    _Max_

    Joined:
    Feb 21, 2013
    Posts:
    160
  4. epit

    epit

    Joined:
    Oct 2, 2012
    Posts:
    32