Search Unity

Debug Builds

Discussion in 'Unity Build Automation' started by noyeti, Aug 22, 2014.

  1. noyeti

    noyeti

    Joined:
    Apr 25, 2014
    Posts:
    18
    Hi,
    Is there a way to specify to create development builds?

    Thanks
     
  2. David-Berger

    David-Berger

    Unity Technologies

    Joined:
    Jul 16, 2014
    Posts:
    745
    In the Beta we currently build only in release mode, so the Unity development build settings are ignored at this moment.
     
  3. noyeti

    noyeti

    Joined:
    Apr 25, 2014
    Posts:
    18
    Thanks for the reply. Is a dev build option in the pipeline then?
     
  4. David-Berger

    David-Berger

    Unity Technologies

    Joined:
    Jul 16, 2014
    Posts:
    745
    We have that feature definitely on our roadmap, so watch this space and we'll announce when it is available!
     
  5. Victor_Kallai

    Victor_Kallai

    Joined:
    Mar 5, 2014
    Posts:
    123
    +1 I want this feature too
     
    hypeNate likes this.
  6. David-Berger

    David-Berger

    Unity Technologies

    Joined:
    Jul 16, 2014
    Posts:
    745
    Victor_Kallai likes this.
  7. noyeti

    noyeti

    Joined:
    Apr 25, 2014
    Posts:
    18
    nice one :)
     
    David-Berger likes this.
  8. Victor_Kallai

    Victor_Kallai

    Joined:
    Mar 5, 2014
    Posts:
    123
    Awesome, you guys are the best :)
     
    David-Berger likes this.
  9. Victor_Kallai

    Victor_Kallai

    Joined:
    Mar 5, 2014
    Posts:
    123
    Hi, did anyone succeed to debug an iOS app without having to build the project on Xcode, only using UnityCloud? Is it even possible? Please help
     
  10. noyeti

    noyeti

    Joined:
    Apr 25, 2014
    Posts:
    18
    I have UCB setup to create both Debug and Release versions. I did have to request (via a ticket) to have access to the advanced settings. For me the advance options weren't available when the features was released, don't know if that has changed/will change.
     
  11. Victor_Kallai

    Victor_Kallai

    Joined:
    Mar 5, 2014
    Posts:
    123
    I have access to Advance Settings and I can make debug builds, but after that what can I do? How can I see the log on iOS without to run the Xcode project? I have a Mac computer, and I can connect the iPhone/iPad to it but what do I have to do to view the log data?
     
  12. noyeti

    noyeti

    Joined:
    Apr 25, 2014
    Posts:
    18
    In XCode you can attach the debugger to a process...
    Debug>Attach to Process>ByProcessIdentifier(PID)orName...inXcode
    But if you haven't built the project then you probably wont have matching debug symbols, so not sure how far you would get doing that.

    The xcode organizer allows you to access a log of crashes on a device, if your lucky the debug output might be in there...