Skip to content

fix(ios): bump ion-ios-camera to 1.0.1 to fix iOS 15/16 crash on launch#46

Merged
andredestro merged 1 commit intomainfrom
fix/ios15-swiftuicore-crash
Apr 21, 2026
Merged

fix(ios): bump ion-ios-camera to 1.0.1 to fix iOS 15/16 crash on launch#46
andredestro merged 1 commit intomainfrom
fix/ios15-swiftuicore-crash

Conversation

@andredestro
Copy link
Copy Markdown
Contributor

Description

Bump ion-ios-camera minimum version to 1.0.1 in both SPM and CocoaPods to pull in the iOS 15/16 crash fix.

Context

Since iOS 17, Apple split SwiftUI into SwiftUI.framework and a new private sub-framework SwiftUICore.framework. When building with the iOS 17+ SDK, the linker creates a hard dependency on SwiftUICore in the final binary — even when targeting iOS 15/16. On those devices, SwiftUICore doesn't exist and the app crashes on launch with dyld: Library not loaded: SwiftUICore.

The fix was implemented in ion-ios-camera 1.0.1 (see ionic-team/ion-ios-camera#14). This PR bumps the minimum version constraint so that all consumers are guaranteed to get the fixed version.

Fixes: #44

Type of changes

  • Fix (non-breaking change which fixes an issue)

@andredestro andredestro marked this pull request as draft April 20, 2026 16:06
@OS-ruimoreiramendes OS-ruimoreiramendes self-assigned this Apr 20, 2026
@andredestro andredestro force-pushed the fix/ios15-swiftuicore-crash branch from a011e2c to a7df43c Compare April 21, 2026 09:50
@andredestro andredestro reopened this Apr 21, 2026
@andredestro andredestro marked this pull request as ready for review April 21, 2026 15:52
@andredestro andredestro merged commit 8fb9688 into main Apr 21, 2026
16 checks passed
@andredestro andredestro deleted the fix/ios15-swiftuicore-crash branch April 21, 2026 16:08
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.

[Bug]: 8.1.0 breaks support for iOS 15 due to requiring SwiftUiCore

2 participants