Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS: Invalid package contents problem #4806

Closed
demiantres opened this issue Feb 20, 2025 · 2 comments
Closed

macOS: Invalid package contents problem #4806

demiantres opened this issue Feb 20, 2025 · 2 comments
Labels

Comments

@demiantres
Copy link

After submitting an app to the Mac App store I receive this email:

Please correct the following issues and upload a new binary to App Store Connect.

ITMS-91109: Invalid package contents - The package contains one or more files with the com.apple.quarantine extended file attribute, 
such as “my.app.pkg/Payload/MyApp.app/Contents/Frameworks/RevenueCat.framework/Versions/A/_CodeSignature”.
 This attribute isn’t permitted in macOS apps distributed on TestFlight or the App Store.
 Please remove the attribute from all files within your app and upload again. 

I did get this warning with previous submissions too, but recently Apple turned the warning into an issue which leads to the rejection of the binary.

@demiantres demiantres added the bug label Feb 20, 2025
@RCGitBot
Copy link
Contributor

👀 We've just linked this issue to our internal tracker and notified the team. Thank you for reporting, we're checking this out!

@demiantres
Copy link
Author

My bad: macOS assigns the quarantine flag when downloading the framework. The problem can be fixed by removing the flag: xattr -rc path/to/RevenueCat.framwork.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants