Posts under Developer Tools & Services topic

Post

Replies

Boosts

Views

Created

Apple Developer Program enrolment stuck for weeks with no response
Hello, I am seeking guidance on a prolonged and unresolved Apple Developer Program enrollment issue. I enrolled in the Apple Developer Program as an individual and submitted a request to migrate the account to an organization Thriveage on Monday, January 15, 2026. After follow-ups, I was informed that additional documents were required to link my individual and company accounts. I submitted all requested documents within 30 minutes of receiving that communication. Since then, the enrollment status has remained in “Processing” with no updates. I have been informed that no timeline can be provided for completion. Despite contacting Apple Developer Support 3–4 times over several days, I have received no meaningful response or status update. At this point: It has been over 15 days since enrollment, and More than 3 business days have passed since the last support communication. There have been: No further requests for documentation No explanation for the delay This unresolved delay is now blocking our ability to publish applications and meet active business commitments. I would appreciate clarity on the following: Is this delay within normal processing timelines? Is there a formal escalation path for enrollment cases that remain in “Processing” without updates? Should I expect a phone verification call, or is there a specific action I should proactively take to move this forward? I am requesting a clear update or direction from Apple Developer Support on how this case can be resolved. Any assistance from Apple staff or developers who have faced and resolved similar issues would be greatly appreciated. Thank you.
1
0
71
1w
MetalToolchain download fails on macOS 26.2, build 17C48 catalog error
Without this, I can't install/open Unreal Engine on my iMac OS 26.2 Tahoe. I can't even download the Metal Toolchain in Xcode-Settings-Components. It fails every time. when I try to open Unreal Engine, it says this: Xcode Metal Compiler error: error: error: cannot execute tool 'metal' due to missing Metal Toolchain; use: xcodebuild -downloadComponent MetalToolchain But every time I try to download Metal Toolchain in terminal, it says this: xcodebuild: error: Failed fetching catalog for assetType (com.apple.MobileAsset.MetalToolchain), serverParameters ({ RequestedBuild = 17C48; }) % sudo xcode-select --reset xcrun -f metallib Password: xcrun: error: sh -c '/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -find metallib 2> /dev/null' failed with exit code 17664: (null) (errno=No such file or directory) xcrun: error: unable to find utility "metallib", not a developer tool or in PATH
1
0
95
1w
`import Collections` does make no sense errors.
I downloaded package, I can see it in Package Dependencies tab, [swift-collections | https://github.com/apple/swift-collections.git | Up to Next Major Version] — looks OK. But (quite strange): import Collections //🛑 No such module 'Collections' typealias Objects = OrderedSet<anyHashable> // No error I took Collection word from a list or typed — no difference. if I remove import Collections there is no OrderedSet anymore (of course) Can't compile. Cleaned build folder, restarted Xcode... What could be wrong with it? Any ideas?
1
0
21
1w
Apple Developer Program enrolment stuck for 12+ days with no response on timeline
Hello everyone, I’m looking for advice from anyone who has gone through a similar experience with Apple Developer Program enrollment. I initially enrolled as an individual and submitted a request to migrate the account to an organization under Thriveage Wellness Private Limited on Monday, January 15, 2026. After a few follow-ups, I was informed that I needed to submit documents linking my individual account to the company account. I provided the requested documents within 30 minutes of that communication. Since then, the enrollment status has remained stuck in “Processing” with no further updates. Support has informed me that they cannot provide any timeline for completion. Over the past several days, I’ve contacted Apple Developer Support 3–4 times but have not received any response. At this point: It has been over 12 days since enrolment, and more than 3 business days since the last support update or email. There have been: No requests for additional documents No phone call for identity verification No explanation for the delay This situation is blocking our ability to publish apps and move forward with business commitments. Has anyone recently experienced an enrolment delay of this length?Is there a specific escalation path that helped resolve the issue? Should I expect a phone verification call, or is there something I should proactively request from Apple? Any guidance from Apple staff or developers who have resolved a similar case would be greatly appreciated. Thank you in advance.
0
0
84
1w
Notarization rejected with statusCode 7000 – Team not configured (new developer account)
I’m a newly enrolled Apple Developer Program member and am trying to notarize my first macOS app using notarytool. My enrollment is fully completed: Payment completed Free Apps and Paid Apps Agreements are Active Banking and tax (W-8BEN) are Active DSA compliance (EU) is Active However, every notarization submission is immediately rejected with: statusCode: 7000 “Team is not yet configured for notarization.” The rejection happens before any analysis (ticketContents is null), which suggests an account-level provisioning issue rather than a signing or app problem. I’ve already opened a Developer Programs Support case under: Development & Technical → Other Development or Technical Questions, and provided recent Job IDs for escalation. For developers who have encountered this recently: Is this typically resolved by Apple enabling Developer ID notarization on the backend? Is there anything else required from the developer side once agreements are active? Any confirmation or shared experience would be appreciated.
1
0
44
1w
Cannot open or save a new project in Xcode
I am trying to create a new Xcode project. I am unable to open or create a new project, and am getting the error message "You don't have permission to save the file... in the folder..." and "Authentication failed because the credentials were rejected". I have confirmed I am signed in with the correct Apple ID. I have also confirmed through Xcode account settings, my account is in my organisation team, and I have an Apple Development Certificate and an Apple Distribution Certificate, both created 20/11/2025 (no status listed for either). Could someone please help?
0
0
14
1w
QR code scan deeplink not work in XCode test run?
Hi, I'm trying to figure out what is true here - if I am not in the correct forum please direct me :-) A. It is not possible to test a QR code scan that contains a deeplink into my iOS app from an XCoode build test run. In other words, The build must be published to Test Flight for the iOS's QR code scan sub-system to be able to process the deeplink into my app? If I am wrong about this, it sure would help with testing to be able to test directly from the local XCode build test. If so, can someone point me in the direction of what I would need to do for that? Thanks for your input either way!
0
0
75
1w
Cannot Install Developer Beta Update OTA or IPSW
I’m a registered iOS developer, and I’ve been facing an issue with installing iOS developer updates for the past couple of years. I can download the updates, but they get stuck at 99.9% complete and don’t finish. I’ve tried following the instructions to force restart the phone, but it stays on the Apple logo screen until it dies. I can update official iOS versions, but not beta versions. To update, I have to put the phone in DFU mode and install the update that way. This is frustrating and prevents me from making timely updates to my app and from diagnosing new issues during testing. I’d like to request that Apple investigate this issue and identify a solution. For reference, I’ve installed a bare-bones version with no new apps, and the problem persists. I would like a resolution that allows me to update normally without having to DFU the phone each time. This occurs via OTA or IPSW manual download and installation. Please refer to the following FB submission numbers: FB21642029 and FB21017894. CAN SOMEONE PLEASE RESPOND BACK TO THIS MESSAGE AND HELP ME TROUBLESHOOT THIS ISSUE?!
0
0
33
1w
In-App Provisioning
I'm implementing the in app provisioning in a financial project. I got my entitlement identifier, I'm also implementing the wallet extension but I have the problem with Xcode. Domain: IXUserPresentableErrorDomain Code: 1 ... NSExtensionPointIdentifier key in the NSExtension dictionary in its Info.plist that does not correspond to a known extension point. But I'm not sure what does this mean, I reviewed the info.plist form the project and the wallet extension
4
0
111
1w
Xcode crashing in live view
I'm new to Xcode. I just downloaded version 26.2 and I'm working on an iMac with macOS Sequoia 15.7.3. I'm created a playground with some very simple code and it crashes when I click live view. I tried looking all over online for a solution and nothing has worked. I tried uninstalling and reinstalling Xcode and still have the same problem. When running the code with the console open I do see the following error. objc[19786]: Class _TtC16AppIntentSchemas16AppIntentDomains is implemented in both /System/Library/PrivateFrameworks/AppIntentSchemas.framework/Versions/A/AppIntentSchemas (0x2840a4c28) and /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/AppIntentSchemas.framework/Versions/A/AppIntentSchemas (0x3276359e8). This may cause spurious casting failures and mysterious crashes. One of the duplicates must be removed or renamed. I went to the first folder mentioned in the error /System/Library/PrivateFrameworks/AppIntentSchemas.framework/Versions/A/AppIntentSchemas but I found no file called AppIntentSchemas. Here is the code I'm trying to run. import UIKit import PlaygroundSupport let view = UIView(frame: CGRect(x: 0, y: 0, width: 200, height: 200)) view.backgroundColor = .red UIView.animate(withDuration: 15.0) { view.backgroundColor = .blue } PlaygroundPage.current.liveView = view
2
0
65
1w
failed payment issue
I tried many times, I tried at least 7 cards. But I couldn't manage to pay. Please help me, apple support did not get back to all 4 of my tickets. •••**** We could not receive confirmation for the payment you wanted to make with your card. Please review your information and try again or try another payment method.
0
0
35
1w
XCode26.2 ld: Assertion failed: ((ct == Atom::ContentType::objcConst) || (ct == Atom::ContentType::objcData) || (ct == Atom::ContentType::constData) || (ct == Atom::ContentType::constText)), function ObjCClassReadOnlyDataRef, file Atom.cpp, line 329
Dear Apple engineers: My previous project was successfully compiled using Xcode 16.2. Now, I need to adapt it to Xcode 26. I know that the linker in Xcode 26 has undergone significant changes. So, in the 'Other Linker Flags' configuration of the Build Settings in the project engineering of Xcode 26.2, I deleted '-ld64' and added '-Xlinker -dead_strip -Xlinker -dead_strip -allow_dead_duplicates' to adapt to the new linker of Xcode 26. After the modification, when I compiled my project engineering using Xcode 26.2 compiler, I encountered a new linker error. The error log is attached. Regarding this error, how should we solve it? Thank you. XCode26.2BuildErrorLog.txt
3
0
117
1w
https://api.storekit.itunes.apple.com/inApps/v1/history/ Bug
Hello, We are currently using the App Store Server API - Get Transaction History endpoint to check whether consumable in-app purchase orders are completed. (https://api.storekit.itunes.apple.com/inApps/v1/history/) Recently, we’ve been seeing some cases where consumable purchases appear in the transaction history as completed orders, even though they were already fully processed and delivered to the user. This behavior seems to be a possible issue or bug in the App Store Server API. We would like to understand why this happens. Is there any known situation where consumable purchases reappear as completed orders in the transaction history after fulfillment? What is the most reliable method or best practice to confirm the completion status of consumable purchases to prevent re-processing? We would appreciate any insights or experiences from other developers who have encountered a similar issue. Thank you.
2
0
76
1w
No Update on Apple Developer Program (Company) Enrollment Since January 2, 2026
Hello everyone, I’m hoping to get some guidance or hear from others who may have experienced something similar. I registered for the Apple Developer Program as a company on January 2nd, 2026 Since completing the registration, I haven’t received any updates, feedback, or requests for additional information. The application still appears to be pending, and I’m unsure if this delay is within the normal timeframe or if there’s something I may have missed. I understand that company verification can take longer than individual enrollments, but I would appreciate any insight into: Typical review timelines for company enrollments Whether there’s a recommended way to follow up with Apple Developer Support Any steps I can take to help move the process forward Thanks in advance to anyone who can share their experience or advice. Best regards, Curlback
3
1
167
1w
Payment charged but Apple Developer Program not activated (no confirmation email)
Hi everyone, I enrolled in the Apple Developer Program and paid for the membership through the Apple Developer app on my iPhone on January 20, 2025. The membership fee was successfully charged to my debit card. However, I never received any confirmation email, invoice, or receipt for the payment, and the subscription does NOT appear under my Apple ID subscriptions. As of today, my developer account is still not active, and I’m seeing inconsistent information across platforms: In the Apple Developer app, I now see a message saying that I can’t enroll with this account, even though the payment was charged. On the developer.apple.com website, it says that I still need to purchase the membership. I’ve already contacted Apple Developer Support via email, but I haven’t received any response yet. Has anyone experienced a similar issue where: The membership fee was charged, No confirmation or receipt email was received, The subscription does not appear in the Apple ID, And the developer account remains inactive? Any guidance or shared experiences would be greatly appreciated. Thank you.
1
1
30
1w
Your payments from Apple are on hold,
We noticed some irregular activity associatedwith your vendor number 89341607 andhave paused your earnings payments whilewe investigate.Once our review is completewe'll determine if we can resume your payments. If you have any questions, contact us. Best regards, Apple Developer Relations Today I received this email. May I ask who has encountered the same issue and how long it will take to resolve?
1
1
291
1w