Search results for

“build disappears”

51,328 results found

Post

Replies

Boosts

Views

Activity

EAS Build failure - Family Controls entitlement missing despite Apple Approval
Context: I am building an iOS productivity app using EAS Build. The project has 4 targets: the main app and 3 extensions (ShieldAction, ShieldConfiguration, ActivityMonitorExtension). The Issue: I have officially received approval from Apple for the Family Controls (Distribution) entitlement for my main Bundle ID. However, the build still fails during the Xcode phase. The Errors: Xcode reports that the generated provisioning profiles do not include the com.apple.developer.family-controls entitlement. For example: Provisioning profile *[expo] com.*.** AdHoc 177247892.... doesn't support the Family Controls capability. All 3 extensions are failing with the exact same error. What I've done: Confirmed approval from Apple for com.*.**. Enabled Family Controls and App Groups on the Apple Developer Portal for all 4 Identifiers. Cleared EAS local and remote cache using eas build --clear-cache. Deleted existing profiles on both Expo.dev and Apple Portal to force regeneration. The Qu
1
0
169
Mar ’26
Reply to TextKit 2 + SwiftUI (NSViewRepresentable): NSTextLayoutManager rendering attributes don’t reliably draw/update
I'd like to start with pointing you the following pure SwiftUI TextEditor sample, which may be good enough if your intent is to highlight a range of text (and do basic text editing) in a SwiftUI app: Building rich SwiftUI text experiences. If you do need TextKit 2 for other reasons, I'd suggest that you provide a minimal project that demonstrates the issue for folks to take a closer look. Best, —— Ziqiao Chen  Worldwide Developer Relations.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Mar ’26
Reply to Trapped in a "Black Box": Almost 3 weeks of App Review silence and ignored support tickets. Is this normal?
Hi there @VulcanCCIT , thanks for sharing your timeline. Honestly, you should celebrate that 36-hour turnaround for your iOS build! That is incredibly fast and exactly how the process should work. Unfortunately, my massive delay is specifically for an iOS build, and as of today, I am officially starting my fourth week of waiting. What makes this even more frustrating is that this isn't a new app submission. I have successfully submitted and released over 25 versions of this exact app in the past. Historically, my absolute longest wait was 6 days during the New Year holidays, but it normally takes just 1-2 days. To suddenly hit a 3+ week wall is clearly abnormal. What's worse is Apple's complete silence — ignoring all my tickets, expedited requests, and calls. It is absolutely irresponsible on their end to leave developers completely in the dark for nearly a month with zero communication. I hope your Mac version gets sorted out soon, but definitely consider yourself very lucky on the iOS side
Mar ’26
Reply to Pentesting modern iOS versions
First up, I want to make sure you’re aware of this: Apple Security Research Device Program But as to your specific situation, you could work with your customers to get builds of their app that are more amenable to your testing. For example, a development-signed build, with the get-task-allow entitlement, will allow you to attach with the debugger. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Mar ’26
Push notifications not delivered over Wi-Fi with includeAllNetworks = true regardless of excludeAPNS setting
We have a VPN app that uses NEPacketTunnelProvider with includeAllNetworks = true. We've encountered an issue where push notifications are not delivered over Wi-Fi while the tunnel is active in a pre-MFA quarantine state (tunnel is up but traffic is blocked on server side), regardless of whether excludeAPNS is set to true or false. Observed behavior Wi-Fi excludeAPNS = true - Notifications not delivered Wi-Fi excludeAPNS = false - Notifications not delivered Cellular excludeAPNS = true - Notifications delivered Cellular excludeAPNS = false - Notifications not delivered On cellular, the behavior matches our expectations: setting excludeAPNS = true allows APNS traffic to bypass the tunnel and notifications arrive; setting it to false routes APNS through the tunnel and notifications are blocked (as expected for a non-forwarding tunnel). On Wi-Fi, notifications fail to deliver in both cases. Our question Is this expected behavior when includeAllNetworks is enabled on Wi-Fi, or is this a known issue / bug with APN
5
0
247
Mar ’26
What risks do you think indie iOS developers face in 2026?
I’m interested in hearing what currently concerns other indie iOS developers, as 2026 feels both exciting and somewhat fragile to me, with the constant worry that an Apple account issue or unexpected rejection could undo years of hard work overnight. AI has made cloning apps easier than ever and even strong niches can quickly attract well funded competitors, so while I’m optimistic about building, these are the realities I often find myself thinking about.
1
0
70
Mar ’26
I submitted a desktop application developed by Electron but it crashed after launching in Test Flight
Full Report {app_name:Exueshi PC Desktop,timestamp:2026-02-28 18:02:50.00 +0800,app_version:1.0.20,slice_uuid:4c4c4476-5555-3144-a1a1-7e047782f52d,build_version:1.0.20,platform:0,bundleID:com.exueshi.pcdesktop,share_with_app_devs:0,is_first_party:0,bug_type:309,os_version:macOS 26.1 (25B78),roots_installed:0,name:Exueshi PC Desktop,incident_id:B1529D77-1AB2-4523-A7D1-288F3CF10E88} { uptime : 33000, procRole : Default, version : 2, userID : 501, deployVersion : 210, modelCode : MacBookPro16,1, coalitionID : 4905, osVersion : { train : macOS 26.1, build : 25B78, releaseType : User }, captureTime : 2026-02-28 18:02:50.5267 +0800, codeSigningMonitor : 0, incident : B1529D77-1AB2-4523-A7D1-288F3CF10E88, pid : 10285, cpuType : X86-64, roots_installed : 0, bug_type : 309, procLaunch : 2026-02-28 18:02:50.4101 +0800, procStartAbsTime : 33974865865372, procExitAbsTime : 33974982166804, procName : Exueshi PC Desktop, procPath : /Users/USER/Documents/*/Exueshi PC Desktop.app/Contents/MacOS/Exueshi PC Desktop, b
0
0
194
Mar ’26
Reply to "Unable to Redeem" when downloading approved 1.0 app via promo code
I have a second app which is already live on the App Store. I pushed an update to this app, and it was approved and is Pending Developer Release. I generated a promo code, and redeemed it. It worked fine. So, maybe the Pending Developer Release -> Promo Code method for giving media access to your prerelease 1.0 builds no longer works. Apple: Please document this!
Mar ’26
"Unable to Redeem" when downloading approved 1.0 app via promo code
My brand new 1.0 app is approved and pending developer release. As part of my release checks, I like to download the app store release using a promo code. On both iOS and macOS, redeeming a promo code for the respective builds gives the error you see in the screenshot: Unable to Redeem. This content is incompatible with the current software on this device. Update your device to the latest software version and try again. The app targets iOS 26.0, and my devices are running iOS 26.3, and it was built with Xcode 26.3. I'm relying on this feature for sending a build to pre-release media for reviews/articles, and am worried I'll embarrass myself. Other developers: Have you also had this issue? Do you know a work around for this issue? Apple: Please help! Is there anything I can do?
1
0
91
Mar ’26
Reply to Trapped in a "Black Box": Almost 3 weeks of App Review silence and ignored support tickets. Is this normal?
I uploaded 2 builds of the same app, a Mac build and an iOS build. ios went from waiting to In Review at about 30 hours... and accepted about 36 hours. However the Mac side it has been in Review for 5 days... I have 1 Case opened on it ...im trying to be patient as it seems others are in teh same boat. I know on the TestFlght side, the Mac took a bit longer to approve for testing than the IOS version... I think 24 hours for iOS and 2-3 days for the Mac version. So I think the Mac side of the house has less resources. I hope that helps.
Mar ’26
Reply to App stuck in "Waiting for Review" for 10+ days since February 19
BeRodgersLimited, Noel, and berkaegean, i think we all are in similar boats. if you look at all of the other threads, they all re similar. I uploaded a multiplatform build: a Mac build, and an iOS build. it took about 24 hours on the iOS to go from waiting to In Review... then about 8 hours to be reveiewed and approved. However the Mac version of the same app has been waiting for review since Tuesday (February 24, 2026). It is virtually the same code base... They just must be totally swamped with builds to look at.
Mar ’26
Metal Shader inside Swift Package not found?
Hello everyone! I am trying to wrap a ViewModifier inside a Swift Package that bundles a metal shader file to be used in the modifier. Everything works as expected in the Preview, in the Simulator and on a real device for iOS. It also works in Preview and in the Simulator for tvOS but not on a real AppleTV. I have tried this on a 4th generation Apple TV running tvOS 26.3 using Xcode 26.2.0. Xcode logs the following: The metallib is processed and exists in the bundle. Compiler failed to build request precondition failure: pipeline error: custom_effect-fg2a5cia7fmha4: error: unresolved visible function reference: custom_fn Reason: visible function not loaded Compiler failed to build request precondition failure: pipeline error: custom_effect-fg2a5cia7fmha4: error: unresolved visible function reference: custom_fn Reason: visible function not loaded Compiler failed to build request precondition failure: pipeline error: custom_effect-fg2a5cia7fmha4: error: unresolved visible function ref
0
0
352
Mar ’26
Swift Student Challenge environment selection question (iOS 26)
Hello, I recently submitted my Swift Student Challenge app playground (“Crest”) and realized after submission that I accidentally selected Swift Playgrounds as the software to run it, instead of Xcode 26 or later. My project builds and runs successfully in Xcode 26 using the iOS 26 SDK and simulator. However, when opening the same .swiftpm project in the Swift Playgrounds app on iPad, it does not compile because Swift Playgrounds currently only supports up to iOS 18 SDK and does not support iOS 26 APIs. The submission itself is complete, builds correctly in Xcode, and was submitted before the deadline. The incorrect selection of Swift Playgrounds was an honest mistake during the submission process. I wanted to ask whether reviewers are able to run the submission using Xcode 26 in cases like this, or if there is anything I should do. Thank you very much for your time.
1
0
297
Mar ’26
EAS Build failure - Family Controls entitlement missing despite Apple Approval
Context: I am building an iOS productivity app using EAS Build. The project has 4 targets: the main app and 3 extensions (ShieldAction, ShieldConfiguration, ActivityMonitorExtension). The Issue: I have officially received approval from Apple for the Family Controls (Distribution) entitlement for my main Bundle ID. However, the build still fails during the Xcode phase. The Errors: Xcode reports that the generated provisioning profiles do not include the com.apple.developer.family-controls entitlement. For example: Provisioning profile *[expo] com.*.** AdHoc 177247892.... doesn't support the Family Controls capability. All 3 extensions are failing with the exact same error. What I've done: Confirmed approval from Apple for com.*.**. Enabled Family Controls and App Groups on the Apple Developer Portal for all 4 Identifiers. Cleared EAS local and remote cache using eas build --clear-cache. Deleted existing profiles on both Expo.dev and Apple Portal to force regeneration. The Qu
Replies
1
Boosts
0
Views
169
Activity
Mar ’26
Reply to TextKit 2 + SwiftUI (NSViewRepresentable): NSTextLayoutManager rendering attributes don’t reliably draw/update
I'd like to start with pointing you the following pure SwiftUI TextEditor sample, which may be good enough if your intent is to highlight a range of text (and do basic text editing) in a SwiftUI app: Building rich SwiftUI text experiences. If you do need TextKit 2 for other reasons, I'd suggest that you provide a minimal project that demonstrates the issue for folks to take a closer look. Best, —— Ziqiao Chen  Worldwide Developer Relations.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’26
Reply to Trapped in a "Black Box": Almost 3 weeks of App Review silence and ignored support tickets. Is this normal?
Hi there @VulcanCCIT , thanks for sharing your timeline. Honestly, you should celebrate that 36-hour turnaround for your iOS build! That is incredibly fast and exactly how the process should work. Unfortunately, my massive delay is specifically for an iOS build, and as of today, I am officially starting my fourth week of waiting. What makes this even more frustrating is that this isn't a new app submission. I have successfully submitted and released over 25 versions of this exact app in the past. Historically, my absolute longest wait was 6 days during the New Year holidays, but it normally takes just 1-2 days. To suddenly hit a 3+ week wall is clearly abnormal. What's worse is Apple's complete silence — ignoring all my tickets, expedited requests, and calls. It is absolutely irresponsible on their end to leave developers completely in the dark for nearly a month with zero communication. I hope your Mac version gets sorted out soon, but definitely consider yourself very lucky on the iOS side
Replies
Boosts
Views
Activity
Mar ’26
Reply to Pentesting modern iOS versions
First up, I want to make sure you’re aware of this: Apple Security Research Device Program But as to your specific situation, you could work with your customers to get builds of their app that are more amenable to your testing. For example, a development-signed build, with the get-task-allow entitlement, will allow you to attach with the debugger. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Replies
Boosts
Views
Activity
Mar ’26
Push notifications not delivered over Wi-Fi with includeAllNetworks = true regardless of excludeAPNS setting
We have a VPN app that uses NEPacketTunnelProvider with includeAllNetworks = true. We've encountered an issue where push notifications are not delivered over Wi-Fi while the tunnel is active in a pre-MFA quarantine state (tunnel is up but traffic is blocked on server side), regardless of whether excludeAPNS is set to true or false. Observed behavior Wi-Fi excludeAPNS = true - Notifications not delivered Wi-Fi excludeAPNS = false - Notifications not delivered Cellular excludeAPNS = true - Notifications delivered Cellular excludeAPNS = false - Notifications not delivered On cellular, the behavior matches our expectations: setting excludeAPNS = true allows APNS traffic to bypass the tunnel and notifications arrive; setting it to false routes APNS through the tunnel and notifications are blocked (as expected for a non-forwarding tunnel). On Wi-Fi, notifications fail to deliver in both cases. Our question Is this expected behavior when includeAllNetworks is enabled on Wi-Fi, or is this a known issue / bug with APN
Replies
5
Boosts
0
Views
247
Activity
Mar ’26
What risks do you think indie iOS developers face in 2026?
I’m interested in hearing what currently concerns other indie iOS developers, as 2026 feels both exciting and somewhat fragile to me, with the constant worry that an Apple account issue or unexpected rejection could undo years of hard work overnight. AI has made cloning apps easier than ever and even strong niches can quickly attract well funded competitors, so while I’m optimistic about building, these are the realities I often find myself thinking about.
Replies
1
Boosts
0
Views
70
Activity
Mar ’26
I submitted a desktop application developed by Electron but it crashed after launching in Test Flight
Full Report {app_name:Exueshi PC Desktop,timestamp:2026-02-28 18:02:50.00 +0800,app_version:1.0.20,slice_uuid:4c4c4476-5555-3144-a1a1-7e047782f52d,build_version:1.0.20,platform:0,bundleID:com.exueshi.pcdesktop,share_with_app_devs:0,is_first_party:0,bug_type:309,os_version:macOS 26.1 (25B78),roots_installed:0,name:Exueshi PC Desktop,incident_id:B1529D77-1AB2-4523-A7D1-288F3CF10E88} { uptime : 33000, procRole : Default, version : 2, userID : 501, deployVersion : 210, modelCode : MacBookPro16,1, coalitionID : 4905, osVersion : { train : macOS 26.1, build : 25B78, releaseType : User }, captureTime : 2026-02-28 18:02:50.5267 +0800, codeSigningMonitor : 0, incident : B1529D77-1AB2-4523-A7D1-288F3CF10E88, pid : 10285, cpuType : X86-64, roots_installed : 0, bug_type : 309, procLaunch : 2026-02-28 18:02:50.4101 +0800, procStartAbsTime : 33974865865372, procExitAbsTime : 33974982166804, procName : Exueshi PC Desktop, procPath : /Users/USER/Documents/*/Exueshi PC Desktop.app/Contents/MacOS/Exueshi PC Desktop, b
Replies
0
Boosts
0
Views
194
Activity
Mar ’26
Reply to "Unable to Redeem" when downloading approved 1.0 app via promo code
I have a second app which is already live on the App Store. I pushed an update to this app, and it was approved and is Pending Developer Release. I generated a promo code, and redeemed it. It worked fine. So, maybe the Pending Developer Release -> Promo Code method for giving media access to your prerelease 1.0 builds no longer works. Apple: Please document this!
Replies
Boosts
Views
Activity
Mar ’26
"Unable to Redeem" when downloading approved 1.0 app via promo code
My brand new 1.0 app is approved and pending developer release. As part of my release checks, I like to download the app store release using a promo code. On both iOS and macOS, redeeming a promo code for the respective builds gives the error you see in the screenshot: Unable to Redeem. This content is incompatible with the current software on this device. Update your device to the latest software version and try again. The app targets iOS 26.0, and my devices are running iOS 26.3, and it was built with Xcode 26.3. I'm relying on this feature for sending a build to pre-release media for reviews/articles, and am worried I'll embarrass myself. Other developers: Have you also had this issue? Do you know a work around for this issue? Apple: Please help! Is there anything I can do?
Replies
1
Boosts
0
Views
91
Activity
Mar ’26
Reply to Trapped in a "Black Box": Almost 3 weeks of App Review silence and ignored support tickets. Is this normal?
I uploaded 2 builds of the same app, a Mac build and an iOS build. ios went from waiting to In Review at about 30 hours... and accepted about 36 hours. However the Mac side it has been in Review for 5 days... I have 1 Case opened on it ...im trying to be patient as it seems others are in teh same boat. I know on the TestFlght side, the Mac took a bit longer to approve for testing than the IOS version... I think 24 hours for iOS and 2-3 days for the Mac version. So I think the Mac side of the house has less resources. I hope that helps.
Replies
Boosts
Views
Activity
Mar ’26
Reply to App stuck in "Waiting for Review" for 10+ days since February 19
BeRodgersLimited, Noel, and berkaegean, i think we all are in similar boats. if you look at all of the other threads, they all re similar. I uploaded a multiplatform build: a Mac build, and an iOS build. it took about 24 hours on the iOS to go from waiting to In Review... then about 8 hours to be reveiewed and approved. However the Mac version of the same app has been waiting for review since Tuesday (February 24, 2026). It is virtually the same code base... They just must be totally swamped with builds to look at.
Replies
Boosts
Views
Activity
Mar ’26
Metal Shader inside Swift Package not found?
Hello everyone! I am trying to wrap a ViewModifier inside a Swift Package that bundles a metal shader file to be used in the modifier. Everything works as expected in the Preview, in the Simulator and on a real device for iOS. It also works in Preview and in the Simulator for tvOS but not on a real AppleTV. I have tried this on a 4th generation Apple TV running tvOS 26.3 using Xcode 26.2.0. Xcode logs the following: The metallib is processed and exists in the bundle. Compiler failed to build request precondition failure: pipeline error: custom_effect-fg2a5cia7fmha4: error: unresolved visible function reference: custom_fn Reason: visible function not loaded Compiler failed to build request precondition failure: pipeline error: custom_effect-fg2a5cia7fmha4: error: unresolved visible function reference: custom_fn Reason: visible function not loaded Compiler failed to build request precondition failure: pipeline error: custom_effect-fg2a5cia7fmha4: error: unresolved visible function ref
Replies
0
Boosts
0
Views
352
Activity
Mar ’26
Waiting for Review for some time now (day 4 and counting)
100% new here, and probably trying to jump the gun here. I've released my 1st build to TestFlight for some people to test, but till now the app is still under review. Does it always take this long (day 4 now) for a 1st build to be reviewed, or am I missing something here?
Replies
1
Boosts
0
Views
96
Activity
Mar ’26
Reply to SwiftData with shared and private containers
Same problem for me !!!! use SwiftData, build great apps and POC… Then when you'll need sharing rewrite everything with coredata (that you may not mastered). As an independent developer it is really a pain. At least If I was sure that the sharing feature is schedule!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’26
Swift Student Challenge environment selection question (iOS 26)
Hello, I recently submitted my Swift Student Challenge app playground (“Crest”) and realized after submission that I accidentally selected Swift Playgrounds as the software to run it, instead of Xcode 26 or later. My project builds and runs successfully in Xcode 26 using the iOS 26 SDK and simulator. However, when opening the same .swiftpm project in the Swift Playgrounds app on iPad, it does not compile because Swift Playgrounds currently only supports up to iOS 18 SDK and does not support iOS 26 APIs. The submission itself is complete, builds correctly in Xcode, and was submitted before the deadline. The incorrect selection of Swift Playgrounds was an honest mistake during the submission process. I wanted to ask whether reviewers are able to run the submission using Xcode 26 in cases like this, or if there is anything I should do. Thank you very much for your time.
Replies
1
Boosts
0
Views
297
Activity
Mar ’26