'NTLM' authentication is not supported (-1) Xcode 13.3

I started having this issue when trying to push to git, then it requires username and password, for TFS we use username and a (password token)

The exact error is:

'NTLM' authentication is not supported (-1) xcode

Previously in Xcode 13.2.1 or older versions the issue didn't appear at all.

  • Disabling NTLM will break logging in to TFS in browser, visual studio source control. apple has to get this fixed, report it in feedbackassi

Add a Comment

Replies

Hello,

You need to remove NTLM Provider, on TFS IIS configuration go to main page and authentication option.

  • If I remove NTLM authentication, then I get prompted by XCode for credentials, which do not get accepted. With NTLM off, I also get rejected credentials if I try to access the https:// address of the site using Safari; whereas, with NTLM turned back on, I am able to browse the TFS site using Safari. Disabling Windows Authentication completely also did not work for me.

    For now, I have turned NTLM back on and am pushing changes using the command line.

Add a Comment

I met exact same error with ADO using Xcode 13.3. (Xcode 13.2.1 works fine!) However, my team already disabled windows authentication:

Can someone help what we can do in this case?