Closed nathanielcook closed 6 years ago
Hi, tired to install it but i got this error , Xamarin.Firebase.Iid 60.1142.1 not compatible with netstandard2.0 (.NETStandard,Version=v2.0). Xamarin.Firebase.Iid 60.1142.1 admit: monoandroid80 (MonoAndroid,Version=v8.0)
any suggestion?
I get similar warning for this entry :
<Target Name="_GenerateJavaStubs" DependsOnTargets="_SetLatestTargetFrameworkVersion;_PrepareAssemblies;$(_AfterPrepareAssemblies)" Inputs="$(MSBuildAllProjects);@(_ResolvedAssemblies);$(_AndroidManifestAbs);$(_AndroidBuildPropertiesCache)" Outputs="$(IntermediateOutputPath)android\AndroidManifest.xml;$(_AcwMapFile);$(_AndroidTypeMappingJavaToManaged);$(_AndroidTypeMappingManagedToJava)">
/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Android/Xamarin.Android.Common.targets(3,3): Warning: Name cannot begin with the '$' character, hexadecimal value 0x24.
+1 After installing Firebase, I get the same warning.
Hello guys, any update for this issue?
Same issue here after porting our code from GCM to FCM.
@nathanielcook @Gatoreno Could you provide a small demo project with which we can replicate the issue please. It will make it much easier and quicker for us to investigate.
I've also assign @moljac to start looking in this for you, but we are working hard to get a new release out the door.
Thank you for your patience
@newky2k There is a sample project linked to the opening post of this issue. By the way, I think the issue was fixed in Xamarin.Android here. You might be able to close this issue. Please verify that it is indeed fixed though. Would be great to know when that will be released to the general public (i.e. in what VS for Mac release will it be included).
@nathanielcook Thanks for writing back. I will take a look and let you know.
Yesterday I mentioned in #134 that update Visual Studio 2017 to 15.8.0 resolved my problem. I just saw that this update resolved warning about '$' character too.
@nathanielcook Can you try it with the latest update to Xamarin.Android, Visual Studio for mac and Mono. There we released in the last week or so
Just upgraded and it appears that Visual Studio for Mac (Version 7.6, build 2190) no longer displays the warning in question. Thank you!
Xamarin.Android Version (eg: 6.0):
8.3.0.19
Operating System & Version (eg: Mac OSX 10.11):
macOS 10.13.4
Google Play Services Version (eg: 8.4.0):
60.1142.1
Describe your Issue:
When building, the following warning appears in Visual Studio for Mac: Name cannot begin with the '$' character, hexadecimal value 0x24.
Steps to Reproduce (with link to sample solution if possible):
Sample project here
Include any relevant Exception Stack traces, build logs, adb logs:
Full build log: