Post

Replies

Boosts

Views

Activity

Reply to App Store doesn't display English among available languages for my new app
I found a fix. You can right click an entry in the catalog and select "Mark as Reviewed" and it will then create an en.lproj folder and file. In source code view you can bulk edit "state" : "new" to "state" : "translated" for all English values. On build it will also then remove "extractionState" : "extracted_with_value" from each entry and all strings will be in the en.lprog strings file.
5d
Reply to Xcode 26.3 Codex Account just spinning
I managed to get it working on my Intel MBP. Xcode downloads the Apple Silicon version of codex, but you can replace it with the Universal one (And even a later version). I had codex CLI installed through brew, and it was installed at /usr/local/Caskroom/codex/0.104.0/codex-x86_64-apple-darwin I copied this file to /Users/darrenjones/Library/Developer/Xcode/CodingAssistant/Agents/Versions/17C528 and renamed it to codex. Restarted Xcode, and I could now Sign In through the Xcode settings. Restarted Xcode again, and I could even select the new 5.3 model.
4w
Reply to MPMediaItemPropertyArtwork crashes on Swift 6
Wow, this was as simple as adding a @Sendable keyword! I posted about this last month here: https://forums.developer.apple.com/forums/thread/763790 I also submitted a bug report #FB15145734 as I assumed the block was being run on the incorrect thread which was out of our control. Happy to have this working now, but I do wonder is this still an issue with the function, or simply a Swift 6 compiler issue?
Topic: Programming Languages SubTopic: Swift Tags:
Oct ’24
Reply to Xcode 14.3 Server Builder keeps crashing
Yes I also noticed it has user login issues. I've recreated all my bots with 14.2 again but now they fail to checkout with auth failure and after 2 hours i'm on the verge of giving up. It's funny how all the Xcode Server bug reports i've submitted have all occurred since Xcode Cloud was introduced and none have had a single reply.
Apr ’23
Reply to App Store doesn't display English among available languages for my new app
I found a fix. You can right click an entry in the catalog and select "Mark as Reviewed" and it will then create an en.lproj folder and file. In source code view you can bulk edit "state" : "new" to "state" : "translated" for all English values. On build it will also then remove "extractionState" : "extracted_with_value" from each entry and all strings will be in the en.lprog strings file.
Replies
Boosts
Views
Activity
5d
Reply to App Store doesn't display English among available languages for my new app
I am also having this issue. All strings are LocalizedStringResource and the catalog correctly has all the English translations. However an en.lproj folder is not create when archived.
Replies
Boosts
Views
Activity
5d
Reply to Xcode 26.3 Codex Account just spinning
I managed to get it working on my Intel MBP. Xcode downloads the Apple Silicon version of codex, but you can replace it with the Universal one (And even a later version). I had codex CLI installed through brew, and it was installed at /usr/local/Caskroom/codex/0.104.0/codex-x86_64-apple-darwin I copied this file to /Users/darrenjones/Library/Developer/Xcode/CodingAssistant/Agents/Versions/17C528 and renamed it to codex. Restarted Xcode, and I could now Sign In through the Xcode settings. Restarted Xcode again, and I could even select the new 5.3 model.
Replies
Boosts
Views
Activity
4w
Reply to Xcode 26.3 Codex Account just spinning
Thanks for the tips, however I still can't get it to work. I've installed the codex CLI and successfully logged in. I tried logging out and back in again too. Whenever I open Xcode Settings -> Intelligence -> OpenAI -> Codex It says ChatGPT Account and there is a never ending spinner.
Replies
Boosts
Views
Activity
Feb ’26
Reply to Xcode 26.3 Codex Account just spinning
It seems to also be happening with the Claude Agent. I've installed the agent but when I click the ... and then Sign in With a Claude.ai Account, The "Not signed in" label blinks then nothing happens.
Replies
Boosts
Views
Activity
Feb ’26
Reply to Local Storekit testing error
I'm having exactly the same issue. I can't test a purchase locally. Did you ever get it working?
Replies
Boosts
Views
Activity
Feb ’25
Reply to “Account Not In This Store” error when trying to purchase non-consumable IAP within TestFlight
I'm also suffering from this problem. Has anyone figured out a solution?
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Dec ’24
Reply to Alternative for crashing API MPMediaItemArtwork
Turns out this was fixed by simply marking the completion block @Sendable. https://developer.apple.com/forums/thread/764874?answerId=810243022#810243022
Topic: Media Technologies SubTopic: Video Tags:
Replies
Boosts
Views
Activity
Oct ’24
Reply to MPMediaItemPropertyArtwork crashes on Swift 6
Wow, this was as simple as adding a @Sendable keyword! I posted about this last month here: https://forums.developer.apple.com/forums/thread/763790 I also submitted a bug report #FB15145734 as I assumed the block was being run on the incorrect thread which was out of our control. Happy to have this working now, but I do wonder is this still an issue with the function, or simply a Swift 6 compiler issue?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’24
Reply to Alternative for crashing API MPMediaItemArtwork
I have attached a sysdiagnose from my iPhone after the crash.
Topic: Media Technologies SubTopic: Video Tags:
Replies
Boosts
Views
Activity
Sep ’24
Reply to How to formate NFC tags to NDEF format?
Did you ever figure out how to format the NFC tag?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to Xcode 14.3 Server Builder keeps crashing
It seems that Apple have deprecated Xcode Server, hence all the issues and no replies to bug reports. I've resigned myself to the fact that we must use Xcode cloud now and have my bot tests working their... Until they start charging, then i'll look for an alternative.
Replies
Boosts
Views
Activity
Apr ’23
Reply to Xcode 14.3 Server Builder keeps crashing
Yes I also noticed it has user login issues. I've recreated all my bots with 14.2 again but now they fail to checkout with auth failure and after 2 hours i'm on the verge of giving up. It's funny how all the Xcode Server bug reports i've submitted have all occurred since Xcode Cloud was introduced and none have had a single reply.
Replies
Boosts
Views
Activity
Apr ’23
Reply to Xcode Organiser is trying to download crashes from wrong account after transferring app
Never mind. It seems Xcode had signed me out of my new dev account.
Replies
Boosts
Views
Activity
Jan ’23
Reply to Xcode 12 Beta 2 causes Xcode Server to be unmanageable
I'm now getting this with Xcode 14.2
Replies
Boosts
Views
Activity
Dec ’22