U_TAR
Hectopat
Daha fazla
- Sistem Özellikleri
- MacBook Pro 16 inc M4 Pro 14CPU 20GPU 24GB 512GB MX2X3TU/A
- Cinsiyet
- Erkek
- Meslek
- Yazılım Mühendisi
Merhaba Unity'de firebase ile çalışmak istiyorum önceden de kullanmıştım fakat şu an ilginç bir sorun var ve çözümünü bulamadım günlerdir. Yardımcı olursanız teşekkür ederim.
Hiçbir firebase komutu çalışmıyor ve şu hatayı veriyor.
Hiçbir firebase komutu çalışmıyor ve şu hatayı veriyor.
Kod:
DllNotFoundException: FirebaseCppApp-12_0_0
Firebase.AppUtilPINVOKE+SWIGExceptionHelper..cctor () (at /home/runner/work/firebase-unity-sdk/firebase-unity-sdk/linux_unity/app/swig/Firebase.App_fixed.cs:3958)
Rethrow as TypeInitializationException: The type initializer for 'SWIGExceptionHelper' threw an exception.
Firebase.AppUtilPINVOKE..cctor () (at /home/runner/work/firebase-unity-sdk/firebase-unity-sdk/linux_unity/app/swig/Firebase.App_fixed.cs:3978)
Rethrow as TypeInitializationException: The type initializer for 'Firebase.AppUtilPINVOKE' threw an exception.
Firebase.AppUtil.SetLogFunction (Firebase.LogUtil+LogMessageDelegate arg0) (at /home/runner/work/firebase-unity-sdk/firebase-unity-sdk/linux_unity/app/swig/Firebase.App_fixed.cs:4688)
Firebase.LogUtil..ctor () (at /home/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/src/LogUtil.cs:81)
Firebase.LogUtil..cctor () (at /home/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/src/LogUtil.cs:37)
Rethrow as TypeInitializationException: The type initializer for 'Firebase.LogUtil' threw an exception.
Firebase.FirebaseApp..cctor () (at /home/runner/work/firebase-unity-sdk/firebase-unity-sdk/linux_unity/app/swig/Firebase.App_fixed.cs:1924)
Rethrow as TypeInitializationException: The type initializer for 'Firebase.FirebaseApp' threw an exception.
Firebase.Auth.FirebaseAuth.get_DefaultInstance () (at /home/runner/work/firebase-unity-sdk/firebase-unity-sdk/linux_unity/auth/swig/Firebase.Auth_fixed.cs:3345)
NewBehaviourScript.Start () (at Assets/NewBehaviourScript.cs:11)