Ms-adal fails with XCode 11 (but works OK with Xcode 10.3)

My app authentication using ms-adal was working fine when I used XCode 10.3.

But user authentication FAILS WHEN I BUILD THE APP WITH XCODE 11

I get error message AD_ERROR_TOKENBROKER_RESPONSE_NOT_RECEIVED from authContext.acquireTokenAsync() using the same credentials and code base that work with XCode 10.3.

Anyone has had similar issues with XCode 11?

Since ms-adal is not supported by MS anymore, does anyone can suggest an alternative plugin for AD authentication?

Thanks