Posts under Developer Tools & Services topic

Post

Replies

Boosts

Views

Created

Xcode won't sign into ChatGPT Codex account anymore
As of May 8th, 2026, after I upgraded to "codex-cli 0.129.0" via Xcode, I can no longer sign into my ChatGPT account in Xcode Intelligence Settings. The Log In window is always successful, but the settings never update to show the login being successful. It's a constant loop. Perhaps a hand-shake fail. Versions: Tahoe 26.3.1, Xcode 26.4.1, codex-cli 0.129.0.
6
0
350
5d
Xcode: Error downloading App Store Connect crash reports
Hello, I’m encountering an issue retrieving crash reports from the AppStore Connect using Xcode 26.4.1 (17E202). I’m signed in with multiple Apple IDs, including the one required to fetch crashes. When I select the destination application and attempt to download crashes in Organizer, a small warning icon appears in the top right corner. Clicking on it displays the following error: "{AppleID email}" failed with error: There was a failure decoding response: (HTTP 500, 20364 bytes) The data couldn’t be read because it isn’t in the correct format.. I already tried to remove my account and sign in again multiple times and also restarted Xcode but nothing seems to work. I wonder whether this is some new bug introduced in the latest Xcode version or rather local issue on my machine. Any help appreciated.
0
1
35
5d
Prevent Xcode from downloading Simulators
It annoys me that Xcode keeps downloading Simulators automatically, even though I haven't asked for them. Under Settings > Components > Other Installed Platforms I see iOS Simulator iOS 18.0 uptil 18.5. These are eating space in /Library/Developer/CoreSimulator/Caches/dyld/25E253. Is there a way to prevent these automatic downloads?
0
0
70
5d
“Your enrollment could not be completed.” Please review my case
I am very disappointed and frustrated. I applied a developer account two months ago and is getting stuck in somewhere. After two months and many rounds of email and call communications, apple support cannot provide the reason/solution/alternatives how to proceed my application. Background: I applied an apple developer account through developer web in Mar, and received order acknowledging email from apple team. It said that it will take 2 working days for processing. However, two weeks later, it is still no news. Then I created the support ticket by email and wait for two weeks, apple support team recommended me to apply the account through “developer app” instead, then I follow the guideline to apply and encounter the ID image submission error. After few days, when I revisited the developer web and checked the status, it showed “Your enrollment could not be completed.” I tried to send several rounds of email, but got no reply for almost one month, finally, I call developer support several times, and support still cannot provide the reason/solution/alternatives how to proceed my application, they just repeated the fact of “Your enrollment could not be completed.”, although I request to escalate my case to senior technical advisor, it cannot. I am really very disappointed and frustrated. I hope someone here or apple support, please help to review my case and guide me how to proceed my application. My case ID: 102855764543. Thanks a lot.
2
0
134
5d
Your enrollment could not be completed. Please help to review my case.
I am very disappointed and got no help/solution from Apple development team after many rounds of email communication and calls. Two months ago, I went through the process in apple developer website and purchased a developer account and received order acknowledging email from apple team, it said it will take 2 working days for process, however, there is no news after half a month, so I send email for enquires, and about two weeks later, I received the support reply that I should try to apply the account through "developer app" and I follow his guide to continue the workflow, however, I cannot submit my ID through the APP and prompted "error". Few days later, the developer web prompts "Your enrollment could not be completed" Then I sent several emails to developer support and got no response, finally, I call the developer support several times that they cannot explain the reason why my application is getting stuck somewhere and cannot provide the solution/alternatives. I hope someone here or apple developer team can review my case and provide the guide for me to proceed the account application. Thanks a lot My case ID: 102855764543
1
0
54
5d
Switch to organization membership - HELP?
I have an individual membership which I want to switch to organization membership. Ive completed all the forms and stuff, now multiple times, without getting any response. So 2 months ago I contacted support, and then again last month, and now earlier this week - No answer. So what do I do now? Ive tried submitting the form, nothing happens. Multiple times now. Ive tried contacting support, nothing happens. Multiple times. Whats my solution here? This is stopping me from publishing.
0
0
23
5d
Developer program renewal blocked: "This item is currently not available in your country or region" — phone escalations not returned for 3 weeks
Posting here in hope of getting this in front of someone at Apple who can actually look at our account, since three weeks of phone support has produced no follow-up. Setup: Organizational Apple Developer Program membership, active through 2024 Did not renew in 2024 (no apps shipping that year) Same country/region as every prior successful renewal; nothing has changed on our side Have a completed app ready to ship right now Error: During renewal, the payment page returns: "This item is currently not available in your country/region." Reproduced consistently across browsers, networks, and payment methods. What I've tried: Renewing via the existing org account → same error every attempt. Enrolling a new org Developer account → enrollment is auto-cancelled with the message that our organization already has a membership and we must use the existing one. Phoned Apple Developer Program Support 10+ times over the past three weeks. Every call ends with the agent stating the issue requires senior advisor escalation and that I will be contacted by email. No email has ever arrived. What I need: A path to a senior Developer Program Support advisor who can actually look at our case. Happy to share Team ID and Apple ID through any official channel. If anyone from Apple sees this - our case has been open via phone support for three weeks with zero follow-up. Any pointer would be hugely appreciated.
4
0
152
6d
Feedback wanted: macOS tool to run Claude Code through OpenRouter safely
Hi everyone, I built an open-source macOS developer tool called Claude Code on OpenRouter. GitHub repo: https://github.com/allytag/Claude_Code It lets the official Claude Code CLI run through OpenRouter models while keeping the normal Claude Code workflow: tools, file editing, bash, MCP, repository work, and agent behavior. The main reason I built it is that many custom model setups break Claude Code features or make cost and model control harder. This setup keeps Claude Code itself untouched and adds a local Anthropic-compatible proxy for OpenRouter. What it does: Runs the official Claude Code CLI through OpenRouter Keeps Claude Code tools, file edits, bash, repo workflow, and MCP working Uses a local proxy at 127.0.0.1:4141 Supports model roles like main, cheapFull, hard, subagent, lowToken, backup, and compare Lets users switch OpenRouter models without reinstalling Adds cache markers and provider pinning where supported Strips reasoning fields by default to avoid hidden token cost Includes a safe updater with snapshot, validation, and rollback Includes doctor, status, cleanup, verify, uninstall, and rollback commands Avoids storing API keys in the repo Current requirements: macOS Apple Silicon Node.js 20 or newer Zsh Official Claude Code CLI OpenRouter API key Quick start: Install official Claude Code if missing: curl -fsSL https://claude.ai/install.sh | bash Clone the repo: git clone https://github.com/allytag/Claude_Code.git Claude cd Claude Preview the install: ./install.sh --dry-run Install: ./install.sh --merge Start using it: claude claude-router status Useful commands: claude-router status claude-router list claude-router tail claude-router use main deepseek-v4-pro claude-router add grok x-ai/grok-4 --name "Grok 4" claude-low "explain debounce" claude-safe-update latest --dry-run claude-safe-update latest ./verify.sh Safety details: The installer has dry-run mode before writing changes Existing Claude settings are preserved in merge mode Backups are created before changes Claude Desktop is detected but not modified The OpenRouter API key is written only to local Claude settings The repo includes a redaction check to block accidental secret commits Uninstall and restore-last-backup commands are included This is currently macOS Apple Silicon only. Linux and Windows are not supported yet because the installer uses macOS-specific paths and LaunchAgent behavior. I would appreciate feedback from other macOS developers who use AI coding tools. In particular: Does this install cleanly on your Apple Silicon Mac? Are there edge cases with Claude Code tools, MCP, or VS Code integration? Are there better defaults for model roles or safer update behavior? Is there anything I should change before calling this more stable? Repo again: https://github.com/allytag/Claude_Code Thanks.
0
0
102
6d
Program Enrollment
Hi everyone, I’m trying to enroll in the Apple Developer Program as an Individual developer in Canada. However, when I try to complete the enrollment, I receive this message: “For one or more reasons, your enrollment in the Apple Developer Program could not be completed.” I have already checked my Apple Account information, including my legal name, country/region, phone number, billing address, payment method, and two-factor authentication. I also tried contacting Apple Developer Support, but I have not received a clear solution yet. Has anyone experienced this issue before? Any advice would be greatly appreciated. Thank you.
1
0
57
6d
Individual → Organization transfer stuck in “Senior Advisor” review (2+ weeks, no contact)
I’m currently blocked on converting my Apple Developer account from Individual to Organization. Case ID: 102876994832 Timeline: February: initiated individual → organization transfer Application stalled with no follow-up link or communication Contacted Apple Support to restart process Case escalated to “Senior Advisor Team” Last 2+ weeks: no contact, no updates, no callback Current Status: Marked as “under review by Senior Advisor Team” Apple Support is unable to transfer calls or provide updates Impact: This is blocking organizational setup and release workflows We have multiple apps waiting to go to TestFlight for QA We wanted to use iOS before Android but have been forced to test UX w/ Android users Request: Confirmation of current enrollment status Estimated timeline or SLA for resolution Direct escalation or re-assignment if the case is stalled Has anyone from Apple Developer Program team been able to help move cases like this forward?
1
0
59
6d
Cannot enroll to the Apple Developer program
I'm unable to complete Apple Developer Program enrollment and would appreciate guidance on the actual cause. Environment: Region: Kazakhstan Enrollment type: Individual Browser/device tried: Safari on macOS , Apple Developer app on macOS, iphone, Chrome on macOS Apple ID: 2FA enabled, in good standing, name matches government ID What happens: At the terms agreements step, I receive the following error verbatim: Cannot enroll to the Apple Developer program What do I do? I've contacted Developer Program Support via the contact form several times, but no answer. Posting here in case anyone else has hit the same error or knows the actual root cause. Thanks.
1
0
65
6d
Enrollment Still Under Review After 3 Months — Case #102821473004 — No Resolution Despite Multiple Follow-Ups
Hello, I am posting here in hopes that someone from the Apple Developer Program team can help escalate or review my case. I initiated my Apple Developer enrollment in February 2026 and submitted all requested information and documentation through the web enrollment process. Since then, my application has remained “under review” for over 3 months despite multiple follow-ups with Apple Developer Support. The latest response I received was: “We checked the status of your enrollment and confirmed that it is still under review. We will let you know as soon as we have an update for you.” Case Number: 102821473004 At this point, I have not been informed of: any missing information any rejected documentation any verification issue or any estimated timeline for resolution This prolonged delay is now significantly affecting development and deployment plans for our applications and business operations. I would appreciate guidance on: Whether this timeline is normal Whether my case can be escalated for manual review If there is any additional action required from my side For context: Enrollment was completed via the web portal All requested information was submitted Multiple support emails have already been exchanged No concrete issue has been communicated to me so far I would sincerely appreciate assistance from anyone who has experienced a similar issue or from Apple staff who may be able to help escalate the matter. Thank you.
3
0
76
6d
Xcode Cloud with watchOS
When I chose a watchOS Test and set the watch with latest watchOS on Xcode Cloud, I could not pass the CI because it showed "xcodebuild: error: Unable to find a destination matching the provided destination specifier: { platform:watchOS Simulator, id:9863C79E-3793-483E-BAA1-F96A0BD34005 }" I've change some destination, but it's not worked. Is there any idea what I can do? The watch app is along with the mobile, not standalone.
1
0
45
6d
Xcode won't sign into ChatGPT Codex account anymore
As of May 8th, 2026, after I upgraded to "codex-cli 0.129.0" via Xcode, I can no longer sign into my ChatGPT account in Xcode Intelligence Settings. The Log In window is always successful, but the settings never update to show the login being successful. It's a constant loop. Perhaps a hand-shake fail. Versions: Tahoe 26.3.1, Xcode 26.4.1, codex-cli 0.129.0.
Replies
6
Boosts
0
Views
350
Activity
5d
I have a problem activating the membership
: "Hello, my Apple Developer Program enrollment status has been 'Pending' for over 10 days now, even after successful payment. I have sent multiple emails to support but have not received a response. Can anyone please advise on how to resolve this issue?"
Replies
0
Boosts
0
Views
32
Activity
5d
Xcode: Error downloading App Store Connect crash reports
Hello, I’m encountering an issue retrieving crash reports from the AppStore Connect using Xcode 26.4.1 (17E202). I’m signed in with multiple Apple IDs, including the one required to fetch crashes. When I select the destination application and attempt to download crashes in Organizer, a small warning icon appears in the top right corner. Clicking on it displays the following error: "{AppleID email}" failed with error: There was a failure decoding response: (HTTP 500, 20364 bytes) The data couldn’t be read because it isn’t in the correct format.. I already tried to remove my account and sign in again multiple times and also restarted Xcode but nothing seems to work. I wonder whether this is some new bug introduced in the latest Xcode version or rather local issue on my machine. Any help appreciated.
Replies
0
Boosts
1
Views
35
Activity
5d
Agents in Xcode: Codex Sign In not working
Hey all, the codex sign in isn't working for me in Agents. I am using the 26.5 release candidate version. It always says "Not Signed In". I have completed the Sign In process multiple times. Anyone else seeing this? I have filed Feedback FB22732574
Replies
10
Boosts
2
Views
222
Activity
5d
Prevent Xcode from downloading Simulators
It annoys me that Xcode keeps downloading Simulators automatically, even though I haven't asked for them. Under Settings > Components > Other Installed Platforms I see iOS Simulator iOS 18.0 uptil 18.5. These are eating space in /Library/Developer/CoreSimulator/Caches/dyld/25E253. Is there a way to prevent these automatic downloads?
Replies
0
Boosts
0
Views
70
Activity
5d
“Your enrollment could not be completed.” Please review my case
I am very disappointed and frustrated. I applied a developer account two months ago and is getting stuck in somewhere. After two months and many rounds of email and call communications, apple support cannot provide the reason/solution/alternatives how to proceed my application. Background: I applied an apple developer account through developer web in Mar, and received order acknowledging email from apple team. It said that it will take 2 working days for processing. However, two weeks later, it is still no news. Then I created the support ticket by email and wait for two weeks, apple support team recommended me to apply the account through “developer app” instead, then I follow the guideline to apply and encounter the ID image submission error. After few days, when I revisited the developer web and checked the status, it showed “Your enrollment could not be completed.” I tried to send several rounds of email, but got no reply for almost one month, finally, I call developer support several times, and support still cannot provide the reason/solution/alternatives how to proceed my application, they just repeated the fact of “Your enrollment could not be completed.”, although I request to escalate my case to senior technical advisor, it cannot. I am really very disappointed and frustrated. I hope someone here or apple support, please help to review my case and guide me how to proceed my application. My case ID: 102855764543. Thanks a lot.
Replies
2
Boosts
0
Views
134
Activity
5d
Your enrollment could not be completed. Please help to review my case.
I am very disappointed and got no help/solution from Apple development team after many rounds of email communication and calls. Two months ago, I went through the process in apple developer website and purchased a developer account and received order acknowledging email from apple team, it said it will take 2 working days for process, however, there is no news after half a month, so I send email for enquires, and about two weeks later, I received the support reply that I should try to apply the account through "developer app" and I follow his guide to continue the workflow, however, I cannot submit my ID through the APP and prompted "error". Few days later, the developer web prompts "Your enrollment could not be completed" Then I sent several emails to developer support and got no response, finally, I call the developer support several times that they cannot explain the reason why my application is getting stuck somewhere and cannot provide the solution/alternatives. I hope someone here or apple developer team can review my case and provide the guide for me to proceed the account application. Thanks a lot My case ID: 102855764543
Replies
1
Boosts
0
Views
54
Activity
5d
Switch to organization membership - HELP?
I have an individual membership which I want to switch to organization membership. Ive completed all the forms and stuff, now multiple times, without getting any response. So 2 months ago I contacted support, and then again last month, and now earlier this week - No answer. So what do I do now? Ive tried submitting the form, nothing happens. Multiple times now. Ive tried contacting support, nothing happens. Multiple times. Whats my solution here? This is stopping me from publishing.
Replies
0
Boosts
0
Views
23
Activity
5d
Apple Developer Programの表示不具合
Apple Developer Programログイン後の画面に何も表示されない。キャッシュクリアやプライバシー保護を弱めるなど対策を講じるも変わりなし。Windowsでは問題ないがないため、IDパスワードの問題ではない。
Replies
0
Boosts
0
Views
18
Activity
5d
Developer program renewal blocked: "This item is currently not available in your country or region" — phone escalations not returned for 3 weeks
Posting here in hope of getting this in front of someone at Apple who can actually look at our account, since three weeks of phone support has produced no follow-up. Setup: Organizational Apple Developer Program membership, active through 2024 Did not renew in 2024 (no apps shipping that year) Same country/region as every prior successful renewal; nothing has changed on our side Have a completed app ready to ship right now Error: During renewal, the payment page returns: "This item is currently not available in your country/region." Reproduced consistently across browsers, networks, and payment methods. What I've tried: Renewing via the existing org account → same error every attempt. Enrolling a new org Developer account → enrollment is auto-cancelled with the message that our organization already has a membership and we must use the existing one. Phoned Apple Developer Program Support 10+ times over the past three weeks. Every call ends with the agent stating the issue requires senior advisor escalation and that I will be contacted by email. No email has ever arrived. What I need: A path to a senior Developer Program Support advisor who can actually look at our case. Happy to share Team ID and Apple ID through any official channel. If anyone from Apple sees this - our case has been open via phone support for three weeks with zero follow-up. Any pointer would be hugely appreciated.
Replies
4
Boosts
0
Views
152
Activity
6d
Please upgrade Xcode to continue using Codex
Codex will no longer be available in Xcode 26.3 starting on Friday, May 8th. Please upgrade to Xcode 26.4 or later to continue using Codex.
Replies
0
Boosts
0
Views
199
Activity
6d
Feedback wanted: macOS tool to run Claude Code through OpenRouter safely
Hi everyone, I built an open-source macOS developer tool called Claude Code on OpenRouter. GitHub repo: https://github.com/allytag/Claude_Code It lets the official Claude Code CLI run through OpenRouter models while keeping the normal Claude Code workflow: tools, file editing, bash, MCP, repository work, and agent behavior. The main reason I built it is that many custom model setups break Claude Code features or make cost and model control harder. This setup keeps Claude Code itself untouched and adds a local Anthropic-compatible proxy for OpenRouter. What it does: Runs the official Claude Code CLI through OpenRouter Keeps Claude Code tools, file edits, bash, repo workflow, and MCP working Uses a local proxy at 127.0.0.1:4141 Supports model roles like main, cheapFull, hard, subagent, lowToken, backup, and compare Lets users switch OpenRouter models without reinstalling Adds cache markers and provider pinning where supported Strips reasoning fields by default to avoid hidden token cost Includes a safe updater with snapshot, validation, and rollback Includes doctor, status, cleanup, verify, uninstall, and rollback commands Avoids storing API keys in the repo Current requirements: macOS Apple Silicon Node.js 20 or newer Zsh Official Claude Code CLI OpenRouter API key Quick start: Install official Claude Code if missing: curl -fsSL https://claude.ai/install.sh | bash Clone the repo: git clone https://github.com/allytag/Claude_Code.git Claude cd Claude Preview the install: ./install.sh --dry-run Install: ./install.sh --merge Start using it: claude claude-router status Useful commands: claude-router status claude-router list claude-router tail claude-router use main deepseek-v4-pro claude-router add grok x-ai/grok-4 --name "Grok 4" claude-low "explain debounce" claude-safe-update latest --dry-run claude-safe-update latest ./verify.sh Safety details: The installer has dry-run mode before writing changes Existing Claude settings are preserved in merge mode Backups are created before changes Claude Desktop is detected but not modified The OpenRouter API key is written only to local Claude settings The repo includes a redaction check to block accidental secret commits Uninstall and restore-last-backup commands are included This is currently macOS Apple Silicon only. Linux and Windows are not supported yet because the installer uses macOS-specific paths and LaunchAgent behavior. I would appreciate feedback from other macOS developers who use AI coding tools. In particular: Does this install cleanly on your Apple Silicon Mac? Are there edge cases with Claude Code tools, MCP, or VS Code integration? Are there better defaults for model roles or safer update behavior? Is there anything I should change before calling this more stable? Repo again: https://github.com/allytag/Claude_Code Thanks.
Replies
0
Boosts
0
Views
102
Activity
6d
Program Enrollment
Hi everyone, I’m trying to enroll in the Apple Developer Program as an Individual developer in Canada. However, when I try to complete the enrollment, I receive this message: “For one or more reasons, your enrollment in the Apple Developer Program could not be completed.” I have already checked my Apple Account information, including my legal name, country/region, phone number, billing address, payment method, and two-factor authentication. I also tried contacting Apple Developer Support, but I have not received a clear solution yet. Has anyone experienced this issue before? Any advice would be greatly appreciated. Thank you.
Replies
1
Boosts
0
Views
57
Activity
6d
Individual → Organization transfer stuck in “Senior Advisor” review (2+ weeks, no contact)
I’m currently blocked on converting my Apple Developer account from Individual to Organization. Case ID: 102876994832 Timeline: February: initiated individual → organization transfer Application stalled with no follow-up link or communication Contacted Apple Support to restart process Case escalated to “Senior Advisor Team” Last 2+ weeks: no contact, no updates, no callback Current Status: Marked as “under review by Senior Advisor Team” Apple Support is unable to transfer calls or provide updates Impact: This is blocking organizational setup and release workflows We have multiple apps waiting to go to TestFlight for QA We wanted to use iOS before Android but have been forced to test UX w/ Android users Request: Confirmation of current enrollment status Estimated timeline or SLA for resolution Direct escalation or re-assignment if the case is stalled Has anyone from Apple Developer Program team been able to help move cases like this forward?
Replies
1
Boosts
0
Views
59
Activity
6d
Cannot enroll to the Apple Developer program
I'm unable to complete Apple Developer Program enrollment and would appreciate guidance on the actual cause. Environment: Region: Kazakhstan Enrollment type: Individual Browser/device tried: Safari on macOS , Apple Developer app on macOS, iphone, Chrome on macOS Apple ID: 2FA enabled, in good standing, name matches government ID What happens: At the terms agreements step, I receive the following error verbatim: Cannot enroll to the Apple Developer program What do I do? I've contacted Developer Program Support via the contact form several times, but no answer. Posting here in case anyone else has hit the same error or knows the actual root cause. Thanks.
Replies
1
Boosts
0
Views
65
Activity
6d
Type 'class' does not conform to protocol 'protocol'
I inherit from a protocol that implements in its extension those functions, that should not be required by the adopting class and instead I get those errors. Could someone explain why those errors appear and how to fix it.
Replies
5
Boosts
0
Views
138
Activity
6d
Enrollment Still Under Review After 3 Months — Case #102821473004 — No Resolution Despite Multiple Follow-Ups
Hello, I am posting here in hopes that someone from the Apple Developer Program team can help escalate or review my case. I initiated my Apple Developer enrollment in February 2026 and submitted all requested information and documentation through the web enrollment process. Since then, my application has remained “under review” for over 3 months despite multiple follow-ups with Apple Developer Support. The latest response I received was: “We checked the status of your enrollment and confirmed that it is still under review. We will let you know as soon as we have an update for you.” Case Number: 102821473004 At this point, I have not been informed of: any missing information any rejected documentation any verification issue or any estimated timeline for resolution This prolonged delay is now significantly affecting development and deployment plans for our applications and business operations. I would appreciate guidance on: Whether this timeline is normal Whether my case can be escalated for manual review If there is any additional action required from my side For context: Enrollment was completed via the web portal All requested information was submitted Multiple support emails have already been exchanged No concrete issue has been communicated to me so far I would sincerely appreciate assistance from anyone who has experienced a similar issue or from Apple staff who may be able to help escalate the matter. Thank you.
Replies
3
Boosts
0
Views
76
Activity
6d
Xcode Cloud with watchOS
When I chose a watchOS Test and set the watch with latest watchOS on Xcode Cloud, I could not pass the CI because it showed "xcodebuild: error: Unable to find a destination matching the provided destination specifier: { platform:watchOS Simulator, id:9863C79E-3793-483E-BAA1-F96A0BD34005 }" I've change some destination, but it's not worked. Is there any idea what I can do? The watch app is along with the mobile, not standalone.
Replies
1
Boosts
0
Views
45
Activity
6d
Slow Help from Apple
Dear Apple Community, Has anyone else not received feedback From Apple Developer Program Support I have submitted all the required information, within an hour, followed up with emails, but no response. Please tell me what helped you. Ticket: 102878927032
Replies
0
Boosts
0
Views
30
Activity
1w
Two months to get enrolled
Enrollment still pending after a month and half and takes a week for support to reply to a message. Is that the norm?
Replies
0
Boosts
1
Views
67
Activity
1w