Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MSAL doesnt suports os less than 14 #2144

Closed
amanmorgan1409 opened this issue May 5, 2024 · 1 comment
Closed

MSAL doesnt suports os less than 14 #2144

amanmorgan1409 opened this issue May 5, 2024 · 1 comment
Assignees
Labels

Comments

@amanmorgan1409
Copy link

i have updated the msal version to from 1.2.4 to latest 1.3.2 due to xcode 15 compatibility issue but it doesnt supports os lower than 14 where as my deployment target is 12.0. how can i run my app on xcode 15 for lower os like 12 13.

@fidelianawar
Copy link
Contributor

Hi @amanmorgan1409, thanks for reaching out.

MSAL dropped the minimum support for macOS 12, so unfortunately there is no way to integrate 2 different versions of MSAL into your app. You will need to do one of the following:

  • Update your app's minimum version support macOS 12+
  • Use a maximum capable MSAL version which still supports macOS 12 (can find in MSAL release history)

Let me know if this helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants