-
Notifications
You must be signed in to change notification settings - Fork 152
Open
Labels
Description
Copilot Usage Confirmation
- I have tried using GitHub Copilot to resolve this issue.
MSAL Version
2.6.0
Description
The Package.Swift still has iOS 14 as the minimum supported version, even though it was changed to iOS 16 in release 2.1.0.
Please update it to the correct version (even though it's 5 minor versions late).
Error Details
My app that supports iOS 15+ crashed on startup when using the app on a device that had iOS 15.
MSAL Logs
I don't have any as I've already downgraded the library to 2.0.0 which still supports iOS 15.
Reproduction Steps
- have a device with iOS 15
- Add library to an app that supports iOS 14/15
- Run app
Expected Behavior
App doesn't crash, or we fail to build as the library does not support the minimum deployment of iOS 14/15
Regression
No response
Screenshots & Screen Recordings
No response
Additional context
No response