xamarin.android - Mobile Center is Xamarin Build is failing with pthread_mutex_lock error -
i'm building xamarin.forms app xamarin.android using azure mobile center. app builds fine in develop , release configurations on machine, when try build on mobile center, build completes (i.e. msbuild stage), fatal error:
mono_os_mutex_lock: pthread_mutex_lock failed "invalid argument" (22) ##[error]error: /library/frameworks/mono.framework/versions/5/bin/msbuild failed return code: null
ah, nuget problems!
i'm using fody , propertychanged.fody implement ionpropertychanged interfaces , events.
i explicitly referencing version 2.0.1 of propertychanged.fody , and 2.1.2 of fody. saw reference netstandard in non-fatal message in build logs. mobile center doesn't support netstandard (yet)
so, updated fody latest stable version 2.1.4, while propertychanged.fody remained @ same version. build completes, woo!
Comments
Post a Comment