Azure-Samples / ms-identity-mobile-apple-swift-objc

An iOS sample in Swift that authenticates Microsoft Account and Azure AD users and calls the Graph API using OAuth 2.0
https://aka.ms/aaddev
74 stars 37 forks source link

No such module 'MSAL' #27

Closed ali-h2010 closed 6 years ago

ali-h2010 commented 6 years ago

I am getting the error message: No such module 'MSAL' After installing Pod and even cleaning the project.

ali-h2010 commented 6 years ago

Apparently, the project was opened before i installed the pod. After closing all instances and cleaning the project, the project is working fine.