-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: iOS build fails with ‘Command line “app-store” is deprecated’ #7632
Comments
This issue has been labeled as |
is that the complete error? I "reproduced" the problem, but turns out it was just a warning and my error was something else. |
Indeed, that was the full error from the console. It was also the only error that was shown in any of the logs, in the IDEDistribution.critical.log, and the IPA file was not generated. |
can you run Are you using automatic or manual signing? |
The e.g.
When this issue occurred, we had it set up with manual signing and choosing the required distribution profile. |
Manual signing is not supported at the moment, that's what causing the build to fail. You can track the feature request on #7625 |
OK, no problem, thank you for your feedback. |
keeping it open to fix the warning, it will eventually break |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out. |
Capacitor Version
💊 Capacitor Doctor 💊
Latest Dependencies:
@capacitor/cli: 6.1.2
@capacitor/core: 6.1.2
@capacitor/android: 6.1.2
@capacitor/ios: 6.1.2
Installed Dependencies:
@capacitor/cli: 6.1.2
@capacitor/android: 6.1.2
@capacitor/core: 6.1.2
@capacitor/ios: 6.1.2
[success] iOS looking great! 👌
[success] Android looking great! 👌
Other API Details
Platforms Affected
Current Behavior
When performing an iOS build in the terminal, or as part of the CI process, an error is thrown:
Expected Behavior
The generated the file with App store information should contain 'app-store-connect', rather than 'app-store'.
Project Reproduction
Additional Information
No response
The text was updated successfully, but these errors were encountered: