[TIMOB-27621] Native iOS App: MSAL Objective Authentication broker error
GitHub Issue | n/a |
Type | Story |
Priority | None |
Status | Closed |
Resolution | Done |
Resolution Date | 2019-12-13T22:40:24.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Shuo Liang |
Assignee | Unknown |
Created | 2019-11-22T08:33:16.000+0000 |
Updated | 2019-12-13T22:40:24.000+0000 |
Description
The customer had created the sample iOS Objective C project to acquire an authentication token, but it throws an error. Please look into the attached error file and example code.
Kindly help on this.
Attachments
They are running into TIMOB-27410, which is already fixed in SDK 8.3.0. There is an error which clearly states what's wrong.
So all they need to do is enable modules. This can be done easily by selecting the project in Xcode and then under "Build Settings" search for "Enable Modules (C and Objective-C)" and set it to "Yes".