Skip to content

Conversation

@bgoncal
Copy link
Member

@bgoncal bgoncal commented Jan 6, 2026

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

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.
@bgoncal bgoncal self-assigned this Jan 6, 2026
Copilot AI review requested due to automatic review settings January 6, 2026 14:05
@bgoncal bgoncal added the watch The Apple Watch app and complications label Jan 6, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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*] = arm64 build 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
Copy link

codecov bot commented Jan 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@4f6fbac). Learn more about missing BASE report.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@bgoncal bgoncal marked this pull request as draft January 6, 2026 16:41
@bgoncal
Copy link
Member Author

bgoncal commented Jan 6, 2026

Pending confirmation if this wont prevent watch app installation

@bgoncal bgoncal marked this pull request as ready for review January 7, 2026 02:12
@bgoncal bgoncal merged commit 3ba8bfd into main Jan 7, 2026
17 checks passed
@bgoncal bgoncal deleted the watch-arm branch January 7, 2026 02:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed watch The Apple Watch app and complications

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants