AzureAD / microsoft-authentication-library-for-objc

Microsoft Authentication Library (MSAL) for iOS and macOS
http://aka.ms/aadv2
MIT License
262 stars 142 forks source link

MSAL - Fix visionOS related errors during build pipeline #2358

Closed juan-arias closed 1 week ago

juan-arias commented 1 week ago

Proposed changes

Related to IdentityCore: https://github.com/AzureAD/microsoft-authentication-library-common-for-objc/pull/1430

Add specific minimum version to match downloaded visionOS simulator's version to fix this issue on [MSAL] Common core submodule update check pipeline: image

for example: https://identitydivision.visualstudio.com/IDDP/_build/results?buildId=1371147&view=logs&j=ca125a0f-805b-582c-c197-3584139e4584&t=e20b3035-7539-51e8-aba3-a8fc9c962b85

Type of change

Risk

Additional information

ameyapat commented 1 week ago

Cloned PR for jarias/fix-visionos-build-errors


AI description (iteration 1)

PR Classification

Bug fix to address build errors for visionOS.

PR Summary

This pull request fixes build errors related to visionOS by updating the project configuration.

ameyapat commented 1 week ago

Cloned PR for jarias/fix-visionos-build-errors


AI description (iteration 1)

PR Classification

Bug fix to address build errors for visionOS.

PR Summary

This pull request fixes build errors related to visionOS by updating the deployment target.