This repository was archived by the owner on May 1, 2024. It is now read-only.

Description
Hello felons, I have found that sometimes if you are using old xamarin version in your mac, and you encountering with next error:

That means, old xamarin framework uses Absolute path for $DeviceSpecificOutputPath and uploading of dSYM file will fail.
Check next file:
/Library/Frameworks/Xamarin.iOS.framework/Versions/13.18.1.31/Xamarin.iOS.Common.targets
It should contains something like that. The path MUST be relative

For diagnostic you can add -bl:ios.binlog key to your msbuild command ( https://docs.microsoft.com/en-us/visualstudio/msbuild/msbuild-command-line-reference?view=vs-2019 ), it will create full binary log