[MOD-2554] Error while creating Swift module for MSAL
| GitHub Issue | n/a |
|---|---|
| Type | Story |
| Priority | None |
| Status | Closed |
| Resolution | Not Our Bug |
| Resolution Date | 2019-11-07T03:08:53.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | n/a |
| Labels | n/a |
| Reporter | Shuo Liang |
| Assignee | Shuo Liang |
| Created | 2019-11-06T04:36:09.000+0000 |
| Updated | 2019-11-07T03:08:53.000+0000 |
Description
The customer is trying to create a swift module for MSAL to support AppProxy feature for Intune MDM. While creating the module, the module code returns error
Undefined Symbol: _OBJC_CLASS_$_MSAL
Undefined Symbol:_OBJC_CLASS_$_MSALInteractiveTokenParameters
Undefined Symbol:_OBJC_CLASS_$_MSALPublicClientApplication
Undefined Symbol:_OBJC_CLASS_$_MSALSilentTokenParameters
Undefined Symbol:_OBJC_CLASS_$_MSALAADAuthority
Undefined Symbol:_OBJC_CLASS_$_MSALWebviewParameters
Undefined Symbol:_OBJC_CLASS_$_MSALPublicClientApplicationConfig
Could you please suggest why these errors are returned. I have imported the MSAL Framework already, and all these classes are available in the framework.
Attached the module code as well.
Attachments
| File | Date | Size |
|---|---|---|
| LibIntuneMSAL.zip | 2019-11-06T04:35:34.000+0000 | 3256467 |
No comments