#Errors After Installing V3
1 messages · Page 1 of 1 (latest)
Hi,
Please check this https://github.com/googlesamples/unity-jar-resolver/issues/711#issuecomment-2438001398
Can you make sure Cocoapods is installed on your system?
We actually don't use cocoapods but the error is somehow linked to it as per the discussion in EDMU. You can first try disabling the cocoapods installation via EDMU and try the above step.
CocoaPods is installed~~ but I don't see an option to disable it via EDMU~~
I found the option to disable it but I am still seeing the errors.
It's now down to 11 of these:
We can't assign a new GUID because the asset is in an immutable folder. The asset will be ignored.
Please try the following steps. Hopefully this will be resolved in next version of EDMU https://github.com/googlesamples/unity-jar-resolver
- Delete Assets/ExternalDependencyManager folder
- Import this package https://github.com/googlesamples/unity-jar-resolver/raw/refs/heads/master/external-dependency-manager-latest.unitypackage
Also sounds like you have MobileDependencyResolver in your project. Pls let me know if thats the case.
MobileDependencyResolver is something unity came up with as google's EDMU has analytics built in.
Hello, I followed the above steps and reimported all packages, and now I only have a few errors that all say the following:
TypeLoadException: Could not load type of field 'Google.PackageManagerResolver:analytics' (18) due to: Could not resolve type with token 01000035 from typeref (expected class 'Google.EditorMeasurement' in assembly 'Google.VersionHandlerImpl, Version=1.2.0.0, Culture=neutral, PublicKeyToken=null') assembly:Google.VersionHandlerImpl, Version=1.2.0.0, Culture=neutral, PublicKeyToken=null type:Google.EditorMeasurement member:(null)
This does sound like it's caused by MobileDependencyResolver as you suggested -- what do you recommend?
You can safely delete it and reimport edmu
It's working! Confirmed Game Center is functional on device. Thank you for your help!