Conversation
Fixes: ITMS-90733: Missing architecture - The “Home Assistant.app/Watch/HomeAssistant-WatchApp.app/PlugIns/HomeAssistant-WatchExtension-Watch.appex” bundle is missing the [arm64] architecture(s). Beginning April 2026, watchOS apps uploaded to App Store Connect must include the arm64 architecture. We recommend using the default Xcode build setting of “Standard Architectures” to build a single binary with support for all required architectures.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR removes the watchOS arm64 architecture exclusion to comply with Apple's App Store Connect requirement that all watchOS apps uploaded beginning April 2026 must include the arm64 architecture. The previous exclusion was implemented to keep the app under a 75 MB size limit, but is no longer viable given Apple's new requirements.
- Removes the
EXCLUDED_ARCHS[sdk=watchos*] = arm64build setting - Eliminates the associated comment about the 75 MB watchOS size limit
Deleted the configuration that excluded arm64 architecture for watchOS targets to stay under Apple's 75 MB limit. This may affect build size or compatibility for watchOS builds.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4165 +/- ##
=======================================
Coverage ? 45.24%
=======================================
Files ? 249
Lines ? 14286
Branches ? 0
=======================================
Hits ? 6464
Misses ? 7822
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Member
Author
|
Pending confirmation if this wont prevent watch app installation |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes:
ITMS-90733: Missing architecture - The “Home Assistant.app/Watch/HomeAssistant-WatchApp.app/PlugIns/HomeAssistant-WatchExtension-Watch.appex” bundle is missing the [arm64] architecture(s). Beginning April 2026, watchOS apps uploaded to App Store Connect must include the arm64 architecture. We recommend using the default Xcode build setting of “Standard Architectures” to build a single binary with support for all required architectures.Summary
Screenshots
Link to pull request in Documentation repository
Documentation: home-assistant/companion.home-assistant#
Any other notes