Skip to content

fix(cli): wrong export methods for iOS building (#11092) #13255

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

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

jmilesj
Copy link

@jmilesj jmilesj commented Apr 17, 2025

Current export methods for iOS building is not correct, closes #11092

According to https://developer.apple.com/documentation/xcode/distributing-your-app-for-beta-testing-and-releases#Create-a-custom-distribution, the full list of available options are:

  • App Store Connect (app-store)
  • Ad Hoc (ad-hoc)
  • Enterprise (enterprise)
  • Developer ID (Documented, but actually not a legal option)
  • Development (development)
  • Copy App (Documented, but actually not a legal option)
  • Validation (validation, not documented, but Apple says it's a legal option if we try to create an achieve via cli)

Unfortunately, the documentation from Apple and the actual behavior does not match.

Given that one can only pick the four options from the Organizer app when uploading an app to app store connect, I'm defining export methods only with those four.

image

@jmilesj jmilesj requested a review from a team as a code owner April 17, 2025 11:53
@github-project-automation github-project-automation bot moved this to 📬Proposal in Roadmap Apr 17, 2025
Copy link
Contributor

Package Changes Through d177f7c

There are 3 changes which include @tauri-apps/cli with patch, tauri-cli with patch, tauri with patch

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
tauri 2.5.0 2.5.1
@tauri-apps/cli 2.5.0 2.5.1
tauri-cli 2.5.0 2.5.1

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@FabianLars FabianLars requested a review from lucasfernog April 17, 2025 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📬Proposal
Development

Successfully merging this pull request may close these issues.

[bug] [ios] [v2] Export method does not work
1 participant