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?!
Dive into the vast array of tools, services, and support available to developers.
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Created
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
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
Topic:
Developer Tools & Services
SubTopic:
Xcode
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.
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
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
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.
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
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
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
Xcore 26.2 run on newly installed macOS 15.7.3 (24G419) crashes when attempting to build assets
backtrace
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.
I registered over 48 hours ago, my payment has cleared the bank and my account still shows as "pending". Any way to speed this up or is there something I missed that I need to complete?
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
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?
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
I have ios UI tests that are build with command
xcodebuild -workspace ... -scheme ... -configuration ... -derivedDataPath ... -destination ... -testPlan ... build-for-testing
Then I run them with
xcodebuild -destination ... -resultBundlePath ... -parallel-testing-worker-count ... -xctestrun ... test-without-building
I also have following settings in testplan
"maximumTestRepetitions" : 3,
"testRepetitionMode" : "retryOnFailure",
With xcode 16.4 tests were retried on failure up to 3 times, but migrating to xcode 26.2 seems to change this behavior and tests are no longer retried. Is it expected behaviour and I should manually add params like -test-iterations 3 -retry-tests-on-failure into xcodebuild test-without-building command?
Here is xcresult - https://drive.google.com/file/d/1xHgiZnIK_lptDSUf-fCyEnT9zYubZlCf/view?usp=sharing
And testrun file -https://drive.google.com/file/d/1aBi2sTjy8zFYtgYn1KA60T8gwD_OnBCF/view?usp=sharing
Setup:
I have a segment view with 3 segments, and the last on (at index 2) is disabled.
Issue:
When I drag the liquid glass handle of the segment view from what was previously selected to the disabled segment, the liquid glass handle freezes mid-air.
Workaround:
I can still interact with the handle and manually restore its position, or tap on any other segment to restore its position.
Notes:
I'm using UIKit, and no extra customizations are applied.
class ViewController: UIViewController {
@IBOutlet weak var segmentView: UISegmentedControl!
override func viewDidLoad() {
super.viewDidLoad()
segmentView.removeAllSegments()
let segments = ["Option 1", "Option 2", "Option 3"]
for (index, title) in segments.enumerated() {
segmentView.insertSegment(withTitle: title, at: index, animated: false)
}
// Select the first one by default
segmentView.selectedSegmentIndex = 0
// Disable the last segment
segmentView.setEnabled(false, forSegmentAt: 2)
}
}
I can only see 18.2 here:
https://developer.apple.com/download/all/?q=simulator%20runtime%20ios
But my Xcode is 26.2 and I need off-line installation for my laptop (WiFi is playing up).
Topic:
Developer Tools & Services
SubTopic:
Xcode
When I tried to pay the fee of enrollment, it declines. I've tried 2 credit cards but the results were same!
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
Dear apple support,
Our membership is expired in 25 Nov 2025. In my developer page instruct me to access Apple Developer Tools app in iOS and MacOs but all dont have Renew button. I tried to find in my subscriptions in my appstore account and my iPhone settings but no hope. Tried to reached you through support ticket but no response.
Please help me to reactivate it. Thanks and best regards,
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
Every time I try to renew my Apple Developer account, I get a message like "This item is not available in your country or region." (I'm in the United States)
I reached out to Apple Developer support via email (because Apple Developer does not offer phone options anymore for any support topics on the website), and they gave me the following response.
"We can’t verify your identity with the Apple Developer app or provide further assistance with the Apple Account for Apple developer programs."
This is ridiculous! I have multiple apps on the App Store and in TestFlight. I use my Apple Developer account to make a living- how is this even allowed? I have never done anything to violate any terms or agreements.
Has anyone else been through this issue and how did they get it resolved?
Hi Apple Developer Support / Community,
My Apple Developer Program enrollment is stuck due to identity verification.
Country/region: Australia (I’m currently in Australia)
Passport: non-local passport (Japanese)
The Apple Developer app rejects non-local passport uploads automatically, so Apple Support instructed me to upload documents via a special upload link.
Phone support confirmed the documents were received, but there has been no progress for over 2 weeks.
I also submitted the Apple Developer Program Support contact form, but have not received any reply.
Case ID: 102795934998
I understand the community can’t access my account details. I’m posting to ask:
Is there any way to get this routed to the Identity Verification / Enrollment Operations queue?
What exact next step should I request from support to unblock enrollment?
Has anyone experienced a similar “special upload link” process and long delays?
I need this resolved to publish my iOS app. Any guidance or escalation path would be appreciated.
Thank you.
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
Hi, I am a UI designer and a total newbie with coding, so I have been using AI in Xcode to do all my coding for my personal project. Everything was working fine until this morning, when I tried to run my app in the simulator (I didn't even change any code from the last time I ran the simulator) and now the simulator is crashing and freezing and I have been trying to fix it with the AI recommendations, but it seems way too complicated for me to handle even with AI's help. I feel like I need to talk to an expert and guide me out of this hole. Please help. Thank you!
Estou aguardando a mais de 4 meses a liberação da conta. Foi solicitada a isenção da mesma por ser um APP religioso. Como se a demora não bastasse, eu não consigo nem mudar o processo para pagar, ou seja, estou travado aguardando uma resposta.
Já entrei em contato inúmeras vezes e a única coisa que me dizem é que devo esperar.
Alguém poderia me ajudar ?
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program