After I finally managed to build my Qt App for iOS (it works fine on Android already) with qmake (didn't know that I have to link to Analytics) the call to:
PhoneAuthProvider.VerifyPhoneNumber("+5511912344321", 2000, nullptr, listener);
Is crashing, is there a debug version of the CPP or IOS SDKs?
All I get is:
libc++abi.dylib: terminating with uncaught exception of type NSException
Any tips?