Skip to content
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

fix(cli): replace app-store deprecated method on build #7637

Merged
merged 1 commit into from
Sep 3, 2024
Merged

Conversation

jcesarmobile
Copy link
Member

@jcesarmobile jcesarmobile commented Sep 2, 2024

app-store is deprecated and was replaced with app-store-connect in Xcode 14.3.
It doesn't cause build failures yet, but better replace it now before it causes issues or breaks builds in the future.

It won't be cherry picked into 5.x branch since Capacitor 5 supports Xcode 14 and would require additional logic to use one value or the other based on the Xcode version.

closes #7632

@jcesarmobile jcesarmobile merged commit 942b108 into main Sep 3, 2024
7 checks passed
@jcesarmobile jcesarmobile deleted the RDMR-249 branch September 3, 2024 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: iOS build fails with ‘Command line “app-store” is deprecated’
3 participants