Search results for

“build disappears”

51,304 results found

Post

Replies

Boosts

Views

Activity

Reply to Any FSKit sample available from Apple?
I have tried passthrough file system fskit sample (https://developer.apple.com/documentation/fskit/building-a-passthrough-file-system) and got the same error as the mount hangs. The log has the following message: fskitd: [com.apple.FSKit:default] Hello FSClient! entitlement no Not sure if it is related to the hang. And a kernel extension certificate is used to sign the passthrough file system extension. Does it need to be signed? If so, what signing certificate is needed?
Topic: App & System Services SubTopic: Core OS Tags:
4w
Reply to Xcode is compiling all Swift files one at a time?
Sigh ... now my builds are taking even longer than before, about 15 minutes. The problem was fixed immediately after changing that build setting, but when I had to prepare my next release, the exact problem was back, with all the Swift files compiling in sequence rather than in simultaneous batches. Does anyone have another explanation for this behavior?
4w
iOS 26.2 Platform support failed download
I've recently updated to Xcode 26.3 and I can't download any iOS Simulator Runtime from 26.2 to 18.0, every download gives me: Download failed. Domain: DVTDownloadableErrorDomain Code: 41 User Info: { DVTErrorCreationDateKey = 2026-03-03 16:14:50 +0000; } -- Download failed. Domain: DVTDownloadableErrorDomain Code: 41 -- System Information macOS Version 26.4 (Build 25E5218f) Xcode 26.3 (24587) (Build 17C529) Timestamp: 2026-03-03T17:14:50+01:00 I tried cleaning every cache, and logging in and out of my account. I saw some reddit posts where they suggested to check out VPNs, host files and other stuff but everything was okay, also I can reach apple cdns etc. I also tried using Xcode beta 26.4 and going back to 26.2 but still the same problem. Anyone has a solution?
2
0
324
Mar ’26
Reply to App stuck in “Waiting for Review” for 3+ weeks (Case ID: 20000107493507)
I’m experiencing a very similar situation. Multiple iOS app updates (already live apps) have been in “Waiting for Review” since February 6–11 (4–5 weeks now). All agreements are active, builds are properly attached, and there are no compliance or metadata warnings in App Store Connect. One of the submissions was even marked for expedited review about a week ago after contacting App Review Support, but the status has still not changed from “Waiting for Review.” This appears to be more than a normal backlog. It may indicate a queue or account-level issue. Would appreciate any updates if anyone sees movement on their submissions.
Mar ’26
Reply to stuck in “Waiting for Review” since February 7
I’m experiencing a very similar situation. Multiple iOS app updates (already live apps) have been in “Waiting for Review” since February 6–11 (4–5 weeks now). All agreements are active, builds are properly attached, and there are no compliance or metadata warnings in App Store Connect. One of the submissions was even marked for expedited review about a week ago after contacting App Review Support, but the status has still not changed from “Waiting for Review.” This appears to be more than a normal backlog. It may indicate a queue or account-level issue. Would appreciate any updates if anyone sees movement on their submissions.
Mar ’26
Reply to App stuck in "Waiting for Review" since February 3 (App ID: 6757516331)
I’m experiencing a very similar situation. Multiple iOS app updates (already live apps) have been in “Waiting for Review” since February 6–11 (4–5 weeks now). All agreements are active, builds are properly attached, and there are no compliance or metadata warnings in App Store Connect. One of the submissions was even marked for expedited review about a week ago after contacting App Review Support, but the status has still not changed from “Waiting for Review.” This appears to be more than a normal backlog. It may indicate a queue or account-level issue. Would appreciate any updates if anyone sees movement on their submissions.
Mar ’26
Multiple iOS app updates stuck in “Waiting for Review” for 4–5 weeks
Hello, I have multiple iOS app updates (for already live apps) that have remained in “Waiting for Review” status since early February (approximately 4–5 weeks). These are standard updates (minor improvements / maintenance). All builds are properly attached, agreements are active, and there are no compliance or metadata warnings in App Store Connect. The apps were moved to “Waiting for Review” on February 6–11 and have not progressed to “In Review” since. Has anyone else experienced unusually long review times for updates recently? Could this indicate a queue issue at the account level? I have already contacted App Review Support and one of the submissions was marked for expedited review approximately one week ago, but the status remains unchanged in “Waiting for Review.” Thank you in advance.
4
0
177
Mar ’26
Reply to Getting a basic URL Filter to work
That’s what was happening last night 😅 Currently (on the latest beta), I always get that error when trying to activate the TestFlight build. However, some testers have reported being able to activate 🤷‍♀️ But (still on the latest beta) versions installed from Xcode eventually activate. They flip many times between “busy” and “error” before tho, but that’s not new. It takes like a minute for the NEURLFilterManager.Status to eventually go to running. Once it does, everything works. I don’t see any new errors on the server side, always the same two that were already common two days ago when everything was working, so I don’t think these are related, but here goes anyway: Gateway: 2026-03-03T13:01:21.886520Z ERROR ThreadId(02) http_request{request_id=508c3c86-e2e2-440b-901e-0041f5928152 method=POST uri=/gateway user_agent=unknown}: ohttp_gateway::handlers::ohttp: Failed to decapsulate OHTTP request: a problem occurred with HPKE: Failed to open ciphertext PIR: 2026-03-03T12:50:16+0000 error id=8836ee445
Mar ’26
Reply to Request for Guidance on Approval Process for Network Extension Entitlement
So, currently I implemented a small POC app with content filtering and it seems to be working fine when I run it through Xcode. But as I uploaded the app to test flight then I do not see any setting related to content filtering in the Settings App or can not see any kind of permission alert for filtering. Same behaviour for ad hoc build as well. So what should we do in this case ?
Mar ’26
SSC 2026 — Will unlisted .mlmodel cause build failure?
Hi, I submitted my Swift Student Challenge 2026 app and I'm worried about a build error I got when testing. I have both PlateClassifier_2.mlmodel and PlateClassifier_2.mlmodelc in my Sources folder. Only the .mlmodelc is listed in my Package.swift resources. When building I got: PlateClassifier_2.mlmodel: No predominant language detected. Set COREML_CODEGEN_LANGUAGE to preferred language. Build failed — 1 error Will judges hit this same error? Does having an unlisted .mlmodel alongside the .mlmodelc cause a hard build failure on other machines too, or is this specific to my setup (Xcode 26.2 beta, building to physical device)? Will this get me instantly disqualified? Any help appreciated.
0
0
124
Mar ’26
Xcode 26 fails to load SPM packages
For me it looks like Xcode 26 has problems reading SPM packages from a locally hosted BitBucket git solution. While Xcode 16 work perfectly fine, Xcode 26 fails to load and gives Server SSH Fingerprint Failed to Verify as error description. Cleaning build data and DerivedData sometimes makes loading work. Any change in Package dependencies will break it again. Anyone having same problems? How do you handle it?
9
0
932
Mar ’26
First Auto-Renewable Subscription – getSubscriptions returns empty in TestFlight
Hi, I am submitting auto-renewable subscriptions for the first time for a brand new iOS app (never approved before). Setup: App ID has In-App Purchase capability enabled Subscriptions created under a subscription group All metadata (pricing, localization, availability) completed Subscriptions currently show In Review Testing via TestFlight build Bundle ID matches App Store Connect Using react-native-iap (StoreKit under the hood) When calling: await getSubscriptions({ skus }) I consistently get: products fetched: 0 ProductsUnavailableError Also, the app version page does not show the “In-App Purchases and Subscriptions” section. Question: For a brand new app, will StoreKit return empty products while the first subscriptions are in review? Do the first subscriptions need to be approved and/or attached to a new app version before they become available in TestFlight sandbox? Thanks for any clarification.
1
0
92
Mar ’26
App stuck in “Waiting for Review” for 3+ weeks (Case ID: 20000107493507)
Hi everyone, My iOS app “TaskCal: Task Manager” (version 1.2.8) has been stuck in “Waiting for Review” for more than 3 weeks, and I’m not sure what else I can do at this point. Here are the key dates (GMT+8): Jan 30, 2026 – Version 1.2.3 was approved and marked “Ready for Distribution”. Jan 31 – Feb 8, 2026 – I submitted version 1.2.8 multiple times. Several submissions were later marked as “Removed” in App Store Connect. Feb 9, 2026, 12:39 AM – I submitted version 1.2.8 again. This submission has been in “Waiting for Review” ever since. Today is Mar 3, 2026 (Taipei time) – The status is still “Waiting for Review” with no change. Because of this, I contacted Apple Developer Support multiple times through Contact Support. I only received one reply, on Feb 21, 2026, which said: Hello Alan, Thank you for reaching out to Developer Support about your app, “TaskCal: Task Manager.” I understand that you’re concerned. After reviewing your app’s submission history, I can confirm that your apps is still in the “Waiting
2
0
222
Mar ’26
App stuck in “Waiting for Review” for 3+ weeks (Case ID: 20000107493507)
My iOS app “TaskCal: Task Manager” (version 1.2.8) has been stuck in “Waiting for Review” for more than 3 weeks, and I’m not sure what else I can do at this point. I’d like to know if there’s anything wrong with my submission, or if there’s any other way to get more clarity from App Review. Here are the key dates (GMT+8): Jan 30, 2026 – Version 1.2.3 was approved and marked “Ready for Distribution”. Jan 31 – Feb 8, 2026 – I submitted version 1.2.8 multiple times. Several submissions were later marked as “Removed” in App Store Connect. Feb 9, 2026, 12:39 AM – I submitted version 1.2.8 again. This submission has been in “Waiting for Review” ever since. Today is Mar 3, 2026 (Taipei time) – The status is still “Waiting for Review” with no change. Because of this, I contacted Apple Developer Support multiple times through Contact Support. I only received one reply, on Feb 21, 2026, which said: Hello Alan, Thank you for reaching out to Developer Support about your app, “TaskCal: Task Manager.” I understand that you
0
0
59
Mar ’26
Reply to Any FSKit sample available from Apple?
I have tried passthrough file system fskit sample (https://developer.apple.com/documentation/fskit/building-a-passthrough-file-system) and got the same error as the mount hangs. The log has the following message: fskitd: [com.apple.FSKit:default] Hello FSClient! entitlement no Not sure if it is related to the hang. And a kernel extension certificate is used to sign the passthrough file system extension. Does it need to be signed? If so, what signing certificate is needed?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
4w
Reply to Xcode is compiling all Swift files one at a time?
Sigh ... now my builds are taking even longer than before, about 15 minutes. The problem was fixed immediately after changing that build setting, but when I had to prepare my next release, the exact problem was back, with all the Swift files compiling in sequence rather than in simultaneous batches. Does anyone have another explanation for this behavior?
Replies
Boosts
Views
Activity
4w
iOS 26.2 Platform support failed download
I've recently updated to Xcode 26.3 and I can't download any iOS Simulator Runtime from 26.2 to 18.0, every download gives me: Download failed. Domain: DVTDownloadableErrorDomain Code: 41 User Info: { DVTErrorCreationDateKey = 2026-03-03 16:14:50 +0000; } -- Download failed. Domain: DVTDownloadableErrorDomain Code: 41 -- System Information macOS Version 26.4 (Build 25E5218f) Xcode 26.3 (24587) (Build 17C529) Timestamp: 2026-03-03T17:14:50+01:00 I tried cleaning every cache, and logging in and out of my account. I saw some reddit posts where they suggested to check out VPNs, host files and other stuff but everything was okay, also I can reach apple cdns etc. I also tried using Xcode beta 26.4 and going back to 26.2 but still the same problem. Anyone has a solution?
Replies
2
Boosts
0
Views
324
Activity
Mar ’26
Reply to App stuck in “Waiting for Review” for 3+ weeks (Case ID: 20000107493507)
I’m experiencing a very similar situation. Multiple iOS app updates (already live apps) have been in “Waiting for Review” since February 6–11 (4–5 weeks now). All agreements are active, builds are properly attached, and there are no compliance or metadata warnings in App Store Connect. One of the submissions was even marked for expedited review about a week ago after contacting App Review Support, but the status has still not changed from “Waiting for Review.” This appears to be more than a normal backlog. It may indicate a queue or account-level issue. Would appreciate any updates if anyone sees movement on their submissions.
Replies
Boosts
Views
Activity
Mar ’26
Reply to stuck in “Waiting for Review” since February 7
I’m experiencing a very similar situation. Multiple iOS app updates (already live apps) have been in “Waiting for Review” since February 6–11 (4–5 weeks now). All agreements are active, builds are properly attached, and there are no compliance or metadata warnings in App Store Connect. One of the submissions was even marked for expedited review about a week ago after contacting App Review Support, but the status has still not changed from “Waiting for Review.” This appears to be more than a normal backlog. It may indicate a queue or account-level issue. Would appreciate any updates if anyone sees movement on their submissions.
Replies
Boosts
Views
Activity
Mar ’26
Reply to App stuck in "Waiting for Review" since February 3 (App ID: 6757516331)
I’m experiencing a very similar situation. Multiple iOS app updates (already live apps) have been in “Waiting for Review” since February 6–11 (4–5 weeks now). All agreements are active, builds are properly attached, and there are no compliance or metadata warnings in App Store Connect. One of the submissions was even marked for expedited review about a week ago after contacting App Review Support, but the status has still not changed from “Waiting for Review.” This appears to be more than a normal backlog. It may indicate a queue or account-level issue. Would appreciate any updates if anyone sees movement on their submissions.
Replies
Boosts
Views
Activity
Mar ’26
Multiple iOS app updates stuck in “Waiting for Review” for 4–5 weeks
Hello, I have multiple iOS app updates (for already live apps) that have remained in “Waiting for Review” status since early February (approximately 4–5 weeks). These are standard updates (minor improvements / maintenance). All builds are properly attached, agreements are active, and there are no compliance or metadata warnings in App Store Connect. The apps were moved to “Waiting for Review” on February 6–11 and have not progressed to “In Review” since. Has anyone else experienced unusually long review times for updates recently? Could this indicate a queue issue at the account level? I have already contacted App Review Support and one of the submissions was marked for expedited review approximately one week ago, but the status remains unchanged in “Waiting for Review.” Thank you in advance.
Replies
4
Boosts
0
Views
177
Activity
Mar ’26
Reply to Getting a basic URL Filter to work
That’s what was happening last night 😅 Currently (on the latest beta), I always get that error when trying to activate the TestFlight build. However, some testers have reported being able to activate 🤷‍♀️ But (still on the latest beta) versions installed from Xcode eventually activate. They flip many times between “busy” and “error” before tho, but that’s not new. It takes like a minute for the NEURLFilterManager.Status to eventually go to running. Once it does, everything works. I don’t see any new errors on the server side, always the same two that were already common two days ago when everything was working, so I don’t think these are related, but here goes anyway: Gateway: 2026-03-03T13:01:21.886520Z ERROR ThreadId(02) http_request{request_id=508c3c86-e2e2-440b-901e-0041f5928152 method=POST uri=/gateway user_agent=unknown}: ohttp_gateway::handlers::ohttp: Failed to decapsulate OHTTP request: a problem occurred with HPKE: Failed to open ciphertext PIR: 2026-03-03T12:50:16+0000 error id=8836ee445
Replies
Boosts
Views
Activity
Mar ’26
Reply to Request for Guidance on Approval Process for Network Extension Entitlement
So, currently I implemented a small POC app with content filtering and it seems to be working fine when I run it through Xcode. But as I uploaded the app to test flight then I do not see any setting related to content filtering in the Settings App or can not see any kind of permission alert for filtering. Same behaviour for ad hoc build as well. So what should we do in this case ?
Replies
Boosts
Views
Activity
Mar ’26
SSC 2026 — Will unlisted .mlmodel cause build failure?
Hi, I submitted my Swift Student Challenge 2026 app and I'm worried about a build error I got when testing. I have both PlateClassifier_2.mlmodel and PlateClassifier_2.mlmodelc in my Sources folder. Only the .mlmodelc is listed in my Package.swift resources. When building I got: PlateClassifier_2.mlmodel: No predominant language detected. Set COREML_CODEGEN_LANGUAGE to preferred language. Build failed — 1 error Will judges hit this same error? Does having an unlisted .mlmodel alongside the .mlmodelc cause a hard build failure on other machines too, or is this specific to my setup (Xcode 26.2 beta, building to physical device)? Will this get me instantly disqualified? Any help appreciated.
Replies
0
Boosts
0
Views
124
Activity
Mar ’26
Xcode 26 fails to load SPM packages
For me it looks like Xcode 26 has problems reading SPM packages from a locally hosted BitBucket git solution. While Xcode 16 work perfectly fine, Xcode 26 fails to load and gives Server SSH Fingerprint Failed to Verify as error description. Cleaning build data and DerivedData sometimes makes loading work. Any change in Package dependencies will break it again. Anyone having same problems? How do you handle it?
Replies
9
Boosts
0
Views
932
Activity
Mar ’26
First Auto-Renewable Subscription – getSubscriptions returns empty in TestFlight
Hi, I am submitting auto-renewable subscriptions for the first time for a brand new iOS app (never approved before). Setup: App ID has In-App Purchase capability enabled Subscriptions created under a subscription group All metadata (pricing, localization, availability) completed Subscriptions currently show In Review Testing via TestFlight build Bundle ID matches App Store Connect Using react-native-iap (StoreKit under the hood) When calling: await getSubscriptions({ skus }) I consistently get: products fetched: 0 ProductsUnavailableError Also, the app version page does not show the “In-App Purchases and Subscriptions” section. Question: For a brand new app, will StoreKit return empty products while the first subscriptions are in review? Do the first subscriptions need to be approved and/or attached to a new app version before they become available in TestFlight sandbox? Thanks for any clarification.
Replies
1
Boosts
0
Views
92
Activity
Mar ’26
App stuck in “Waiting for Review” for 3+ weeks (Case ID: 20000107493507)
Hi everyone, My iOS app “TaskCal: Task Manager” (version 1.2.8) has been stuck in “Waiting for Review” for more than 3 weeks, and I’m not sure what else I can do at this point. Here are the key dates (GMT+8): Jan 30, 2026 – Version 1.2.3 was approved and marked “Ready for Distribution”. Jan 31 – Feb 8, 2026 – I submitted version 1.2.8 multiple times. Several submissions were later marked as “Removed” in App Store Connect. Feb 9, 2026, 12:39 AM – I submitted version 1.2.8 again. This submission has been in “Waiting for Review” ever since. Today is Mar 3, 2026 (Taipei time) – The status is still “Waiting for Review” with no change. Because of this, I contacted Apple Developer Support multiple times through Contact Support. I only received one reply, on Feb 21, 2026, which said: Hello Alan, Thank you for reaching out to Developer Support about your app, “TaskCal: Task Manager.” I understand that you’re concerned. After reviewing your app’s submission history, I can confirm that your apps is still in the “Waiting
Replies
2
Boosts
0
Views
222
Activity
Mar ’26
App stuck in “Waiting for Review” for 3+ weeks (Case ID: 20000107493507)
My iOS app “TaskCal: Task Manager” (version 1.2.8) has been stuck in “Waiting for Review” for more than 3 weeks, and I’m not sure what else I can do at this point. I’d like to know if there’s anything wrong with my submission, or if there’s any other way to get more clarity from App Review. Here are the key dates (GMT+8): Jan 30, 2026 – Version 1.2.3 was approved and marked “Ready for Distribution”. Jan 31 – Feb 8, 2026 – I submitted version 1.2.8 multiple times. Several submissions were later marked as “Removed” in App Store Connect. Feb 9, 2026, 12:39 AM – I submitted version 1.2.8 again. This submission has been in “Waiting for Review” ever since. Today is Mar 3, 2026 (Taipei time) – The status is still “Waiting for Review” with no change. Because of this, I contacted Apple Developer Support multiple times through Contact Support. I only received one reply, on Feb 21, 2026, which said: Hello Alan, Thank you for reaching out to Developer Support about your app, “TaskCal: Task Manager.” I understand that you
Replies
0
Boosts
0
Views
59
Activity
Mar ’26
why bluetooth profile for ios disappeared?
https://developer.apple.com/feedback-assistant/profiles-and-logs/ There is no iOS profile in this link.
Replies
1
Boosts
0
Views
65
Activity
Mar ’26