【发布时间】:2021-12-12 22:50:13
【问题描述】:
使用 Firebase 身份验证 SDK 统一
收到此错误:
DllNotFoundException:无法加载 DLL“FirebaseCppApp-6_13_0”:找不到指定的模块。 at Firebase.AppUtilPINVOKE+SWIGExceptionHelper.SWIGRegisterExceptionCallbacks_AppUtil (Firebase.AppUtilPINVOKE+SWIGExceptionHelper+ExceptionDelegate applicationDelegate, Firebase.AppUtilPINVOKE+SWIGExceptionHelper+ExceptionDelegate arithmeticDelegate, Firebase.AppUtilPINVOKE+SWIGExceptionHelper+ExceptionDelegate divideByZeroDelegate, Firebase.AppUtilPINVOKE+SWIGExceptionHelper+ExceptionDelegate indexOutOfRangeDelegate, Firebase.AppUtilPINVOKE+SWIGExceptionHelper +ExceptionDelegate invalidCastDelegate, Firebase.AppUtilPINVOKE+SWIGExceptionHelper+ExceptionDelegate invalidOperationDelegate, Firebase.AppUtilPINVOKE+SWIGExceptionHelper+ExceptionDelegate ioDelegate, Firebase.AppUtilPINVOKE+SWIGExceptionHelper+ExceptionDelegate nullReferenceDelegate, Firebase.AppUtilPINVOKE+SWIGExceptionHelper+ExceptionDelegate outOfMemoryDelegate, Firebase.AppUtilPINVOKE+SWIGExceptionHelper+ExceptionDelegate overflowDelegate, Firebase .AppUtilPINVOKE+SWIGExceptionHelper+ExceptionDelegate systemExceptionDelegate e) [0x00000] 在 :0 在 Firebase.AppUtilPINVOKE+SWIGExceptionHelper..cctor () [0x00000] 在 :0 在 Firebase.AppUtilPINVOKE..cctor () [0x00000] 在 :0 在 Firebase.AppUtil.SetLogFunction (Firebase.LogUtil+LogMessageDelegate arg0) [0x00000] 在 :0 在 Firebase.LogUtil..ctor () [0x00000] 在 :0 在 Firebase.LogUtil..cctor () [0x00000] 在 :0 在 Firebase.FirebaseApp..cctor () [0x00000] 在 :0 在 LoginHandler.Start () [0x00000] 在 :0 Rethrow as TypeInitializationException:“Firebase.AppUtilPINVOKE.SWIGExceptionHelper”的类型初始化程序引发了异常。 在 Firebase.AppUtilPINVOKE..cctor () [0x00000] 在 :0 在 Firebase.AppUtil.SetLogFunction (Firebase.LogUtil+LogMessageDelegate arg0) [0x00000] 在 :0 在 Firebase.LogUtil..ctor () [0x00000] 在 :0 在 Firebase.LogUtil..cctor () [0x00000] 在 :0 在 Firebase.FirebaseApp..cctor () [0x00000] 在 :0 在 LoginHandler.Start () [0x00000] 在 :0 Rethrow as TypeInitializationException:“Firebase.AppUtilPINVOKE”的类型初始化程序引发了异常。 在 Firebase.AppUtil.SetLogFunction (Firebase.LogUtil+LogMessageDelegate arg0) [0x00000] 在 :0 在 Firebase.LogUtil..ctor () [0x00000] 在 :0 在 Firebase.LogUtil..cctor () [0x00000] 在 :0 在 Firebase.FirebaseApp..cctor () [0x00000] 在 :0 在 LoginHandler.Start () [0x00000] 在 :0 Rethrow as TypeInitializationException:“Firebase.LogUtil”的类型初始化程序引发了异常。 在 Firebase.FirebaseApp..cctor () [0x00000] 在 :0 在 LoginHandler.Start () [0x00000] 在 :0 Rethrow as TypeInitializationException:“Firebase.FirebaseApp”的类型初始化程序引发了异常。 在 LoginHandler.Start () [0x00000] in :0
(文件名:目前在 il2cpp 行中不可用:-1)
【问题讨论】:
标签: firebase firebase-authentication