Hi there,
I uploaded an update bundle for the posted app, but I got a rejection message.
ITMS-90048: This bundle is invalid - Your archive contains paths that are not allowed: [._Symbols]
The XCode version I'm using is 16.2, and I've been trying to find a route using Run Script and Finder, but I don't know what the hell it is about.
Does anybody know what could cause this issue?
Any help would be appreciated. Thanks.
macOS 15.4 does indeed include a significant revision to the built-in rsync
. If that’s causing you grief, I encourage you to file a bug about the specific problem you’re having. Please post your bug number, just for the record.
Having said that, this ._
stuff is a concern. That’s indicative of an AppleDouble file. See Extended Attributes and Zip Archives.
The things that you rsync
into your .ipa
shouldn’t have extended attributes, and thus you shouldn’t see rsync
processing AppleDouble files. If you do, I recommend that you research where these extended attributes are coming from, because removing them at the source is likely to be the better long-term fix for this problem.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"