ITMS-91109 for logo as PNG file of about dialog

Hi,

I was notified about quarantine files but I don't know why?

ITMS-91109: Invalid package contents - The package contains one or more files with the com.apple.quarantine extended file attribute

The mentioned file is to project logo as PNG image. The PNG file is located here:

MyApp.app/Contents/Resources

Answered by Claude31 in 814870022

Who did notify ? Xcode ? AppStoreConnect ?

I don't know if it is the same problem, but I often had issue when importing png file in resources. The cause was the presence of "detritus".

The solution was to clear attributes with the following command in Terminal:

xattr -c theFile.png
Accepted Answer

Who did notify ? Xcode ? AppStoreConnect ?

I don't know if it is the same problem, but I often had issue when importing png file in resources. The cause was the presence of "detritus".

The solution was to clear attributes with the following command in Terminal:

xattr -c theFile.png

After upload got a mail from AppStoreConnect 'ITMS-91109: Invalid package contents - The package contains one or more files with the com.apple.quarantine extended file attribute'.

Indeed in the past xcode complained about such files, like images saved from Photoshop that have extended attributes. Easily removed with 'xattr -c'.

But, if this is an issue to send us emails about AFTER upload, then please have xcode check this BEFORE upload.. I had 3000+ such images.

ITMS-91109 for logo as PNG file of about dialog
 
 
Q