Search results for

“build disappears”

51,273 results found

Post

Replies

Boosts

Views

Activity

What is the state of EventKit going forward?
I'm building an app that heavily relies on EKEventStore for calendar and reminder integration. The API is simple - and limited. Change notifications amount to something changed, you'd better refetch everything you care about. There's no way to know whether the calendar was updated while your app was closed or backgrounded. EKEvents and EKReminders don't trigger SwiftUI view updates, so you end up shunting them into your own observable state and keeping the two in sync. My app is fairly complex rendering-wise, and I lament being locked into treating EKEventStore as a first-class citizen of my view and data layer. It makes everything clunkier, essentially shuts the door on modern features like undo/redo, and makes integrating with other calendar providers that much harder. I'm exploring a custom SwiftData DataStore ↔ EKEventStore sync engine, but this is no easy task. There are still many unknowns I'd need to spike out before I can even attempt a proper implementation. Still, I'm curious - is this some
1
0
72
Feb ’26
Apps Stuck in “Waiting for Review” – No Visible Issues in App Store Connect
Hello, I am writing to ask for assistance regarding two of my apps that have been stuck in “Waiting for Review” for an extended period. At the moment: App ID 6497716649 — Waiting for Review since Feb, 19 at 11:45 AM App ID 6743224713 — Waiting for Review since Feb, 15 at 10:26 PM There are no warnings, Resolution Center messages, or visible issues in App Store Connect. All Agreements, Tax, and Banking information are active and up to date. The builds were uploaded successfully, and no further action appears to be required on my side. Could you please help confirm: Whether there is any hidden blocker or account-related issue? Or if this delay is currently due to review queue processing times? If additional details are needed (bundle IDs, app category, sign-in requirements, encryption/export compliance, etc.), I will be happy to provide them immediately. Thank you very much for your time and support. Best regards,
1
0
158
Feb ’26
App Review Guideline 4.3: How is ‘Uniqueness’ evaluated for Dating Apps?
Hello, I have a policy-related question regarding App Store Review for dating apps. As a development agency, we build apps based on client requirements. Recently, we received feedback from App Review stating that the dating app category is saturated and that the app should demonstrate unique features to avoid being considered spam or a duplicate of existing apps. In such cases, what is the recommended approach for developers working on client projects? If a client requests a standard dating app with common features (profiles, matching, chat, etc.), is it likely to be rejected under the spam/duplicate guideline (4.3)? Should developers proactively advise clients to include clearly differentiated features before submission, even if the app is functionally complete and complies with technical guidelines? Any clarification on how App Review evaluates dating apps for uniqueness under Guideline 4.3 would be very helpful. Thank you.
0
0
87
Feb ’26
Reply to Associated domains in Entitlements.plist
[quote='816939021, TarMac_, /thread/816939, /profile/TarMac_'] I would like to ask if it's possible to set this webcredentials in a different way in the app? [/quote] No. The associated domain feature is based on entitlements which are in turn authorised by a provisioning profile. These are baked into your app when you build it. There’s no way to provide equivalent information at runtime. [quote='816939021, TarMac_, /thread/816939, /profile/TarMac_'] The reason for this is that we are developing a native app and our on-premise customers have their own web servers. [/quote] Keep in mind that the AASA file must be placed on a public webserver so that it can be accessed by the Apple CDN. That limits your option when it comes to associated domain choices. If your app is commonly deployed to managed environments, you might consider other authentication options. I’m a huge fan of the recently released ManagedApp framework. For a quick intro, watch WWDC 2025 Session 203 Get to know the ManagedApp Framework.
Topic: Privacy & Security SubTopic: General Tags:
Feb ’26
Key lessons after two months of building my first iOS app
After nearly ten years in Android development, I finally built a native iOS app, sharing the journey publicly while learning Swift and SwiftUI, using AI selectively, and finding the platform familiar yet different in tooling, concurrency, and culture. I reached production without initially buying a developer account and faced a stricter, iterative App Store review process than the Play Store, with several rejections that ultimately clarified Apple’s quality standards and expectations.
1
0
44
Feb ’26
macOS 26.4 Beta breaks keyboard remapping for built-in MacBook keyboards – significant ecosystem impact
Since macOS 26.4 Beta 1, virtual HID devices created via DriverKit can no longer intercept key events from the built-in MacBook keyboard. External keyboards still work. This is confirmed and tracked here: https://github.com/pqrs-org/Karabiner-Elements/issues/4402 One possible lead (from LLM-assisted analysis of Apple's open-source IOHIDFamily code and cross-referencing community reports): macOS 26.4 Beta may have introduced or modified a security policy referred to as com.apple.iohid.protectedDeviceAccess, which could block IOHIDDeviceOpen for the Apple Internal Keyboard connected via SPI transport (AppleHIDTransportHIDDevice). This appears related to a GamePolicy check in IOHIDDeviceClass.m that gates whether processes can open HID devices. This has not been independently verified and may or may not be the root cause. This has far-reaching consequences. Karabiner-Elements alone has over 21,000 GitHub stars and is used by hundreds of thousands of macOS users for keyboard customization, accessibility workflows
1
0
162
Feb ’26
Reply to WiFi not working since build 25E5218f
Having the same issue but with ethernet and WiFi. the connection is very very slow. All my other devices are fine but this one refuses to connect to internet. Outlook/teams/etc. only started after update, no one else in building is having an issue and no backend issue with my WiFi login is the issue either.
Topic: Community SubTopic: Apple Developers Tags:
Feb ’26
Auto-renewable subscriptions stuck in "Developer Action Needed" - Cannot attach to binary
Hi everyone, I am trying to submit the first version of my app with auto-renewable subscriptions, but I am stuck in a loop. Both of my subscriptions (Yearly and Monthly) are stuck with the status Developer Action Needed. Because of this status, they do not appear in the list of available In-App Purchases when I try to attach them to my app binary on the App Store Connect submission page. Here is what I have already done/checked: All metadata is filled out (Display Name, Description, Pricing). Review Information is complete (Screenshot and Review Notes are provided). My Paid Applications agreement in the Agreements, Tax, and Banking section is Active. I contacted Apple Developer Support by phone, but they were unable to resolve the issue and suggested I post here for help. Has anyone experienced this limbo before? How can I trigger the status to change to Ready to Submit so I can finally attach them to my build and send the app for review? (I have attached screenshots of my App Store Connect dashboard
1
0
172
Feb ’26
Reply to Are Xcode warnings like this safe to submit (won’t disqualify)?
@DTS Engineer I’d prefer to submit without warnings if there’s a recommended fix. I’m using an asset catalog for bundled images and the app icon. Removing the asset catalog makes the warning go away, but is there a way to include a .xcassets asset catalog in a Swift Playgrounds app without triggering the duplicate build file warning? If the recommended solution is to avoid .xcassets and use SwiftPM resources instead, what’s the easiest way to handle the app icon in that setup? Thanks! :)
Feb ’26
WiFi not working since build 25E5218f
I installed the latest build of Tahoe (25E5218f) yesterday on our test machine, an M1 Pro MacBook Pro and have been having a hard time getting my WiFi network to work. It's especially noticeable in Mail and Safari. Mail shows it can't connect to the designated server, and Safari simply can't connect to most sites. None of my other devices or computers are having problems, so I have to assume it's this last build that is the culprit. When I tether to my iPhone Air, everything pops back into place and I can access Mail and use Safari. I've reported the problem with FBA, but wanted to know if anyone else is experiencing the same thing.
11
0
1k
Feb ’26
Reply to No Universal for Map App project with Tahoe
Builds Settings -> All -> Architectures: “Standard Architectures (Apple Silicon, Intel) - $(ARCHS_STANDARD) for both Debug and Release Builds Settings -> All -> Build Active Architecture Only: “No” for both Debug and Release Reinstall MacOS 26.1, Xcode 26.2. Same result: no Universal, only one platform (Silicon or Intel, never both)
Feb ’26
Reply to No Universal for Map App project with Tahoe
Thanks for your post. This is very interesting but I also think we have released many news about why Xcode does not say universal on the template even though they are all universal depending on your target. This thread should be utilized by other developers to provide links to Apple News and videos that explain the path forward. I extend an invitation to anyone who possesses resources and links. I know is confusing if the Xcode template does not say universal, but is all about the target and I would prefer you think about the target after you create the app, so this is still relevant: https://developer.apple.com/documentation/apple-silicon/building-a-universal-macos-binary There is an announcement in this WWDC video about the platforms we are supporting I would recommend you to watch as will answer many questions. Platforms State of the Union - WWDC25 - VideosApple Developerhttps://developer.apple.com · Jun 9, 2025 https://developer.apple.com/videos/play/wwdc2025/102/ The steps outlined below are sta
Feb ’26
Appcrash on M4 MAX
I develop and build the DeepSkyStacker application on an M4 Mac Mini. A user reports that with a given set of data files and application settings, that it crashes on his M4 MAX. He sent me his data files, and I can't provoke a crash on my M4. He also sent an App Crash report file which I attach. Any insight into the likely cause of the problem will be appreciated (yes, I know it is a segfault in code called from Avx256Stacking::pixelPartitioning - probably a lambda ...). dss-6.1.3-crash.log
2
0
198
Feb ’26
Creating powerful, efficient, and maintainable applications.
Recursive and Self-Referential Data Structures Combining recursive and self-referential data structures with frameworks like Accelerate, SwiftMacros, and utilizing SwiftUI hooks can offer significant benefits in terms of performance, maintainability, and expressiveness. Here is how Apple Intelligence breaks it down. Benefits: Natural Representation of Complex Data: Recursive structures, such as trees and graphs, are ideal for representing hierarchical or interconnected data, like file systems, social networks, and DOM trees. Simplified Algorithms: Many algorithms, such as traversals, sorting, and searching, are more straightforward and elegant when implemented using recursion. Dynamic Memory Management: Self-referential structures can dynamically grow and shrink, making them suitable for applications with unpredictable data sizes. Challenges: Performance Overhead: Recursive algorithms can lead to stack overflow if not properly optimized (e.g., using tail recursion). Self-referential structures can introduce m
1
0
422
Feb ’26
What is the state of EventKit going forward?
I'm building an app that heavily relies on EKEventStore for calendar and reminder integration. The API is simple - and limited. Change notifications amount to something changed, you'd better refetch everything you care about. There's no way to know whether the calendar was updated while your app was closed or backgrounded. EKEvents and EKReminders don't trigger SwiftUI view updates, so you end up shunting them into your own observable state and keeping the two in sync. My app is fairly complex rendering-wise, and I lament being locked into treating EKEventStore as a first-class citizen of my view and data layer. It makes everything clunkier, essentially shuts the door on modern features like undo/redo, and makes integrating with other calendar providers that much harder. I'm exploring a custom SwiftData DataStore ↔ EKEventStore sync engine, but this is no easy task. There are still many unknowns I'd need to spike out before I can even attempt a proper implementation. Still, I'm curious - is this some
Replies
1
Boosts
0
Views
72
Activity
Feb ’26
Apps Stuck in “Waiting for Review” – No Visible Issues in App Store Connect
Hello, I am writing to ask for assistance regarding two of my apps that have been stuck in “Waiting for Review” for an extended period. At the moment: App ID 6497716649 — Waiting for Review since Feb, 19 at 11:45 AM App ID 6743224713 — Waiting for Review since Feb, 15 at 10:26 PM There are no warnings, Resolution Center messages, or visible issues in App Store Connect. All Agreements, Tax, and Banking information are active and up to date. The builds were uploaded successfully, and no further action appears to be required on my side. Could you please help confirm: Whether there is any hidden blocker or account-related issue? Or if this delay is currently due to review queue processing times? If additional details are needed (bundle IDs, app category, sign-in requirements, encryption/export compliance, etc.), I will be happy to provide them immediately. Thank you very much for your time and support. Best regards,
Replies
1
Boosts
0
Views
158
Activity
Feb ’26
App Review Guideline 4.3: How is ‘Uniqueness’ evaluated for Dating Apps?
Hello, I have a policy-related question regarding App Store Review for dating apps. As a development agency, we build apps based on client requirements. Recently, we received feedback from App Review stating that the dating app category is saturated and that the app should demonstrate unique features to avoid being considered spam or a duplicate of existing apps. In such cases, what is the recommended approach for developers working on client projects? If a client requests a standard dating app with common features (profiles, matching, chat, etc.), is it likely to be rejected under the spam/duplicate guideline (4.3)? Should developers proactively advise clients to include clearly differentiated features before submission, even if the app is functionally complete and complies with technical guidelines? Any clarification on how App Review evaluates dating apps for uniqueness under Guideline 4.3 would be very helpful. Thank you.
Replies
0
Boosts
0
Views
87
Activity
Feb ’26
Reply to Associated domains in Entitlements.plist
[quote='816939021, TarMac_, /thread/816939, /profile/TarMac_'] I would like to ask if it's possible to set this webcredentials in a different way in the app? [/quote] No. The associated domain feature is based on entitlements which are in turn authorised by a provisioning profile. These are baked into your app when you build it. There’s no way to provide equivalent information at runtime. [quote='816939021, TarMac_, /thread/816939, /profile/TarMac_'] The reason for this is that we are developing a native app and our on-premise customers have their own web servers. [/quote] Keep in mind that the AASA file must be placed on a public webserver so that it can be accessed by the Apple CDN. That limits your option when it comes to associated domain choices. If your app is commonly deployed to managed environments, you might consider other authentication options. I’m a huge fan of the recently released ManagedApp framework. For a quick intro, watch WWDC 2025 Session 203 Get to know the ManagedApp Framework.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’26
Key lessons after two months of building my first iOS app
After nearly ten years in Android development, I finally built a native iOS app, sharing the journey publicly while learning Swift and SwiftUI, using AI selectively, and finding the platform familiar yet different in tooling, concurrency, and culture. I reached production without initially buying a developer account and faced a stricter, iterative App Store review process than the Play Store, with several rejections that ultimately clarified Apple’s quality standards and expectations.
Replies
1
Boosts
0
Views
44
Activity
Feb ’26
Reply to How can iOS developers update App Store metadata without hassle?
You must upload a new build since metadata updates require creating and submitting a new version.
Replies
Boosts
Views
Activity
Feb ’26
macOS 26.4 Beta breaks keyboard remapping for built-in MacBook keyboards – significant ecosystem impact
Since macOS 26.4 Beta 1, virtual HID devices created via DriverKit can no longer intercept key events from the built-in MacBook keyboard. External keyboards still work. This is confirmed and tracked here: https://github.com/pqrs-org/Karabiner-Elements/issues/4402 One possible lead (from LLM-assisted analysis of Apple's open-source IOHIDFamily code and cross-referencing community reports): macOS 26.4 Beta may have introduced or modified a security policy referred to as com.apple.iohid.protectedDeviceAccess, which could block IOHIDDeviceOpen for the Apple Internal Keyboard connected via SPI transport (AppleHIDTransportHIDDevice). This appears related to a GamePolicy check in IOHIDDeviceClass.m that gates whether processes can open HID devices. This has not been independently verified and may or may not be the root cause. This has far-reaching consequences. Karabiner-Elements alone has over 21,000 GitHub stars and is used by hundreds of thousands of macOS users for keyboard customization, accessibility workflows
Replies
1
Boosts
0
Views
162
Activity
Feb ’26
Reply to WiFi not working since build 25E5218f
Having the same issue but with ethernet and WiFi. the connection is very very slow. All my other devices are fine but this one refuses to connect to internet. Outlook/teams/etc. only started after update, no one else in building is having an issue and no backend issue with my WiFi login is the issue either.
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Feb ’26
Auto-renewable subscriptions stuck in "Developer Action Needed" - Cannot attach to binary
Hi everyone, I am trying to submit the first version of my app with auto-renewable subscriptions, but I am stuck in a loop. Both of my subscriptions (Yearly and Monthly) are stuck with the status Developer Action Needed. Because of this status, they do not appear in the list of available In-App Purchases when I try to attach them to my app binary on the App Store Connect submission page. Here is what I have already done/checked: All metadata is filled out (Display Name, Description, Pricing). Review Information is complete (Screenshot and Review Notes are provided). My Paid Applications agreement in the Agreements, Tax, and Banking section is Active. I contacted Apple Developer Support by phone, but they were unable to resolve the issue and suggested I post here for help. Has anyone experienced this limbo before? How can I trigger the status to change to Ready to Submit so I can finally attach them to my build and send the app for review? (I have attached screenshots of my App Store Connect dashboard
Replies
1
Boosts
0
Views
172
Activity
Feb ’26
Reply to Are Xcode warnings like this safe to submit (won’t disqualify)?
@DTS Engineer I’d prefer to submit without warnings if there’s a recommended fix. I’m using an asset catalog for bundled images and the app icon. Removing the asset catalog makes the warning go away, but is there a way to include a .xcassets asset catalog in a Swift Playgrounds app without triggering the duplicate build file warning? If the recommended solution is to avoid .xcassets and use SwiftPM resources instead, what’s the easiest way to handle the app icon in that setup? Thanks! :)
Replies
Boosts
Views
Activity
Feb ’26
WiFi not working since build 25E5218f
I installed the latest build of Tahoe (25E5218f) yesterday on our test machine, an M1 Pro MacBook Pro and have been having a hard time getting my WiFi network to work. It's especially noticeable in Mail and Safari. Mail shows it can't connect to the designated server, and Safari simply can't connect to most sites. None of my other devices or computers are having problems, so I have to assume it's this last build that is the culprit. When I tether to my iPhone Air, everything pops back into place and I can access Mail and use Safari. I've reported the problem with FBA, but wanted to know if anyone else is experiencing the same thing.
Replies
11
Boosts
0
Views
1k
Activity
Feb ’26
Reply to No Universal for Map App project with Tahoe
Builds Settings -> All -> Architectures: “Standard Architectures (Apple Silicon, Intel) - $(ARCHS_STANDARD) for both Debug and Release Builds Settings -> All -> Build Active Architecture Only: “No” for both Debug and Release Reinstall MacOS 26.1, Xcode 26.2. Same result: no Universal, only one platform (Silicon or Intel, never both)
Replies
Boosts
Views
Activity
Feb ’26
Reply to No Universal for Map App project with Tahoe
Thanks for your post. This is very interesting but I also think we have released many news about why Xcode does not say universal on the template even though they are all universal depending on your target. This thread should be utilized by other developers to provide links to Apple News and videos that explain the path forward. I extend an invitation to anyone who possesses resources and links. I know is confusing if the Xcode template does not say universal, but is all about the target and I would prefer you think about the target after you create the app, so this is still relevant: https://developer.apple.com/documentation/apple-silicon/building-a-universal-macos-binary There is an announcement in this WWDC video about the platforms we are supporting I would recommend you to watch as will answer many questions. Platforms State of the Union - WWDC25 - VideosApple Developerhttps://developer.apple.com · Jun 9, 2025 https://developer.apple.com/videos/play/wwdc2025/102/ The steps outlined below are sta
Replies
Boosts
Views
Activity
Feb ’26
Appcrash on M4 MAX
I develop and build the DeepSkyStacker application on an M4 Mac Mini. A user reports that with a given set of data files and application settings, that it crashes on his M4 MAX. He sent me his data files, and I can't provoke a crash on my M4. He also sent an App Crash report file which I attach. Any insight into the likely cause of the problem will be appreciated (yes, I know it is a segfault in code called from Avx256Stacking::pixelPartitioning - probably a lambda ...). dss-6.1.3-crash.log
Replies
2
Boosts
0
Views
198
Activity
Feb ’26
Creating powerful, efficient, and maintainable applications.
Recursive and Self-Referential Data Structures Combining recursive and self-referential data structures with frameworks like Accelerate, SwiftMacros, and utilizing SwiftUI hooks can offer significant benefits in terms of performance, maintainability, and expressiveness. Here is how Apple Intelligence breaks it down. Benefits: Natural Representation of Complex Data: Recursive structures, such as trees and graphs, are ideal for representing hierarchical or interconnected data, like file systems, social networks, and DOM trees. Simplified Algorithms: Many algorithms, such as traversals, sorting, and searching, are more straightforward and elegant when implemented using recursion. Dynamic Memory Management: Self-referential structures can dynamically grow and shrink, making them suitable for applications with unpredictable data sizes. Challenges: Performance Overhead: Recursive algorithms can lead to stack overflow if not properly optimized (e.g., using tail recursion). Self-referential structures can introduce m
Replies
1
Boosts
0
Views
422
Activity
Feb ’26