Search Unity

UCB android build failed post_appversions_getuploadcredentials

Discussion in 'Unity Build Automation' started by eddie312, Aug 30, 2014.

  1. eddie312

    eddie312

    Joined:
    Sep 13, 2012
    Posts:
    24
    Hy

    i'm currently trying UCB with a test project and i have this log error


    376: ! platform service error: undefined method `post_appversions_getuploadcredentials' for #
    377: ! build of 'default-android' failed. ! platform service error: undefined method `post_appversions_getuploadcredentials' for #
    378: Build step 'Execute shell' marked build as failure
    379: Validating upload...
    380: done.
    381: postbuildstatus finished successfully.
    382: Deleting project workspace...
    383: Finished: FAILURE
    Status: FAILED

    do somebody have a clue of what the problem is? (no problem on the web build)
     
  2. David-Berger

    David-Berger

    Unity Technologies

    Joined:
    Jul 16, 2014
    Posts:
    745
    Interesting, what kind of source / version control are you using? (Git, SVN, Perforce ?) Which platform do you try to build?
     
  3. hypeNate

    hypeNate

    Unity Technologies

    Joined:
    Apr 4, 2014
    Posts:
    272
    Hi @eddie312 - are you doing some post-processing after Unity is finished building? If you prefer, you can open a support ticket, and we can look into it.
     
  4. ayyappa

    ayyappa

    Joined:
    Jan 4, 2014
    Posts:
    27
    Having similar issue for android build.

    Code (CSharp):
    1.  ! Unity player export failed!
    2. 5980: ! build of 'default-android' failed. compile failed
    3. 5981: Build step 'Execute shell' marked build as failure
    4. 5982: done.
    5. 5983: postbuildstatus finished successfully.
    6. 5984: Deleting project workspace...
    7. 5985: Finished: FAILURE
    Any idea what could be the reason? I'm using Git repository. Don't have any post processing.
     
  5. David-Berger

    David-Berger

    Unity Technologies

    Joined:
    Jul 16, 2014
    Posts:
    745
    What's the fail reason in the extended log?