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

Path to dSYM file is incorrect in old xamarin frameworks #447

@ivmazurenko

Description

@ivmazurenko

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

image

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

local-mac

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions