Skip to content

Conversation

@ssathy2
Copy link
Owner

@ssathy2 ssathy2 commented Nov 7, 2025

Update Package.swift to require iOS 16.0 as minimum deployment target. This resolves compilation errors where iOS 16+ APIs from the Charts framework were being used in ErrorsTabView.swift while the package declared iOS 15 as minimum, causing SPM builds to fail.

The Xcode project already had IPHONEOS_DEPLOYMENT_TARGET set to 16, but Package.swift needed to match to ensure consistency across both build systems.

Update Package.swift to require iOS 16.0 as minimum deployment target.
This resolves compilation errors where iOS 16+ APIs from the Charts
framework were being used in ErrorsTabView.swift while the package
declared iOS 15 as minimum, causing SPM builds to fail.

The Xcode project already had IPHONEOS_DEPLOYMENT_TARGET set to 16,
but Package.swift needed to match to ensure consistency across both
build systems.
@ssathy2 ssathy2 merged commit 355777f into main Nov 7, 2025
1 check failed
@ssathy2 ssathy2 deleted the claude/fix-ios-16-compatibility-011CUuNbZqjhbCa18BQDMuBN branch November 7, 2025 23:14
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