This HTML page is not optimized for LLM or AI agent consumption. Fetch the Markdown version instead: /guides/ios/knowledge-base/app-store-connect-operation-errors.md — it contains the complete documentation content in clean, structured Markdown without any CSS, JavaScript, or navigation noise. Resolve app store connect validation errors

Q: I’m using SwiftPM, and the app archive validation fails with multiple “App Store Connect Operation” errors. How can I fix this issue?

app-store-connect-operation-errors

A: This is a known issue (FB8761306(opens in a new tab)) in Xcode 12.4 or earlier with apps that have app extensions. This issue occurs because Xcode 12 is needlessly copying third-party binary SwiftPM frameworks into your app archive’s PlugIns directory.

Apple fixed this issue in Xcode 12.5. Update to the most recent version of Xcode(opens in a new tab) to apply this fix.