Xcode work-around for Error

Discussion in 'Technical Discussion' started by ajcoryat, Oct 30, 2015.

  1. ajcoryat

    ajcoryat Avid Boxer

    Joined:
    Sep 25, 2015
    Messages:
    241
    Likes Received:
    111
    Have you recently had an error with submitting your app to iTunes that say "this app doesn't exist" ?
    Please look at the screenshot.
    Those who would like to know the work-around for this issue, it's unbelievable.
    Here is the fix:
    So... there is a known issue with Xcode6.4, but right now you need 6.4 to compile your app until there is a BB update. But sometimes, the organizer won't allow it to submit and throws an error like the one attached. What you need to have is 2 versions of Xcode: 6.4 and 7.x.
    Compile the binary with 6.4 and let it load into the 6.4 Organizer.
    Quit 6.4 and open Xcode7 and launch the Organizer.
    Look for your binary at the top of the list and choose and submit to Apple.
    Success! Thank you stack overflow.com for the fix instructions. I wouldn't have figured this out myself.
    BTW compiling with Xcode7 (with Bitcode=No) gave me a worse multiple error.
     

    Attached Files:

    Christoph likes this.
  2. Andy

    Andy Miniboss Boxer

    Joined:
    Sep 24, 2015
    Messages:
    2,152
    Likes Received:
    1,546
    This issue has been around for a couple weeks. The other option is to use the application loader.
     
    stevinz likes this.
  3. ajcoryat

    ajcoryat Avid Boxer

    Joined:
    Sep 25, 2015
    Messages:
    241
    Likes Received:
    111
    Application Loader failed for me too.
     
  4. superjack765

    superjack765 Avid Boxer

    Joined:
    Mar 19, 2016
    Messages:
    113
    Likes Received:
    41
    buildbox use xcode 6.4 only? can doing xcode 7?
     
  5. trudnai

    trudnai Miniboss Boxer

    Joined:
    Sep 25, 2015
    Messages:
    1,235
    Likes Received:
    701
    What do you mean by? I use Xcode 7. On 1.3.5 I had to fix couple of things manually each build, but it was only couple of seconds to do that. On 1.3.6 there is still a yellow thing in there but you click on auto fix and good to go.
     
  6. ajcoryat

    ajcoryat Avid Boxer

    Joined:
    Sep 25, 2015
    Messages:
    241
    Likes Received:
    111
    @trudnai I think these issues were solved with 1.3.6
     

Share This Page