for my iOS Swift project I use vectorized pdf files from which Xcode renders the @1x, @2x, @3x images.
When I compare the quality of the images generated from P
I would set the Preserve Vector Data flag on the asset here:
Preserve Vector Data
This will make it render as a pdf and scale properly.