Skip to content

fix(cli): use platform name to detect iOS architecture to build - #13483

Merged
lucasfernog merged 1 commit into
devfrom
fix/xcode-script-archs
May 21, 2025
Merged

fix(cli): use platform name to detect iOS architecture to build#13483
lucasfernog merged 1 commit into
devfrom
fix/xcode-script-archs

Conversation

@lucasfernog

Copy link
Copy Markdown
Member

somehow some user's xcode is sending --platform iOS Simulator ... arm64 though mine sends --platform iOS ... Simulator arm64 so the arch detection is broken, i've tweaked it a bit here so it checks the platform argument aswell

somehow some user's xcode is sending `--platform iOS Simulator ... arm64` though mine sends `--platform iOS ... Simulator arm64` so the arch detection is broken, i've tweaked it a bit here so it checks the platform argument aswell
@lucasfernog
lucasfernog requested a review from a team as a code owner May 21, 2025 15:03
@github-actions

Copy link
Copy Markdown
Contributor

Package Changes Through 32c0229

There are 8 changes which include tauri-bundler with patch, tauri with minor, tauri-cli with patch, tauri-codegen with minor, tauri-utils with minor, @tauri-apps/api with minor, @tauri-apps/cli with patch, tauri-runtime-wry 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-apps/api 2.5.0 2.6.0
tauri-utils 2.4.0 2.5.0
tauri-bundler 2.4.0 2.4.1
tauri-runtime 2.6.0 2.6.1
tauri-runtime-wry 2.6.0 2.6.1
tauri-codegen 2.2.0 2.3.0
tauri-macros 2.2.0 2.2.1
tauri-plugin 2.2.0 2.2.1
tauri-build 2.2.0 2.2.1
tauri 2.5.1 2.6.0
@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

@lucasfernog

Copy link
Copy Markdown
Member Author

fix confirmed by the user

@lucasfernog
lucasfernog merged commit 5a5291d into dev May 21, 2025
@lucasfernog
lucasfernog deleted the fix/xcode-script-archs branch May 21, 2025 17:12
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.

2 participants