googlesamples / unity-jar-resolver

Unity plugin which resolves Android & iOS dependencies and performs version management
Other
1.21k stars 337 forks source link

[Bug] #635

Closed PhongVuisVMH closed 10 months ago

PhongVuisVMH commented 10 months ago

[READ] For Firebase Unity SDK issues, please report to Firebase Unity Sample

Once you've read this section and determined that your issue is appropriate for this repository, please delete this section.

[REQUIRED] Please fill in the following fields:

[REQUIRED] Please describe the issue here:

(Please list the full steps to reproduce the issue. Include device logs, Unity logs, and stack traces if available.)

Please answer the following, if applicable:

What's the issue repro rate? (eg 100%, 1/5 etc)

What happened? How can we make the problem occur? This could be a description, log/console output, etc.

If you have a downloadable sample project that reproduces the bug you're reporting, you will likely receive a faster response on your issue.

google-oss-bot commented 10 months ago

This issue does not have all the information required by the template. Looks like you forgot to fill out some sections. Please update the issue with more information.

PhongVuisVMH commented 10 months ago

I have bug as: "Assembly 'Assets/Firebase/Editor/Firebase.Editor.dll' will not be loaded due to errors: Unable to resolve reference 'UnityEditor.iOS.Extensions.Xcode'. Is the assembly missing or incompatible with the current platform? Reference validation can be disabled in the Plugin Inspector. " and unity version is 2021.3.20f1. HELP ME, PLEASE. I feel so helpless :(((

PhongVuisVMH commented 10 months ago

Unity editor version: 2021.3.20f1 External Dependency Manager version: I can't find what you're talking about. I'm a newbie :(( Source you installed EDM4U: unitypackage Features in External Dependency Manager in use: Android Resolver Plugins SDK in use: Firebase Platform you are using the Unity editor on: Windows

Describe: After I downloaded the firebase SDK, google service file (.json) then I threw the .json file into my project. then import package => custom package and add FirebaseDatabase.unitypackage. then run try, but it doesn't work and throws error like i mentioned. of course i have created realtime database on https://console.firebase.google.com/ and added a new project for my game.

link driver of my project: (because my github has limited file upload size) https://drive.google.com/file/d/1x7PHqb8_G5U1mzbXRM06KQoUP8ack1vl/view?usp=sharing

paulinon commented 10 months ago

Hi @PhongVuisVMH,

This issue seems similar to #412 where the workaround for this is to install iOS Build Support for your corresponding Unity editor version from the Unity Hub. You may refer to the aforementioned thread for updates.

Also, the External Dependency Manager version is the name of the folder you'll see when you go to Assets > ExternalDependencyManager > Editor.

That said, I'll be closing this for now. Let me know if an issue arises.