Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

I have literally thousand apps, and the script can't find the app it has just created and crashes #26

Closed
ericertl opened this issue Apr 7, 2015 · 9 comments

Comments

@ericertl
Copy link

ericertl commented Apr 7, 2015

/Library/Ruby/Gems/2.0.0/gems/produce-0.1.6/lib/produce/developer_center.rb:43:in `create_new_app': Something went wrong when creating the new app - it's not listed in the App's list (RuntimeError)
    from /Library/Ruby/Gems/2.0.0/gems/produce-0.1.6/lib/produce/developer_center.rb:10:in `run'
    from /Library/Ruby/Gems/2.0.0/gems/produce-0.1.6/lib/produce/manager.rb:7:in `start_producing'
    from /Library/Ruby/Gems/2.0.0/gems/produce-0.1.6/bin/produce:34:in `block (2 levels) in run'
    from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.0/lib/commander/command.rb:179:in `call'
    from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.0/lib/commander/command.rb:179:in `call'
    from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.0/lib/commander/command.rb:154:in `run'
    from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.0/lib/commander/runner.rb:421:in `run_active_command'
    from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.0/lib/commander/runner.rb:81:in `run!'
    from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.0/lib/commander/delegates.rb:15:in `run!'
    from /Library/Ruby/Gems/2.0.0/gems/produce-0.1.6/bin/produce:47:in `run'
    from /Library/Ruby/Gems/2.0.0/gems/produce-0.1.6/bin/produce:51:in `<top (required)>'
    from /usr/bin/produce:23:in `load'
    from /usr/bin/produce:23:in `<main>'
@KrauseFx
Copy link
Contributor

KrauseFx commented Apr 7, 2015

Ha, I guess that's because you have thousands apps! When you open the App IDs list on the Apple Developer Portal, do you see all app IDs? Do you have to click somewhere to see all?

@ericertl
Copy link
Author

ericertl commented Apr 7, 2015

The portal doesn't load all appids at once.
I have either to scroll a lot and the list populates dynamically or search for the name (which is faster)

@ericertl
Copy link
Author

ericertl commented Apr 7, 2015

In an ideal world, if the appid name search fails, it should try to do a search?

@KrauseFx
Copy link
Contributor

KrauseFx commented Apr 7, 2015

Yes, exactly. Or it could use the new API fastlane-old/sigh#72 👍

@ericertl
Copy link
Author

ericertl commented Apr 7, 2015

That would be even better. Nice job man. I'm using snapshot and deliver, and they made work like a charm

@KrauseFx
Copy link
Contributor

@ericertl Can you try the latest version and let me know if that works for you? 👍

@ericertl
Copy link
Author

Error while creating the app id (which is not listed in the first page) on dev center is gone! WOOT!!
I'll test the itunes connect part and leave you more comments

08:26:09: --- Step: default_platform ---

08:26:09: Driving the lane 'ios devCenter'

08:26:09: --- Step: produce ---

Logging spaceship web requests to '/tmp/spaceship.log'
[08:26:18]: Creating new app 'XXXXXXXXXXXXX' on the Apple Dev Center
[08:26:20]: Created app #Spaceship::App:0x007ff3da990a18
[08:26:24]: Finished creating new app 'XXXXXXXXXXXXX' on the Dev Center
[08:26:26]: fastlane.tools finished successfully 🎉

@ericertl
Copy link
Author

Unfortunately creating the app on itunes connect still throws the same error :.(
(but that's on another issue ticket, so this one can be closed)

@fastlane-bot
Copy link

This issue was migrated to fastlane/fastlane#1799. Please post all further comments there.

fastlane is now a mono repo, you can read more about the change in our blog post. All tools are now available in the fastlane main repo 🚀

@fastlane-old fastlane-old locked and limited conversation to collaborators Mar 11, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants