diogot / danger-xcode_summary

A Danger plugin that shows all build errors, warnings and unit tests results generated from xcodebuild.
MIT License
137 stars 41 forks source link

Full path to file in message #61

Open ismetanin opened 3 years ago

ismetanin commented 3 years ago

After update to 1.0.0 the tool writes the full path to the file. I think it is a bug Take a look at the screenshot

image
marcelofabri commented 3 years ago

Interesting that the warning is on the xcodeproj file - any chance you can upload the whole xcresult so I can take a better look?

ismetanin commented 3 years ago

I can't upload the whole xcresult, sorry. It is from the private project

marcelofabri commented 3 years ago

I suggest you do some debugging on your own then. I'd start by double checking what is the current workdir (pwd) when running Danger, as that's what we use to make paths relative.

You could also try to repro this in a smaller project that you can share. Otherwise, I'm afraid I cannot help you that much.