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 6 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
@lucasfernog
Copy link
Member

if you run xcodebuild -help in the terminal you get this:

method : String

		Describes how Xcode should export the archive. Available options: app-store-connect, release-testing, enterprise, debugging, developer-id, mac-application, and validation. The list of options varies based on the type of archive. Defaults to debugging. Additional options include app-store (deprecated: use app-store-connect), ad-hoc (deprecated: use release-testing), and development (deprecated: use debugging).

so maybe you're running an older Xcode and we need to support both options?

@lucasfernog
Copy link
Member

@lucasfernog
Copy link
Member

@jmilesj i just pushed a change, can you verify it still works for you?

@jmilesj
Copy link
Author

jmilesj commented May 8, 2025

@lucasfernog yes, you are right. The issue was with XCode 15.2.

I have tested your updates with both 15.2 and 16.2, they work smoothly!

Very appreciated we got both options available here! 👍

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
2 participants