[Bug] Azure pipeline build error in iOS in version 4.67.2 #5089
Open
Description
Library version used
4.67.2
.NET version
.NET 9
Scenario
PublicClient - mobile app
Is this a new or an existing app?
The app is in production, and I have upgraded to a new version of MSAL
Issue description and reproduction steps
We're getting Azure pipeline build errors with version 4.67.2 for a MAUI iOS app:
Platforms/iOS/AppDelegate.cs(18,13): error CS0103: The name 'AuthenticationContinuationHelper' does not exist in the current context
The MAUI app runs fine under 4.67.2 in the iOS simulator in VS 2022.
The error does not occur in the pipeline when we downgrade to 4.66.2.
Relevant code snippets
Expected behavior
No response
Identity provider
Azure B2C Basic Policy
Regression
No response
Solution and workarounds
No response