Search Unity

iOS6 Debug cosole from xCode

Discussion in 'iOS and tvOS' started by neken, Oct 3, 2012.

  1. neken

    neken

    Joined:
    Sep 23, 2011
    Posts:
    35
    Hello,

    Anyone after install iOS6 on device can't see a log from xCode Console ? When i run the game, only this is write:

    Code (csharp):
    1.  
    2. Oct  1 19:56:16 iPhone-4G-Neken kernel[0] <Debug>: launchd[735] Builtin profile: container (sandbox)
    3.  
    4. Oct  1 19:56:16 iPhone-4G-Neken kernel[0] <Debug>: launchd[735] Container: /private/var/mobile/Applications/011A72CC-6607-454D-B82B-65D26F55F7F8 (sandbox)
    5.  
    6. Oct  1 19:56:16 iPhone-4G-Neken xxx[735] <Warning>: -> registered mono modules 0x1233444
    7.  
    8. Oct  1 19:56:22 iPhone-4G-Neken xxx[735] <Warning>: retrying send of 0 failed scores
    9.  
    10. Oct  1 19:56:22 iPhone-4G-Neken xxx[735] <Error>: libMobileGestalt copySystemVersionDictionaryValue: Could not lookup ReleaseType from system version dictionary
    11.  

    XXX - game name.

    Thank you.
     
  2. Graham-Dunnett

    Graham-Dunnett

    Administrator

    Joined:
    Jun 2, 2009
    Posts:
    4,287
    Apple changed this with iOS 6.0. stdout / stderr aren't mirrored to the device console anymore when Xcode is not attached. We will look how to improve this for next Unity releases.
     
  3. andymads

    andymads

    Joined:
    Jun 16, 2011
    Posts:
    1,614
    Was this addressed?

    If so can you do an update for 3.5?
     
  4. joolsa

    joolsa

    Joined:
    Mar 20, 2013
    Posts:
    10
    Does anyone have a workaround for this?
     
  5. Mantas-Puida

    Mantas-Puida

    Joined:
    Nov 13, 2008
    Posts:
    1,864
    It was fixed on Unity 4.1/4.2
     
  6. pushxtonotdie

    pushxtonotdie

    Joined:
    Oct 21, 2010
    Posts:
    111
    This looks like perhaps iOS 7 broke this again? I cannot get any log output. And I'm having a heck of a time getting RegisterLogCallback to write the log to a file. :(
     
    hello1111, CKSK and heftyfunseeker like this.