#Errors After Installing V3

1 messages · Page 1 of 1 (latest)

echo musk
#

I freshly installed Essential Kit V3 to a Unity 6 environment and received these error messages. The build is targetted at iOS. Any suggestions?

ruby nacelle
ruby nacelle
echo musk
#

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.
ruby nacelle
#

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.

echo musk
#

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?

ruby nacelle
#

You can safely delete it and reimport edmu

echo musk
#

It's working! Confirmed Game Center is functional on device. Thank you for your help!