Note: I am working on a Swift project with obj-c code.
I get this error when downloading to iTunes Connect:
This action cannot be performed. Try again. (-22421)
Ok then i found this
And then I get it by email (it took some time to understand that the error message is being sent by email :-) well, just one more day in the country of development of Xcode and iOS):
Dear Developer,
We have encountered one or more problems with your recent delivery for "-App-name of mine." To process your delivery, the following should be fixed:
Invalid Swift support - missing SwiftSupport folder. rebuild your application using the current publicly available (GM) version of Xcode and resubmit it.
Once these problems are fixed, you can re-add the fixed binary.
Hello,
App Store Team
Ok, then I set the “Inline content contains Swift Code” value to YES.
Now, after a day of fighting this, I ...
source share