Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-27621] Native iOS App: MSAL Objective Authentication broker error

GitHub Issuen/a
TypeStory
PriorityNone
StatusClosed
ResolutionDone
Resolution Date2019-12-13T22:40:24.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS
Labelsn/a
ReporterShuo Liang
AssigneeUnknown
Created2019-11-22T08:33:16.000+0000
Updated2019-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

FileDateSize
iOSMSALFinal.zip2019-11-22T08:33:15.000+00001246248
LibMSALObj 2.zip2019-11-25T06:56:34.000+0000829332
MSAL_Error.rtf2019-11-22T08:33:14.000+00004068

Comments

  1. Jan Vennemann 2019-11-25

    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.
       error: use of '@import' when modules are disabled
       
    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".

JSON Source