Posts under Developer Tools & Services topic

Post

Replies

Boosts

Views

Activity

Weatherkit /api/v1/weather is incorrectly returning 302 redirects starting 2026-03-24 13:39:45 ET
Starting yesterday, the API is returning 302 Moved Temporarily" redirecting the API to Location: https://developer.apple.com/weatherkit/ Is this happening for anyone else? This is incorrect, it should be giving an API JSON response as specified by: https://developer.apple.com/documentation/weatherkitrestapi/get-api-v1-weather-_language_-_latitude_-_longitude_
2
0
93
5d
Xcode 26.4 breaks compilation
With the latest Xcode 26.4 my project fails to compile due to a "compiler unable to type-check in reasonable time" error with a library I've been using for years and has not changed. The library is https://github.com/ngageoint/mgrs-ios and is specifically around this line https://github.com/ngageoint/mgrs-ios/blob/master/mgrs-ios/utm/UTM.swift#L96. Since this isn't my library I can't change it, but again we've been using this library for years now without issue - it was only when Xcode updated this morning that our compilation workflow broke. (Compilation machine is an M3 Pro with 18GB of RAM, so I don't think that's the problem here)
3
2
216
1w
Apple Developer Program contract already accepted
I had already accepted my Apple Developer Program License Agreement since the 20th of march 2026. But your banner stay in my business portal and say : "Le contrat de licence de l’Apple Developer Program a été mis à jour et doit être revu. Afin de pouvoir mettre à jour vos apps existantes et en soumettre de nouvelles, la personne titulaire du compte doit revoir et accepter le contrat mis à jour en se connectant à son compte." Please see if you don't have a bug and let me update my apps.
1
1
62
5d
Should I enroll in Apple Developer Program with Apple ID set to U.S. if I need Germany for tax purposes?
Hello everyone, I am looking for advice from anyone who has experience with Apple Developer account setup across countries. My Apple account is currently associated with the United States, but I live in Germany and would like my Apple Developer setup to be associated with Germany for tax and administrative reasons. At the moment, I have not enrolled yet in the Apple Developer Program, because I am hesitant to proceed while the account is still tied to the U.S. I want to avoid creating complications later around tax information, billing or account maintenance. My app is essentially ready, so I am trying to make the right decision before enrolling. I would really appreciate guidance on a few points: Has anyone enrolled first and then later changed the country association successfully? Is it better to update the Apple account to Germany before joining the Developer Program? For developers based in Germany, did Apple require anything specific for tax or identity verification? Would enrolling with the account still associated with the U.S. create problems later for App Store Connect, payments or tax forms? I contacted Apple Support on March 21st to clarify this, but I have not yet received a response, so I thought I would ask here in case others have gone through the same process. Any advice or shared experience would be very helpful. Thank you!
0
0
92
1w
Payment completed but Apple Developer Program still not activated
Hello, I enrolled in the Apple Developer Program on March 22, 2026 and the payment has already been successfully charged. I also received an invoice the next day (March 23, 2026). However, my account is still not activated, and the system continues to prompt me to complete the enrollment or make the payment again. Is this a normal delay in activation? How long does it usually take for the account to be activated after payment? Do I need to take any additional steps, or should I contact support directly? Thank you for your assistance.
0
0
51
1w
3 semanas desde el pago apple developer
realice un pago para el apple developer program. el cual ya fue cargado el cobro y aprobado por el banco pero no recibo autorización o respuestas de apple solo envían un link para que les envié un correo nuevamente dejándome en un circulo infinito de NADA, al borde de una demanda por parte de los inversionistas que están financiando la app en desarrollo. aunque la atencion por parte del call center es buena no pueden resolver los problemas solo me cambian entre departamentos
0
0
37
1w
Xcode 26.4 and 26.3: Swift compiler crashes during archive with iOS 17 deployment target
I submitted this to Feedback Assistant as FB22331090 and wanted to share a minimal reproducible example here in case others are seeing the same issue. Environment: Xcode 26.4 or Xcode 26.3 Apple Swift version 6.3 (swiftlang-6.3.0.123.5 clang-2100.0.123.102) Effective Swift language version 5.10 Deployment target: iOS 17.0 The sample app builds successfully for normal development use, but archive fails. The crash happens during optimization in EarlyPerfInliner while compiling the synthesized deinit of a nested generic Coordinator class. The coordinator stores a UIHostingController. Minimal reproducer: import SwiftUI struct ReproView<Content: View>: UIViewRepresentable { let content: Content func makeUIView(context: Context) -> UIView { context.coordinator.host.view } func updateUIView(_ uiView: UIView, context: Context) { context.coordinator.host.rootView = content } func makeCoordinator() -> Coordinator { Coordinator(content: content) } final class Coordinator { let host: UIHostingController<Content> init(content: Content) { host = UIHostingController(rootView: content) } } } Used from ContentView like this: ReproView(content: Text("Hello")) Steps: Create a new SwiftUI iOS app. Set deployment target to iOS 17.0. Add the code above. Archive. Expected result: Archive succeeds, or the compiler emits a normal diagnostic. Actual result: The Swift compiler crashes and prints: "Please submit a bug report" "While running pass ... SILFunctionTransform 'EarlyPerfInliner'" The crash occurs while compiling the synthesized deinit for ReproView.Coordinator. Relevant log lines from my archive log: line 209: Please submit a bug report line 215: While running pass ... EarlyPerfInliner line 216: for 'deinit' at ReproView.swift:19:17 One more detail: The same sample archived successfully when the deployment target was higher. Lowering the deployment target to iOS 17.0 made the archive crash reproducible. This may be related to another forum thread about release-only compiler crashes, but the reproducer here is different: this one uses a generic UIViewRepresentable with a nested Coordinator storing UIHostingController.
1
0
69
1w
Claude auth redirect failing
Was working before, no longer working this week. Trying to sign in to my Claude Pro account via Xcode Intelligence. Goes to browser, I login, and accept authorization in Claude then redirect back to Xcode is reject. Everytime, multiple browsers, and even trying the add "/" that others have noted for other cases.
0
0
22
1w
CarPlay Simulator (from Additional tools) stuck on "Connecting to phone" since March 4th
We're experiencing an issue where the CarPlay Simulator (from Apple Developer Additional Tools) stopped connecting to our iPhones as of March 4th, 2025. The simulator gets stuck indefinitely on "Connecting to phone" and never completes the pairing. Environment App: Oracle Field Service iOS app (with CarPlay support) Tool: CarPlay Simulator from Apple Developer Additional Tools (developer.apple.com/download/all/) Issue start date: Wednesday, March 4th, 2025 Tested on: Multiple Mac machines, multiple iPhones Multiple CarPlay Simulator versions tested What's happening The CarPlay Simulator launches but displays "Connecting to phone" indefinitely. It was working correctly prior to March 4th with no changes on our end. What still works CarPlay functions correctly when the same iPhone is connected to a real car, confirming the issue is specific to the simulator. Troubleshooting steps already attempted Reset permissions and re-added the simulator Forgot the simulator and re-paired it Changed the USB cable Tested on multiple Mac machines Tested on multiple iPhones Tried multiple versions of the CarPlay Simulator Confirmed no VPN is in use Confirmed with IT, no OS updates or enterprise restrictions were applied Questions Has anyone else experienced this since March 4th? Was there a change in CarPlay Simulator behavior or a requirement on the Apple side (certificate, entitlement, protocol) around that date? Is there a known workaround or fix?
1
4
46
1w
Upgrading Python that ships with Xcode from 3.9.6
Hi. Our IT security team have flagged that on many developer machines they see a deprecated version of Python - 3.9.6. I've done some research on this and the general line is, feel free to upgrade the main version of Python on the Mac, but the version of Python which is internally used by Xcode (3.9.6) must be left unchanged. Our IT security team reached out to Apple and have received conflicting information as to if this Ruby 3.9.6 version can be upgraded. One response for example was "I asked my Solutions Engineer and he has come back with the following: We don’t include Python within macOS anymore, we install 3.9.6 with Xcode to support some of the internal tools - but there’s nothing preventing a customer updating that version: https://mac.install.guide/python/update". Does anyone know if it is possible to upgrade to a supported version? Kind regards, Kai.
2
0
75
1w
Unable to Complete Apple Developer Registration – No Clear Reason Provided
Subject: Unable to Complete Apple Developer Registration – No Clear Reason Provided Hello, I am currently trying to register for an Apple Developer account, but I keep receiving the following response: "We are unable to process your enrollment for one or more reasons." I contacted support to ask for the specific reason, but the reply I received was exactly the same message: "We are unable to process your enrollment for one or more reasons." According to the emails and support responses, I am unable to get any clear explanation or solution. The app directs me to contact customer service, but customer service only repeats the same message, which makes it impossible to resolve the issue. At this point, I personally cannot think of any possible reason that would cause this problem. Even after reaching out multiple times, including to senior support staff, I still receive the same generic response without any details. This situation feels completely blocked with no way forward. I would like to ask: Is there any way to find out the specific reason for the rejection? Are there any steps I can take to resolve this issue and successfully complete the registration? Any guidance would be greatly appreciated. Thank you.
0
0
27
1w
Apple Developer Program Enrollment Still Pending (Paid on March 20)
Hi everyone, I recently enrolled in the Apple Developer Program and completed my payment on Friday, March 20, 2026. However, my account is still showing as pending and hasn't been approved or activated yet. I'm really eager to get my personal finance app, set up for testing, so I wanted to ask if this processing time is normal, or if there is any additional information or document I need to provide to complete the process. Could anyone from the Apple team assist in checking the status of my enrollment? Thank you in advance for your help
4
1
101
14h
Cannot receive 2FA code after registered email was deleted – locked out of Developer account
My Apple Developer account was registered with a company Gmail address that has since been permanently deleted. Now when I try to log in, I reach the 2FA step but the verification code is no longer sent to my registered phone number. I am completely locked out. Has anyone experienced this or knows how to contact Apple to recover access?
0
0
36
1w
Cannot receive 2FA code after registered email was deleted – locked out of Developer account
My Apple Developer account was registered with a company Gmail address that has since been permanently deleted. Now when I try to log in, I reach the 2FA step but the verification code is no longer sent to my registered phone number. I am completely locked out. Has anyone experienced this or knows how to contact Apple to recover access?
0
0
32
1w
Xcode 26.4 Editor Tab Bar is low density
Hi, On a 1920 points wide monitor, running maximized, Xcode 26.4 can't show more than 10 editor tabs at a time. Under the same conditions, Xcode 26.2 adapts tab widths to file names and fits 12-14 tabs. That's 2-4 more files I can see and access at a glance, without extra interaction. How can I get that level of information density back in the Xcode 26.4 editor tab bar? Screenshots Xcode 26.4 (10 tabs) Xcode 26.2 (12 tabs) Xcode 26.2 (14 tabs)
1
0
62
1w
Week 7 of Pending Enrollment
I will keep posting this every week because I simply cannot wait anymore. 7 weeks of waiting is way too much. To me, it is absolute madness in 2026 to wait for months, especially when my passport/ID was successfully verified back in week 1 or 2. To make matters worse, I can't even call the support hotline because the phone option is unavailable and the email assistants only reply with the same automated templates. P.S. If by some miracle Apple Support reads this post or rather, this cry from the soul - and actually wants to help, I have already created two support tickets. Here are the case numbers: 20000109972460 20000109363371
1
0
76
1w
developer account payment verification
iam new in Apple Develper account. i create a account fill the form, and add the payment, after payment form completion, i recieved the email that your account is verified with in 48 hours, afetr 48 hours when i login again into my developer account, again the payment form is opening and showing my account is not completed, now the problem is that i think, developer account is my personal but the payment account i added its clients account so it is possible that apple will approve my account?
1
0
61
1w
Weatherkit /api/v1/weather is incorrectly returning 302 redirects starting 2026-03-24 13:39:45 ET
Starting yesterday, the API is returning 302 Moved Temporarily" redirecting the API to Location: https://developer.apple.com/weatherkit/ Is this happening for anyone else? This is incorrect, it should be giving an API JSON response as specified by: https://developer.apple.com/documentation/weatherkitrestapi/get-api-v1-weather-_language_-_latitude_-_longitude_
Replies
2
Boosts
0
Views
93
Activity
5d
Enrollment
I paid my subscription from mobile but it's been more than a week and I haven't been able to make it work, I received the email confirmation and if I look at the subscriptions it is there but the developer.apple.com dashbards is asking me to pay again?
Replies
0
Boosts
0
Views
40
Activity
1w
Xcode 26.4 breaks compilation
With the latest Xcode 26.4 my project fails to compile due to a "compiler unable to type-check in reasonable time" error with a library I've been using for years and has not changed. The library is https://github.com/ngageoint/mgrs-ios and is specifically around this line https://github.com/ngageoint/mgrs-ios/blob/master/mgrs-ios/utm/UTM.swift#L96. Since this isn't my library I can't change it, but again we've been using this library for years now without issue - it was only when Xcode updated this morning that our compilation workflow broke. (Compilation machine is an M3 Pro with 18GB of RAM, so I don't think that's the problem here)
Replies
3
Boosts
2
Views
216
Activity
1w
Apple Developer Program contract already accepted
I had already accepted my Apple Developer Program License Agreement since the 20th of march 2026. But your banner stay in my business portal and say : "Le contrat de licence de l’Apple Developer Program a été mis à jour et doit être revu. Afin de pouvoir mettre à jour vos apps existantes et en soumettre de nouvelles, la personne titulaire du compte doit revoir et accepter le contrat mis à jour en se connectant à son compte." Please see if you don't have a bug and let me update my apps.
Replies
1
Boosts
1
Views
62
Activity
5d
Should I enroll in Apple Developer Program with Apple ID set to U.S. if I need Germany for tax purposes?
Hello everyone, I am looking for advice from anyone who has experience with Apple Developer account setup across countries. My Apple account is currently associated with the United States, but I live in Germany and would like my Apple Developer setup to be associated with Germany for tax and administrative reasons. At the moment, I have not enrolled yet in the Apple Developer Program, because I am hesitant to proceed while the account is still tied to the U.S. I want to avoid creating complications later around tax information, billing or account maintenance. My app is essentially ready, so I am trying to make the right decision before enrolling. I would really appreciate guidance on a few points: Has anyone enrolled first and then later changed the country association successfully? Is it better to update the Apple account to Germany before joining the Developer Program? For developers based in Germany, did Apple require anything specific for tax or identity verification? Would enrolling with the account still associated with the U.S. create problems later for App Store Connect, payments or tax forms? I contacted Apple Support on March 21st to clarify this, but I have not yet received a response, so I thought I would ask here in case others have gone through the same process. Any advice or shared experience would be very helpful. Thank you!
Replies
0
Boosts
0
Views
92
Activity
1w
Payment completed but Apple Developer Program still not activated
Hello, I enrolled in the Apple Developer Program on March 22, 2026 and the payment has already been successfully charged. I also received an invoice the next day (March 23, 2026). However, my account is still not activated, and the system continues to prompt me to complete the enrollment or make the payment again. Is this a normal delay in activation? How long does it usually take for the account to be activated after payment? Do I need to take any additional steps, or should I contact support directly? Thank you for your assistance.
Replies
0
Boosts
0
Views
51
Activity
1w
3 semanas desde el pago apple developer
realice un pago para el apple developer program. el cual ya fue cargado el cobro y aprobado por el banco pero no recibo autorización o respuestas de apple solo envían un link para que les envié un correo nuevamente dejándome en un circulo infinito de NADA, al borde de una demanda por parte de los inversionistas que están financiando la app en desarrollo. aunque la atencion por parte del call center es buena no pueden resolver los problemas solo me cambian entre departamentos
Replies
0
Boosts
0
Views
37
Activity
1w
Xcode 26.4 and 26.3: Swift compiler crashes during archive with iOS 17 deployment target
I submitted this to Feedback Assistant as FB22331090 and wanted to share a minimal reproducible example here in case others are seeing the same issue. Environment: Xcode 26.4 or Xcode 26.3 Apple Swift version 6.3 (swiftlang-6.3.0.123.5 clang-2100.0.123.102) Effective Swift language version 5.10 Deployment target: iOS 17.0 The sample app builds successfully for normal development use, but archive fails. The crash happens during optimization in EarlyPerfInliner while compiling the synthesized deinit of a nested generic Coordinator class. The coordinator stores a UIHostingController. Minimal reproducer: import SwiftUI struct ReproView<Content: View>: UIViewRepresentable { let content: Content func makeUIView(context: Context) -> UIView { context.coordinator.host.view } func updateUIView(_ uiView: UIView, context: Context) { context.coordinator.host.rootView = content } func makeCoordinator() -> Coordinator { Coordinator(content: content) } final class Coordinator { let host: UIHostingController<Content> init(content: Content) { host = UIHostingController(rootView: content) } } } Used from ContentView like this: ReproView(content: Text("Hello")) Steps: Create a new SwiftUI iOS app. Set deployment target to iOS 17.0. Add the code above. Archive. Expected result: Archive succeeds, or the compiler emits a normal diagnostic. Actual result: The Swift compiler crashes and prints: "Please submit a bug report" "While running pass ... SILFunctionTransform 'EarlyPerfInliner'" The crash occurs while compiling the synthesized deinit for ReproView.Coordinator. Relevant log lines from my archive log: line 209: Please submit a bug report line 215: While running pass ... EarlyPerfInliner line 216: for 'deinit' at ReproView.swift:19:17 One more detail: The same sample archived successfully when the deployment target was higher. Lowering the deployment target to iOS 17.0 made the archive crash reproducible. This may be related to another forum thread about release-only compiler crashes, but the reproducer here is different: this one uses a generic UIViewRepresentable with a nested Coordinator storing UIHostingController.
Replies
1
Boosts
0
Views
69
Activity
1w
Claude auth redirect failing
Was working before, no longer working this week. Trying to sign in to my Claude Pro account via Xcode Intelligence. Goes to browser, I login, and accept authorization in Claude then redirect back to Xcode is reject. Everytime, multiple browsers, and even trying the add "/" that others have noted for other cases.
Replies
0
Boosts
0
Views
22
Activity
1w
CarPlay Simulator (from Additional tools) stuck on "Connecting to phone" since March 4th
We're experiencing an issue where the CarPlay Simulator (from Apple Developer Additional Tools) stopped connecting to our iPhones as of March 4th, 2025. The simulator gets stuck indefinitely on "Connecting to phone" and never completes the pairing. Environment App: Oracle Field Service iOS app (with CarPlay support) Tool: CarPlay Simulator from Apple Developer Additional Tools (developer.apple.com/download/all/) Issue start date: Wednesday, March 4th, 2025 Tested on: Multiple Mac machines, multiple iPhones Multiple CarPlay Simulator versions tested What's happening The CarPlay Simulator launches but displays "Connecting to phone" indefinitely. It was working correctly prior to March 4th with no changes on our end. What still works CarPlay functions correctly when the same iPhone is connected to a real car, confirming the issue is specific to the simulator. Troubleshooting steps already attempted Reset permissions and re-added the simulator Forgot the simulator and re-paired it Changed the USB cable Tested on multiple Mac machines Tested on multiple iPhones Tried multiple versions of the CarPlay Simulator Confirmed no VPN is in use Confirmed with IT, no OS updates or enterprise restrictions were applied Questions Has anyone else experienced this since March 4th? Was there a change in CarPlay Simulator behavior or a requirement on the Apple side (certificate, entitlement, protocol) around that date? Is there a known workaround or fix?
Replies
1
Boosts
4
Views
46
Activity
1w
Upgrading Python that ships with Xcode from 3.9.6
Hi. Our IT security team have flagged that on many developer machines they see a deprecated version of Python - 3.9.6. I've done some research on this and the general line is, feel free to upgrade the main version of Python on the Mac, but the version of Python which is internally used by Xcode (3.9.6) must be left unchanged. Our IT security team reached out to Apple and have received conflicting information as to if this Ruby 3.9.6 version can be upgraded. One response for example was "I asked my Solutions Engineer and he has come back with the following: We don’t include Python within macOS anymore, we install 3.9.6 with Xcode to support some of the internal tools - but there’s nothing preventing a customer updating that version: https://mac.install.guide/python/update". Does anyone know if it is possible to upgrade to a supported version? Kind regards, Kai.
Replies
2
Boosts
0
Views
75
Activity
1w
Unable to Complete Apple Developer Registration – No Clear Reason Provided
Subject: Unable to Complete Apple Developer Registration – No Clear Reason Provided Hello, I am currently trying to register for an Apple Developer account, but I keep receiving the following response: "We are unable to process your enrollment for one or more reasons." I contacted support to ask for the specific reason, but the reply I received was exactly the same message: "We are unable to process your enrollment for one or more reasons." According to the emails and support responses, I am unable to get any clear explanation or solution. The app directs me to contact customer service, but customer service only repeats the same message, which makes it impossible to resolve the issue. At this point, I personally cannot think of any possible reason that would cause this problem. Even after reaching out multiple times, including to senior support staff, I still receive the same generic response without any details. This situation feels completely blocked with no way forward. I would like to ask: Is there any way to find out the specific reason for the rejection? Are there any steps I can take to resolve this issue and successfully complete the registration? Any guidance would be greatly appreciated. Thank you.
Replies
0
Boosts
0
Views
27
Activity
1w
Apple Developer Program Enrollment Still Pending (Paid on March 20)
Hi everyone, I recently enrolled in the Apple Developer Program and completed my payment on Friday, March 20, 2026. However, my account is still showing as pending and hasn't been approved or activated yet. I'm really eager to get my personal finance app, set up for testing, so I wanted to ask if this processing time is normal, or if there is any additional information or document I need to provide to complete the process. Could anyone from the Apple team assist in checking the status of my enrollment? Thank you in advance for your help
Replies
4
Boosts
1
Views
101
Activity
14h
Cannot receive 2FA code after registered email was deleted – locked out of Developer account
My Apple Developer account was registered with a company Gmail address that has since been permanently deleted. Now when I try to log in, I reach the 2FA step but the verification code is no longer sent to my registered phone number. I am completely locked out. Has anyone experienced this or knows how to contact Apple to recover access?
Replies
0
Boosts
0
Views
36
Activity
1w
Cannot receive 2FA code after registered email was deleted – locked out of Developer account
My Apple Developer account was registered with a company Gmail address that has since been permanently deleted. Now when I try to log in, I reach the 2FA step but the verification code is no longer sent to my registered phone number. I am completely locked out. Has anyone experienced this or knows how to contact Apple to recover access?
Replies
0
Boosts
0
Views
32
Activity
1w
Xcode 26.4 Editor Tab Bar is low density
Hi, On a 1920 points wide monitor, running maximized, Xcode 26.4 can't show more than 10 editor tabs at a time. Under the same conditions, Xcode 26.2 adapts tab widths to file names and fits 12-14 tabs. That's 2-4 more files I can see and access at a glance, without extra interaction. How can I get that level of information density back in the Xcode 26.4 editor tab bar? Screenshots Xcode 26.4 (10 tabs) Xcode 26.2 (12 tabs) Xcode 26.2 (14 tabs)
Replies
1
Boosts
0
Views
62
Activity
1w
Week 7 of Pending Enrollment
I will keep posting this every week because I simply cannot wait anymore. 7 weeks of waiting is way too much. To me, it is absolute madness in 2026 to wait for months, especially when my passport/ID was successfully verified back in week 1 or 2. To make matters worse, I can't even call the support hotline because the phone option is unavailable and the email assistants only reply with the same automated templates. P.S. If by some miracle Apple Support reads this post or rather, this cry from the soul - and actually wants to help, I have already created two support tickets. Here are the case numbers: 20000109972460 20000109363371
Replies
1
Boosts
0
Views
76
Activity
1w
developer account payment verification
iam new in Apple Develper account. i create a account fill the form, and add the payment, after payment form completion, i recieved the email that your account is verified with in 48 hours, afetr 48 hours when i login again into my developer account, again the payment form is opening and showing my account is not completed, now the problem is that i think, developer account is my personal but the payment account i added its clients account so it is possible that apple will approve my account?
Replies
1
Boosts
0
Views
61
Activity
1w
Allow editing posts for longer on the Developer Forums
It would be helpful to be able to edit forum posts for longer (ideally indefinitely) after posting and to have a GitHub issues style edit history. FB22328001 https://github.com/feedback-assistant/reports/issues/783
Replies
2
Boosts
1
Views
147
Activity
1w
Clipboard issues with simulators
After updating to Xcode 26.4 the pasteboard sharing feature in the simulators doesn't work.
Replies
26
Boosts
26
Views
2.9k
Activity
1d