Couldn't find app $BUNDLE_ID on the account of $ACCOUNT on App Store Connect
EmDee opened this issue · comments
New Issue Checklist
- Updated fastlane to the latest version
- I read the Contribution Guidelines
- I read docs.fastlane.tools
- I searched for existing GitHub issues
Issue Description
Currently getting the Couldn't find app '$BUNDLE_ID' on the account of '[MASKED]' on App Store Connect
error when trying to upload an app for the first time.
App has been created on ASC. This seems to be the same problem that was fixed a while ago in #19898
Command executed
Using upload_to_testflight
Complete output when running fastlane, including the stack trace and command used
INFO [2022-06-08 22:55:20.65]: ---------------------------------- INFO [2022-06-08 22:55:20.65]: --- Step: upload_to_testflight --- INFO [2022-06-08 22:55:20.65]: ---------------------------------- INFO [2022-06-08 22:55:20.65]: Login to App Store Connect ([MASKED]) Reading keychain entry, because either user or password were empty Loading session from '/Users/user/.fastlane/spaceship/[MASKED]/cookie' Looking for App Store Connect Team with ID [MASKED] INFO [2022-06-08 22:55:22.47]: Login successful DEBUG [2022-06-08 22:55:22.47]: App identifier ($BUNDLE_ID) WARN [2022-06-08 22:55:23.14]: Lane Context: INFO [2022-06-08 22:55:23.14]: {:DEFAULT_PLATFORM=>:ios, :PLATFORM_NAME=>:ios, :LANE_NAME=>"ios publish_testflight", :KEYCHAIN_PATH=>"~/Library/Keychains/[MASKED]"} ERROR [2022-06-08 22:55:23.14]: Couldn't find app '$BUNDLE_ID' on the account of '[MASKED]' on App Store Connect INFO [2022-06-08 22:55:23.14]: Successfully generated documentation at path '/Users/user/builds/fastlane/README.md'
It seems like you have not included the output of fastlane env
To make it easier for us help you resolve this issue, please update the issue to include the output of fastlane env
Will try to see if I can reproduce!
Will try to see if I can reproduce!
That was damn quick! Thank you.
In case it helps: Our bundle id has 15 characters. And in case this is somehow relevant, includes a capital letter. So the form is: com.blub.Cakesy
Will try to see if I can reproduce!
That was damn quick! Thank you.
In case it helps: Our bundle id has 15 characters. And in case this is somehow relevant, includes a capital letter. So the form is:
com.blub.Cakesy
I can rule out uppercase letter being the problem.
Same issue, version 2.206.2.
Was hoping that it magically fixed itself by now, but it hasn't.