Search Unity

Unity 5.0.2f1 doesn't run in XCode Version 6.3.2 (6D2105) Simulator

Discussion in 'iOS and tvOS' started by BusStopStudios, May 22, 2015.

  1. BusStopStudios

    BusStopStudios

    Joined:
    Mar 28, 2015
    Posts:
    22
    Creating a project that has nothing in it (just create a new scene). Build an iOS xcode project that has IL2CPP, Universal and Simulator set. When you run the game in the simulator the following happens.

    Does someone know about this issue?

    Referenced from: /Users/...(user name).../Library/Developer/CoreSimulator/Devices/530A44CB-5978-4926-9E91-E9DBD5BFB105/data/Containers/Bundle/Application/07612A5C-659D-4C04-ACD3-D211D2830E17/ProductName.app/ProductName

    Expected in: flat namespace

    in /Users/...(user name).../Library/Developer/CoreSimulator/Devices/530A44CB-5978-4926-9E91-E9DBD5BFB105/data/Containers/Bundle/Application/07612A5C-659D-4C04-ACD3-D211D2830E17/ProductName.app/ProductName
     
  2. Mantas-Puida

    Mantas-Puida

    Joined:
    Nov 13, 2008
    Posts:
    1,864
    It is known issue and we are working on a fix.
     
  3. Zhinkk

    Zhinkk

    Joined:
    Jan 16, 2013
    Posts:
    13
    Does this translate to non-simlulator, actual device run as well? My app recently got rejected because it crashed on iOS 8.1 on iphone 4s. It also didn't work on the simulator, but worked on an old iPod Touch iOS 6 I had laying around.
     
  4. Mantas-Puida

    Mantas-Puida

    Joined:
    Nov 13, 2008
    Posts:
    1,864
    No, this issue affects only simulator.
     
  5. BusStopStudios

    BusStopStudios

    Joined:
    Mar 28, 2015
    Posts:
    22
    Verified only simulator only (from what I have tested here). I confirmed that I could run an empty scene on an iPad 3. There seems to be issues with the loading screen though. In a later build that was built with Mono 2.x the Built with unity didn't show up.

    This happened because I couldn't get my recent game to build using IL2CPP. I am looking into this right now and may start a new thread and log a bug if I cannot figure out the issue.
     
  6. BusStopStudios

    BusStopStudios

    Joined:
    Mar 28, 2015
    Posts:
    22
    I'm going to mention another issue in a new thready.
     
  7. Zhinkk

    Zhinkk

    Joined:
    Jan 16, 2013
    Posts:
    13
    Could somebody link me to the issue tracker for this bug? I can't seem to find it.
     
    marwar likes this.