Posts under Developer Tools & Services topic

Post

Replies

Boosts

Views

Activity

SwiftUI template in Instruments 26.4.1 shows empty channels on iOS 26.4.2 device — even with a minimal TimelineView repro
Hi all, I've hit a reproducible issue where the presence of the SwiftUI instrument in a template prevents any data from being recorded, including from the other instruments in the same template. Removing the SwiftUI instrument immediately restores normal recording. Environment Host: macOS 26.4.1 (25E253), Mac mini Xcode / Instruments 26.4.1 (17E202) Device: iPhone 17, iOS 26.4.2 (23E261) (physical device, USB-attached) Symptom Recording the same app, same device, same session, only varying the template contents: SwiftUI template (as-is) => All lanes empty across the entire recording Same template with the SwiftUI instrument removed => Data collected normally (Time Profiler samples, Hangs, etc.) So it seems not an issue with the SwiftUI lanes specifically being empty — including the SwiftUI instrument appears to silence the entire recording. Steps to reproduce Open Instruments → pick the SwiftUI template (or build a custom template that includes the SwiftUI instrument alongside, e.g., Time Profiler). Target the device, attach to the running app. Record for ~10s, interact with the app. Stop. Result: every lane is empty. Edit the template, remove the SwiftUI instrument, re-record with no other changes. Result: normal data appears in the remaining instruments. Questions Is this a known regression in Instruments 26.4.1 on iOS 26.4.x? Is there a workaround to use the SwiftUI instrument on this OS combo (different Xcode build, runtime flag, entitlement)? Does it work for anyone on iOS 26.4.x + Xcode 26.4.1, or is everyone seeing this? I can file a Feedback if confirmed as a bug — wanted to check here first in case I'm missing a setup step. Thanks!
2
0
89
2d
Cannot create new developer account
Trying to make a new developer account but says I cannot. Here are the variables. I have a personal icloud account, it was tied to a developer organization account for an app and company I shut down. I let that developer account expire. Both tied to my mobile number. I can access it but cannot do anything. Trying to setup a new organization developer account using that mobile phone number, but it will not let me create the account. (have a new app/company) Used a different phone number and still got the message that I could not create a new account at this time.
3
0
253
2d
Xcode 26.4: IBOutlets/IBActions gutter circles missing — cannot connect storyboard to code (works in 26.3)
I’m seeing a regression in Xcode 26.4 where Interface Builder will not allow connecting IBOutlets or IBActions. Symptoms: The usual gutter circle/dot does not appear next to IBOutlet / IBAction in the code editor Because of this, I cannot: drag from storyboard → code drag from code → storyboard The class is valid and already connected to the storyboard (existing outlets work) Assistant Editor opens the correct view controller file Important: The exact same project, unchanged, works perfectly in Xcode 26.3. I can create and connect outlets/actions normally there. ⸻ Environment Xcode: 26.4 macOS: 26.4 Mac Mini M4 Pro 64G Ram Project: Objective-C UIKit app using Storyboards This is a long-running, ObjC, project (not newly created) ⸻ What I’ve already tried To rule out the usual suspects: Verified View Controller Custom Class is correctly set in Identity Inspector Verified files are in the correct Target Membership Verified outlets are declared correctly in the .h file: @property (weak, nonatomic) IBOutlet UILabel *exampleLabel; Opened correct file manually (not relying on Automatic Assistant) Tried both: storyboard → code drag code → storyboard drag Tried using Connections Inspector Clean Build Folder Deleted entire DerivedData Restarted Xcode Updated macOS to 26.4 Ran: sudo xcodebuild -runFirstLaunch Confirmed required platform components installed Reopened project fresh ⸻ Observations In Xcode 26.4 the outlet “connection circles” are completely missing In Xcode 26.3 they appear immediately for the same code Existing connections still function at runtime — this is purely an Interface Builder issue ⸻ Question The gutter circles appearance has always been flaky in Xcode over the 13+ years I've been using it but now with 26.4 they have completely disappeared. Has anyone else seen this in Xcode 26.4, or found a workaround? At this point it looks like a regression in Interface Builder, but I haven’t found any mention of it yet.
21
11
1.8k
2d
Apple developer renewal
The Apple Developer app shows: “Apple Developer Program — 1 year membership — Valid through May 08, 2026” But the Apple Developer website and App Store Connect still show: “Your Apple Developer Program membership has expired.” I’m also seeing: “The Apple Developer Program License Agreement has been updated and needs to be reviewed.” I am logged in as the Account Holder of an Organization account. Tried: Signing out/in Different browser/device Checking Membership section Apple Developer app App Store Connect agreements Still unable to remove the expired warning. Has anyone faced this delayed renewal sync issue before? How long did Apple take to resolve it?
2
1
61
2d
Unable to complete Apple Developer Program Enrollment – Payment Charged
Hello everyone, I'm adding my experience to this thread as I'm dealing with a similar situation. I enrolled in the Apple Developer Program last week and was successfully charged $99.00 — I have the receipt to confirm this. However, I believe I may have accidentally withdrawn my application after a previous failed charge attempt, which seems to have caused a mismatch: the Order ID on my charge receipt is different from the enrollment ID currently showing on my enrollment page. Summary: Amount Charged: $99.00 Status: Payment confirmed (receipt in hand), enrollment not active What I need: Apple to align existing charge and Enrollment ID to account Could someone from Apple help me get this sorted? Thank you.
0
0
49
2d
Unable to complete Apple Developer Program Enrollment – Payment Charged
Hi everyone, I'm adding my own experience to this thread because I'm facing the exact same issue and need help urgently. I attempted to enroll in the Apple Developer Program last week and was charged $99.00 — but I was never enrolled. What makes my situation especially concerning is that when I navigate to the registration/enrollment page now, the Order/Enrollment ID shown is different from the Order ID on my charge receipt. I have both the charge receipt and the current registration Order ID on hand. Summary: Amount Charged: $99.00 Status: Payment taken, enrollment not completed Key issue: The Order ID on the charge receipt does not match the ID currently showing on the registration page I've tried checking my order status through the Apple Developer portal and keep hitting an error page. Apple Support via email has not resolved this.
0
0
31
2d
CoreML fails to decrypt a model
We've 10 CoreML models in our app, each encrypted with a separate key generated in XCode. After opening and closing the app 6-7 times, the app crashes at model initialization with error: 2021-04-21 13:52:47.711729+0300 MyApp[95443:7341643] Fatal error: 'try!' expression unexpectedly raised an error: Error Domain=com.apple.CoreML Code=9 "Failed to generate key request for 08494FB2-B070-440F-A8A5-CBD0823A258E with error: -42905" UserInfo={NSLocalizedDescription=Failed to generate key request for 08494FB2-B070-440F-A8A5-CBD0823A258E with error: -42905}: file MyApp/Model.swift, line 43 Looks like iPhone is blocking the app for suspicious behavior and the app fails to decrypt the model. We noticed that after ~10 hours the app is unlocked, it successfully decrypts and initializes the model. Opening and closing the app many times in a short period of time is indeed unnatural, but the most important question is how to avoid blocking? Would Apple block the app if a user opens and closes it 10 times during a day? How does the number of models in the app affect probability that the app will be blocked? Thanks!
10
1
3.7k
2d
Xcode 26 - Create ML don't work
I tried using Create ML of Xcode 26.0 beta 7 to generate a model using the "Word Tagging" template, and I received the error: Training progress unavailable - Unexpected error. Using Create ML of XCode 16.4 with the same documentation, I was able to build the model and use it in a test app. I'd like to understand why Create ML of Xcode 26 no longer works.
1
1
344
2d
APU H series
What about a studio rendering audio interface with airpods max, when linked has a usb-c*thunderbolt's cable. Them can bring Use and Space at utility. +can bring 32 bits dept into sound edit +can bring Audio Spatialisation +and a bunch of codecs to encode ogg capabilties or atmos/dtsX fidelity -since the latency became minimalist at bluetooth 6.0, a think could look forward about cableless capability upforth.
0
0
32
2d
Xcode 26.3 Claude Agent — 401 Invalid Bearer Token on Intel Mac (FB22141224)
I've been investigating a persistent 401 Invalid Bearer Token error with Claude Agent in Xcode 26.3 on an Intel Core i9 Mac and wanted to share my findings here in case others are affected. ENVIRONMENT Hardware: Intel Core i9 (x86_64) Xcode: 26.3 (17C529) macOS: 26.3 (25D125) THE ISSUE Claude Agent fails with "Failed to authenticate. API Error: 401 - Invalid bearer token" on every prompt, despite the account showing as Signed In under Settings → Intelligence. The error persists after signing out and back in, and the token is confirmed valid and unexpired in Keychain. WHAT WORKS Claude Code in Terminal works perfectly on the same machine with the same credentials The basic Claude Sonnet 4.5 coding assistant in Xcode works fine Only Claude Agent is affected ROOT CAUSE HYPOTHESIS Xcode appears to be installing an ARM64 Claude binary on Intel Macs silently, with no warning or fallback. This binary likely fails to execute on x86_64 hardware and that failure is being misreported upstream as a 401 authentication error — which is why the error has nothing to do with the actual credentials. APPLE'S RESPONSE Feedback report FB22141224 was closed as 'Works as currently designed' with the explanation that Claude Agent requires the Neural Engine found on Apple Silicon. However, Claude Agent calls Anthropic's remote API over the network and performs no on-device AI processing — the Neural Engine is not involved. The fact that Claude Code works fine on this same Intel Mac with the same credentials demonstrates this clearly. WORKAROUND Using an Anthropic API key instead of OAuth resolves the issue but requires additional paid billing outside of an existing Claude.ai subscription. Has anyone else experienced this on either Intel or Apple Silicon? I'd be particularly interested to hear if Apple Silicon users are also affected, as the Developer Forums suggest this may not be limited to Intel Macs (thread/816369). Any input from Apple DTS engineers would be greatly appreciated.
5
1
699
2d
Community-driven index site for Swift playgrounds
Hey everyone! I wanted to share a small project I’ve been working on called Swiftgrounds: https://swiftgrounds.dev It’s a community-driven index for Swift Playground books and apps. This is my attempt to bring an option for creators to reach learners and share their content. Swiftgrounds supports the same JSON feed format Apple originally designed, so if you already have a feed set up, you can plug it in without making any changes. If you’re building Playground content, I’d love for you to give it a try and share your work there. Hope you like the project!
0
1
79
3d
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.
2
2
69
4d
SwiftUI template in Instruments 26.4.1 shows empty channels on iOS 26.4.2 device — even with a minimal TimelineView repro
Hi all, I've hit a reproducible issue where the presence of the SwiftUI instrument in a template prevents any data from being recorded, including from the other instruments in the same template. Removing the SwiftUI instrument immediately restores normal recording. Environment Host: macOS 26.4.1 (25E253), Mac mini Xcode / Instruments 26.4.1 (17E202) Device: iPhone 17, iOS 26.4.2 (23E261) (physical device, USB-attached) Symptom Recording the same app, same device, same session, only varying the template contents: SwiftUI template (as-is) => All lanes empty across the entire recording Same template with the SwiftUI instrument removed => Data collected normally (Time Profiler samples, Hangs, etc.) So it seems not an issue with the SwiftUI lanes specifically being empty — including the SwiftUI instrument appears to silence the entire recording. Steps to reproduce Open Instruments → pick the SwiftUI template (or build a custom template that includes the SwiftUI instrument alongside, e.g., Time Profiler). Target the device, attach to the running app. Record for ~10s, interact with the app. Stop. Result: every lane is empty. Edit the template, remove the SwiftUI instrument, re-record with no other changes. Result: normal data appears in the remaining instruments. Questions Is this a known regression in Instruments 26.4.1 on iOS 26.4.x? Is there a workaround to use the SwiftUI instrument on this OS combo (different Xcode build, runtime flag, entitlement)? Does it work for anyone on iOS 26.4.x + Xcode 26.4.1, or is everyone seeing this? I can file a Feedback if confirmed as a bug — wanted to check here first in case I'm missing a setup step. Thanks!
Replies
2
Boosts
0
Views
89
Activity
2d
Cannot create new developer account
Trying to make a new developer account but says I cannot. Here are the variables. I have a personal icloud account, it was tied to a developer organization account for an app and company I shut down. I let that developer account expire. Both tied to my mobile number. I can access it but cannot do anything. Trying to setup a new organization developer account using that mobile phone number, but it will not let me create the account. (have a new app/company) Used a different phone number and still got the message that I could not create a new account at this time.
Replies
3
Boosts
0
Views
253
Activity
2d
Xcode 26.4: IBOutlets/IBActions gutter circles missing — cannot connect storyboard to code (works in 26.3)
I’m seeing a regression in Xcode 26.4 where Interface Builder will not allow connecting IBOutlets or IBActions. Symptoms: The usual gutter circle/dot does not appear next to IBOutlet / IBAction in the code editor Because of this, I cannot: drag from storyboard → code drag from code → storyboard The class is valid and already connected to the storyboard (existing outlets work) Assistant Editor opens the correct view controller file Important: The exact same project, unchanged, works perfectly in Xcode 26.3. I can create and connect outlets/actions normally there. ⸻ Environment Xcode: 26.4 macOS: 26.4 Mac Mini M4 Pro 64G Ram Project: Objective-C UIKit app using Storyboards This is a long-running, ObjC, project (not newly created) ⸻ What I’ve already tried To rule out the usual suspects: Verified View Controller Custom Class is correctly set in Identity Inspector Verified files are in the correct Target Membership Verified outlets are declared correctly in the .h file: @property (weak, nonatomic) IBOutlet UILabel *exampleLabel; Opened correct file manually (not relying on Automatic Assistant) Tried both: storyboard → code drag code → storyboard drag Tried using Connections Inspector Clean Build Folder Deleted entire DerivedData Restarted Xcode Updated macOS to 26.4 Ran: sudo xcodebuild -runFirstLaunch Confirmed required platform components installed Reopened project fresh ⸻ Observations In Xcode 26.4 the outlet “connection circles” are completely missing In Xcode 26.3 they appear immediately for the same code Existing connections still function at runtime — this is purely an Interface Builder issue ⸻ Question The gutter circles appearance has always been flaky in Xcode over the 13+ years I've been using it but now with 26.4 they have completely disappeared. Has anyone else seen this in Xcode 26.4, or found a workaround? At this point it looks like a regression in Interface Builder, but I haven’t found any mention of it yet.
Replies
21
Boosts
11
Views
1.8k
Activity
2d
Apple developer renewal
The Apple Developer app shows: “Apple Developer Program — 1 year membership — Valid through May 08, 2026” But the Apple Developer website and App Store Connect still show: “Your Apple Developer Program membership has expired.” I’m also seeing: “The Apple Developer Program License Agreement has been updated and needs to be reviewed.” I am logged in as the Account Holder of an Organization account. Tried: Signing out/in Different browser/device Checking Membership section Apple Developer app App Store Connect agreements Still unable to remove the expired warning. Has anyone faced this delayed renewal sync issue before? How long did Apple take to resolve it?
Replies
2
Boosts
1
Views
61
Activity
2d
Xcode 15 B/BL out of range Error During Build
Hi, we've getting error when we are building our app with Xcode 15 beta versions and Xcode 15.0 public release. ld: B/BL out of range 156662596 (max +/-128MB) to '' To fix this just add -ld64 to Other Linker Flags in Target.
Replies
10
Boosts
2
Views
6.2k
Activity
2d
Unable to complete Apple Developer Program Enrollment – Payment Charged
Hello everyone, I'm adding my experience to this thread as I'm dealing with a similar situation. I enrolled in the Apple Developer Program last week and was successfully charged $99.00 — I have the receipt to confirm this. However, I believe I may have accidentally withdrawn my application after a previous failed charge attempt, which seems to have caused a mismatch: the Order ID on my charge receipt is different from the enrollment ID currently showing on my enrollment page. Summary: Amount Charged: $99.00 Status: Payment confirmed (receipt in hand), enrollment not active What I need: Apple to align existing charge and Enrollment ID to account Could someone from Apple help me get this sorted? Thank you.
Replies
0
Boosts
0
Views
49
Activity
2d
Unable to complete Apple Developer Program Enrollment – Payment Charged
Hi everyone, I'm adding my own experience to this thread because I'm facing the exact same issue and need help urgently. I attempted to enroll in the Apple Developer Program last week and was charged $99.00 — but I was never enrolled. What makes my situation especially concerning is that when I navigate to the registration/enrollment page now, the Order/Enrollment ID shown is different from the Order ID on my charge receipt. I have both the charge receipt and the current registration Order ID on hand. Summary: Amount Charged: $99.00 Status: Payment taken, enrollment not completed Key issue: The Order ID on the charge receipt does not match the ID currently showing on the registration page I've tried checking my order status through the Apple Developer portal and keep hitting an error page. Apple Support via email has not resolved this.
Replies
0
Boosts
0
Views
31
Activity
2d
CoreML fails to decrypt a model
We've 10 CoreML models in our app, each encrypted with a separate key generated in XCode. After opening and closing the app 6-7 times, the app crashes at model initialization with error: 2021-04-21 13:52:47.711729+0300 MyApp[95443:7341643] Fatal error: 'try!' expression unexpectedly raised an error: Error Domain=com.apple.CoreML Code=9 "Failed to generate key request for 08494FB2-B070-440F-A8A5-CBD0823A258E with error: -42905" UserInfo={NSLocalizedDescription=Failed to generate key request for 08494FB2-B070-440F-A8A5-CBD0823A258E with error: -42905}: file MyApp/Model.swift, line 43 Looks like iPhone is blocking the app for suspicious behavior and the app fails to decrypt the model. We noticed that after ~10 hours the app is unlocked, it successfully decrypts and initializes the model. Opening and closing the app many times in a short period of time is indeed unnatural, but the most important question is how to avoid blocking? Would Apple block the app if a user opens and closes it 10 times during a day? How does the number of models in the app affect probability that the app will be blocked? Thanks!
Replies
10
Boosts
1
Views
3.7k
Activity
2d
Dont have renew button to renew my Apple Developer Program
Hello, my Apple Developer Program had expired 20 days ago, but i cant renew in any way (auto-renew dont work, i dont have "renew button" on web, dont have it in iOS and macOS developer apps, so i cant renew it. Has anyone encountered this problem? How can i solve it and renew my membership?
Replies
9
Boosts
7
Views
1.3k
Activity
2d
Xcode 26 - Create ML don't work
I tried using Create ML of Xcode 26.0 beta 7 to generate a model using the "Word Tagging" template, and I received the error: Training progress unavailable - Unexpected error. Using Create ML of XCode 16.4 with the same documentation, I was able to build the model and use it in a test app. I'd like to understand why Create ML of Xcode 26 no longer works.
Replies
1
Boosts
1
Views
344
Activity
2d
Cannot renew expired membership - Renew button missing
My Apple Developer Program membership has expired and I am completely unable to renew it through any documented channel. After 3 days with no response on my support case, I am posting here hoping for community advice or Apple staff visibility.
Replies
0
Boosts
1
Views
83
Activity
2d
APU H series
What about a studio rendering audio interface with airpods max, when linked has a usb-c*thunderbolt's cable. Them can bring Use and Space at utility. +can bring 32 bits dept into sound edit +can bring Audio Spatialisation +and a bunch of codecs to encode ogg capabilties or atmos/dtsX fidelity -since the latency became minimalist at bluetooth 6.0, a think could look forward about cableless capability upforth.
Replies
0
Boosts
0
Views
32
Activity
2d
ChatGPT constantly hitting daily limit
I am constantly reaching my daily ChatGPT limit and even though it's recommending that I log in, I already am. What can I do to fix this?
Replies
13
Boosts
5
Views
832
Activity
2d
Required personal access token scopes for GitLab.com
When signing in to GitHub.com in Xcode, it shows what scopes must be set when creating a personal access token. However, when signing into GitLab.com, it doesn't show what scopes should be selected.
Replies
2
Boosts
0
Views
254
Activity
2d
Xcode 26.3 Claude Agent — 401 Invalid Bearer Token on Intel Mac (FB22141224)
I've been investigating a persistent 401 Invalid Bearer Token error with Claude Agent in Xcode 26.3 on an Intel Core i9 Mac and wanted to share my findings here in case others are affected. ENVIRONMENT Hardware: Intel Core i9 (x86_64) Xcode: 26.3 (17C529) macOS: 26.3 (25D125) THE ISSUE Claude Agent fails with "Failed to authenticate. API Error: 401 - Invalid bearer token" on every prompt, despite the account showing as Signed In under Settings → Intelligence. The error persists after signing out and back in, and the token is confirmed valid and unexpired in Keychain. WHAT WORKS Claude Code in Terminal works perfectly on the same machine with the same credentials The basic Claude Sonnet 4.5 coding assistant in Xcode works fine Only Claude Agent is affected ROOT CAUSE HYPOTHESIS Xcode appears to be installing an ARM64 Claude binary on Intel Macs silently, with no warning or fallback. This binary likely fails to execute on x86_64 hardware and that failure is being misreported upstream as a 401 authentication error — which is why the error has nothing to do with the actual credentials. APPLE'S RESPONSE Feedback report FB22141224 was closed as 'Works as currently designed' with the explanation that Claude Agent requires the Neural Engine found on Apple Silicon. However, Claude Agent calls Anthropic's remote API over the network and performs no on-device AI processing — the Neural Engine is not involved. The fact that Claude Code works fine on this same Intel Mac with the same credentials demonstrates this clearly. WORKAROUND Using an Anthropic API key instead of OAuth resolves the issue but requires additional paid billing outside of an existing Claude.ai subscription. Has anyone else experienced this on either Intel or Apple Silicon? I'd be particularly interested to hear if Apple Silicon users are also affected, as the Developer Forums suggest this may not be limited to Intel Macs (thread/816369). Any input from Apple DTS engineers would be greatly appreciated.
Replies
5
Boosts
1
Views
699
Activity
2d
Problem activating developer program
I did everything on 05-09-2026 and no update since then, account still pendant, no mail, no response for the 2 tickets I send, buet hey the charge was made! Document was uploaded, two tickets were opened, none has answer, I got charged for waiting, this is not good. I need answers for this!
Replies
0
Boosts
0
Views
83
Activity
3d
Apple Developer Account Payment Completed but Account Still Pending
Hello Apple Developer Support, I have successfully completed the payment for my Apple Developer Account and I also received the payment confirmation email. However, my account is still showing as “Pending”. Please check my account status and help resolve this issue as soon as possible. Thank you. Best regards, Yana Worldwide India
Replies
1
Boosts
1
Views
131
Activity
3d
Community-driven index site for Swift playgrounds
Hey everyone! I wanted to share a small project I’ve been working on called Swiftgrounds: https://swiftgrounds.dev It’s a community-driven index for Swift Playground books and apps. This is my attempt to bring an option for creators to reach learners and share their content. Swiftgrounds supports the same JSON feed format Apple originally designed, so if you already have a feed set up, you can plug it in without making any changes. If you’re building Playground content, I’d love for you to give it a try and share your work there. Hope you like the project!
Replies
0
Boosts
1
Views
79
Activity
3d
Spinning Circle when developers attempt to accept App Store Connect invite
I have several developers that are not able to accept their App Store Connect invitations. I have even tried to invite myself using an alternate email and all users get stuck at App Store Connect website with an infinite loading screen.
Replies
0
Boosts
0
Views
74
Activity
3d
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
2
Boosts
2
Views
69
Activity
4d