Hive Hive
Sign in

iOS XCFramework release builds handle panic settings correctly

Metadata
Source
GitHub
Version
0.24.0
Domains
Published
Jun 28, 2026 · 10:12 UTC
Repository
tuist/once
Update

panic=abort is kept for standard release targets but omitted for iOS staticlibs, because the XCFramework build pulls in objc2 which requires unwind panics on iOS targets.