Post

Replies

Boosts

Views

Activity

Reply to Reordering API crashes when if #available or .popover present
If you embed your view in another view, for example a VStack, then the crash no longer occurs: VStack { if #available(iOS 26.0, macOS 26, *) { Text(task.title) .frame(maxWidth: .infinity) .padding() .background(.blue.opacity(0.1)) .clipShape(.rect(cornerRadius: 12)) } else { Text(task.title) .frame(maxWidth: .infinity) .padding() .background(.blue.opacity(0.1)) .clipShape(.rect(cornerRadius } }
Topic: UI Frameworks SubTopic: SwiftUI
3w
Reply to Apps stuck in "Waiting for Review" for 23 days due to pending agreements. What happens now?
I wonder if there’s an issue with ASC. Since last week, I get this warning when syncing my sale figures with AppFigures:  »[Apple ID] has new terms to agree to in App Store Connect. We will try to continue importing but some data may not be available. Please log in to your App Store Connect account and accept the Terms & Conditions. » However, all agreements are marked as active.
Mar ’26
Reply to App stuck in "Waiting for Review" since February 3 (App ID: 6757516331)
This is unacceptable, Apple. How are we supposed to run a business and take proper care of our users when App Review times have deteriorated to this extent? If an influx of low-effort, AI-generated apps is overwhelming the review process, then perhaps it’s time to introduce a higher-tier “Pro” developer membership — one that ensures established, legitimate businesses can continue operating without being penalized by systemic delays.
Mar ’26
Reply to Cannot submit apps with Xcode 26.2 RC
Hi Albert, Thanks for the clarification. In past cycles, RC builds have typically been permitted for submission within a few hours, so this situation is a bit unusual. I’m assuming iOS 26.2 will likely ship next week, but ASC is also warning developers that they may be overwhelmed during the holidays and encouraging early submissions — which puts us in a difficult position when RC uploads aren’t yet allowed. Being able to submit with the RC would let us validate TestFlight builds ahead of time and ensure a smooth transition once 26.2 is released. At the moment, it isn’t even possible to test distribution builds, which makes it hard to prepare properly. Could you shed some light on why RC submissions are blocked this time around? Thanks again for your help.
Dec ’25
Reply to Agents in Xcode: Codex Sign In not working
Can't sign in with Pro account in neither Xcode 26 or 27. Tried all the workarounds in the thread, nothing works. This was fine until this morning.
Replies
Boosts
Views
Activity
1w
Reply to Xcode won't sign into ChatGPT Codex account anymore
I haven't been able to sign in since this morning. Even though the sign-in appears successful, Xcode still shows me as "Not Signed In." This is occurring in both Xcode 26 and 27. I know there are some ongoing issues on OpenAI's end at the moment, so I might just be one of the affected users.
Replies
Boosts
Views
Activity
1w
Reply to Xcode Codex sign-in fails after updating OpenAI component
I haven't been able to sign in since this morning. Even though the sign-in appears successful, Xcode still shows me as "Not Signed In." I know there are some ongoing issues on the OpenAI end at the moment, so I might just be one of the affected users.
Replies
Boosts
Views
Activity
1w
Reply to Reordering API crashes when if #available or .popover present
If you embed your view in another view, for example a VStack, then the crash no longer occurs: VStack { if #available(iOS 26.0, macOS 26, *) { Text(task.title) .frame(maxWidth: .infinity) .padding() .background(.blue.opacity(0.1)) .clipShape(.rect(cornerRadius: 12)) } else { Text(task.title) .frame(maxWidth: .infinity) .padding() .background(.blue.opacity(0.1)) .clipShape(.rect(cornerRadius } }
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
3w
Reply to Curved windows in visionOS 27
Would be nice to hear from an Apple engineer about this.
Topic: Spatial Computing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’26
Reply to Apps stuck in "Waiting for Review" for 23 days due to pending agreements. What happens now?
I wonder if there’s an issue with ASC. Since last week, I get this warning when syncing my sale figures with AppFigures:  »[Apple ID] has new terms to agree to in App Store Connect. We will try to continue importing but some data may not be available. Please log in to your App Store Connect account and accept the Terms & Conditions. » However, all agreements are marked as active.
Replies
Boosts
Views
Activity
Mar ’26
Reply to App stuck in "Waiting for Review" since February 3 (App ID: 6757516331)
This is unacceptable, Apple. How are we supposed to run a business and take proper care of our users when App Review times have deteriorated to this extent? If an influx of low-effort, AI-generated apps is overwhelming the review process, then perhaps it’s time to introduce a higher-tier “Pro” developer membership — one that ensures established, legitimate businesses can continue operating without being penalized by systemic delays.
Replies
Boosts
Views
Activity
Mar ’26
Reply to Cannot submit apps with Xcode 26.2 RC
Hi Albert, Thanks for the clarification. In past cycles, RC builds have typically been permitted for submission within a few hours, so this situation is a bit unusual. I’m assuming iOS 26.2 will likely ship next week, but ASC is also warning developers that they may be overwhelmed during the holidays and encouraging early submissions — which puts us in a difficult position when RC uploads aren’t yet allowed. Being able to submit with the RC would let us validate TestFlight builds ahead of time and ensure a smooth transition once 26.2 is released. At the moment, it isn’t even possible to test distribution builds, which makes it hard to prepare properly. Could you shed some light on why RC submissions are blocked this time around? Thanks again for your help.
Replies
Boosts
Views
Activity
Dec ’25
Reply to Xcode26: download stuck on 'fetching'
So I finally got it to work. Here's what I did (no idea if all of these were required): Signed out from App Store Connect in Safari Cleared all *.apple.com website data Restarted The "Get" button finally appeared in Components. On my other Mac, signing out and closing Safari fixed the issue.
Replies
Boosts
Views
Activity
Jul ’25
Reply to Xcode26: download stuck on 'fetching'
It's been 20 minutes on my end and still nothing...
Replies
Boosts
Views
Activity
Jul ’25
Reply to Xcode26: download stuck on 'fetching'
I have the same issue at the moment with Xcode 26 beta 3. Neither iOS or visionOS will download. Did restart my Mac and relaunched Xcode several times.
Replies
Boosts
Views
Activity
Jul ’25
Reply to Issue with "Transaction.currentEntitlements": Some paid users cannot use the features of our subscription plan
Same issue. Have you been able to find a solution?
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Jul ’25
Reply to AppStore.sync() not restoring purchases
Same issue here.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Jul ’25
Reply to SwiftUI toolbar with IDs crash since macOS 15
Still an issue with macOS 26 beta 1 (25A5279m) and Xcode 26 beta 1 (17A5241e). At this point I assume this will never get fixed.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’25
Reply to SwiftUI toolbar in MacOS 15 bug ?
Still an issue with macOS 26 beta 1 (25A5279m) and Xcode 26 beta 1 (17A5241e). At this point I assume this will never get fixed.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’25