Post

Replies

Boosts

Views

Activity

Reply to Xcode 15 | iOS 17 | Dateformatter issue with short style
Gotta say, I greatly dislike the "don't do that" response. This has been a literal, old-school, x20 space character for decades. Why someone felt the need, now, to change the formatting... it seems rather arbitrary, and unnecessary. As was pointed out earlier, this is really just bothersome for unit tests. I have a number of tests which are checking output, and expecting only regular spaces in the output. Please help me understand why this change needed to happen.
Oct ’23
Reply to SPM internal error on Xcode 14
To underscore the severity of this... We use CircleCI / Fastlane to build. We have local swift packages attached to our project. We simply cannot start using Xcode 14 because of this. While I can build on my own machine, Fastlane can't. And we can't upgrade all of our devs to this until Circle can build (and the rest of the devs can use the same Xcode). The concern here is that at some point, Apple will insist that submission to the App Store must be built with Xcode 14. Probably a few months away from that, but it is unsettling, nonetheless.
Sep ’22
Reply to Xcode cloud
Xcode Cloud requires that your client be Xcode 13. Xcode 13 requires a minimum of "macOS Big Sur 11.3" It looks like macOS Big Sur runs on a 2014 iMac... but that is the oldest configuration, from what I can tell. So, while Xcode should run on that machine, newer versions of Xcode (like Xcode 14... whenever that ships in the fall) probably won't.
Jan ’22
Reply to Artifacts URL
at the bottom of this page, it describes paths to the archives: https://developer.apple.com/documentation/xcode/environment-variable-reference Unfortunately, there doesn't appear to be any "post-archive" scripts you could run. (only post-build). If there were a way to do "post-archive" scripts, you could, theoretically, write a script to get the archive, zip it up, and send it off to another URL. Hmm. that's weird. I wonder why they give paths to archives, if you can't run a script after the archive process completes?
Jan ’22