fastlane-old / deliver

Upload screenshots, metadata and your app to the App Store using a single command
https://fastlane.tools
2.24k stars 162 forks source link

The App Name you entered has already been used. #555

Closed kapyar closed 8 years ago

kapyar commented 8 years ago

Hey, I have already created app using produce - everything went good. But when I'm trying to run deliver I got following error:

/Library/Ruby/Gems/2.0.0/gems/spaceship-0.19.1/lib/spaceship/tunes/tunes_client.rb:207:in `handle_itc_response': The App Name you entered has already been used. The App Name you entered has already been used. (Spaceship::TunesClient::ITunesConnectError)
    from /Library/Ruby/Gems/2.0.0/gems/spaceship-0.19.1/lib/spaceship/tunes/tunes_client.rb:240:in `update_app_details!'
    from /Library/Ruby/Gems/2.0.0/gems/spaceship-0.19.1/lib/spaceship/tunes/app_details.rb:69:in `save!'
    from /Library/Ruby/Gems/2.0.0/gems/deliver-1.8.1/lib/deliver/upload_metadata.rb:60:in `upload'
    from /Library/Ruby/Gems/2.0.0/gems/deliver-1.8.1/lib/deliver/runner.rb:53:in `upload_metadata'
    from /Library/Ruby/Gems/2.0.0/gems/deliver-1.8.1/lib/deliver/runner.rb:21:in `run'
    from /Library/Ruby/Gems/2.0.0/gems/deliver-1.8.1/lib/deliver/commands_generator.rb:49:in `block (2 levels) in run'
    from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/command.rb:178:in `call'
    from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/command.rb:178:in `call'
    from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/command.rb:153:in `run'
    from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/runner.rb:428:in `run_active_command'
    from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/runner.rb:68:in `run!'
    from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/delegates.rb:15:in `run!'
    from /Library/Ruby/Gems/2.0.0/gems/deliver-1.8.1/lib/deliver/commands_generator.rb:107:in `run'
    from /Library/Ruby/Gems/2.0.0/gems/deliver-1.8.1/lib/deliver/commands_generator.rb:12:in `start'
    from /Library/Ruby/Gems/2.0.0/gems/deliver-1.8.1/bin/deliver:5:in `<top (required)>'
    from /usr/local/bin/deliver:23:in `load'
    from /usr/local/bin/deliver:23:in `<main>'

The app name is unique I'm sure (//cause it contains my nickname and many more words). I create ipa file by using xCode and I could upload it by using ApplicationLoader but I can't do it using fastlane.

Please help me.

KrauseFx commented 8 years ago

Please share your title.txt in all languages, probably the name is taken in one of the languages.

kapyar commented 8 years ago

Hey KrauseFx thanks for your quick response. The problem was really simple I forgotten to change the app name in config file fastlane/metadata/en-US/name.txt. Sorry for bothering you.

fastlanebot commented 8 years ago

This issue was migrated to https://github.com/fastlane/fastlane/issues/2121. 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 :rocket: