Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Simulator Build without the "Development Build"

Discussion in 'iOS and tvOS' started by morton fink, Jul 16, 2014.

  1. morton fink

    morton fink

    Joined:
    Mar 13, 2013
    Posts:
    86
    Is this possible?

    When SDK Version is set to Simulator SDK the "Development Build" text is shown in the app.
    If I understand Graham in this post correctly, once the text is there it can't be removed.

    So is there some way we can generate a simulator build without the text?
     
  2. Crichton333

    Crichton333

    Joined:
    May 4, 2014
    Posts:
    113
    Which simulator has this text ? The Xcode one ? Never seen this before.
     
  3. morton fink

    morton fink

    Joined:
    Mar 13, 2013
    Posts:
    86
    Yes, when the Player/SDK Version is set to Simulator SDK in Unity then the build in Xcode will have this message. The same message like when creating a Debug Build.
     
  4. unimechanic

    unimechanic

    Joined:
    Jan 9, 2013
    Posts:
    155
    No, as Graham said it's not possible to remove that text since the app was built for the simulator. Uncheck the "Development Build" player setting, select SDK Version = Device SDK and run it on a real device.