Hello coders.
I can resolve my issue. The problem was podfile with the next values:
Change it, with the next values:
After that, MSLWebviewParameters was recognized:
Best regards, Victor.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello coders.
I have a native iOS app, I want to sign in the user through a browser with message text.
Therefore, I use MSAL library to implement authentication.
I follow this tutorial: https://learn.microsoft.com/en-us/azure/active-directory/develop/tutorial-v2-ios
I add the next code:
But the issue is: MSALWebviewParameters is not found:
Does that mean there is an error with CocoaPods dependency?
Thank you for your help.
Best regards, Victor.
Hello coders.
I can resolve my issue. The problem was podfile with the next values:
Change it, with the next values:
After that, MSLWebviewParameters was recognized:
Best regards, Victor.
@Victor Pale
I'm glad that you were able to resolve your issue, and thank you for posting your solution here so that others experiencing the same can easily reference this!