This is a dedicated space for developers to connect, share ideas, collaborate, and ask questions. Introduce yourself, network with other developers, and join us in fostering a supportive community.

All subtopics
Posts under Community topic

Post

Replies

Boosts

Views

Created

macOS Tahoe 26.1 Set Desktop Picture Broken
Hi, If I set my Wallpaper to Black then go to any .jpg and select "Services-> Set Desktop Picture" the photo does not set. It may set a minute or so later. This action also prevents other colors from being set as if the system is busy with the photo somehow. My desktop app that sets Wallpaper is also broken I believe because of the above. Anyone have any workarounds or guidance? I have filed a Feedback Assistant bug. Thanks, Jimmy
0
0
88
Nov ’25
ios 26.2 Apps not working
Recently update my 15 pro max to ios 26.2 and now 90% of the apps are not working. No payment app is working. Even G Map and G Drive isnt working. Amazon is down. I am not able to use UPI or even pay electricity bill.
2
0
275
Nov ’25
Printer Dialogue Box: Subject appears in long vertical column
When trying to print an email with eM Client, the dialogue box pops up and the preview show the email's subject, To, and From lines in a long vertical column. This seems to only occur within the eM Client app and only on my Macbook Pro. I use the same email client on my Air with no issues. This is a recent development. I'm on Tahoe Beta 26.2.
0
0
127
Nov ’25
Unable to simultaneously satisfy constraints using versions 26.1
I am trying to create a new app using IOS-26.1, macOS Tahoe 26.1 and Xcode 26.1 with Swift6. Is this a bug that is going to be addressed. This is in the Debug Console...Unable to simultaneously satisfy constraints. Probably at least one of the constraints in the following list is one you don't want. Try this: (1) look at each constraint and try to figure out which you don't expect; (2) find the code that added the unwanted constraint or constraints and fix it. (Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints) ( "<NSAutoresizingMaskLayoutConstraint:0x10bb18870 h=--& v=--& _TtCC5UIKit19NavigationButtonBar15ItemWrapperView:0x115da48c0.width == 0 (active)>", "<NSLayoutConstraint:0x115ac2ee0 _TtCC5UIKit19NavigationButtonBar15ItemWrapperView:0x115da48c0.leading == _UIButtonBarButton:0x115d40c80.leading (active)>", "<NSLayoutConstraint:0x115ac30c0 H:[_UIButtonBarButton:0x115d40c80]-(0)-| (active, names: '|':_TtCC5UIKit19NavigationButtonBar15ItemWrapperView:0x115da48c0 )>", "<NSLayoutConstraint:0x115ac2df0 'TB_Leading_Leading' H:|-(12)-[_UIModernBarButton:0x115d20a80] (active, names: '|':_UIButtonBarButton:0x115d40c80 )>", "<NSLayoutConstraint:0x115ac2fd0 'TB_Trailing_Trailing' H:[_UIModernBarButton:0x115d20a80]-(12)-| (active, names: '|':_UIButtonBarButton:0x115d40c80 )>" ) Will attempt to recover by breaking constraint <NSLayoutConstraint:0x115ac2fd0 'TB_Trailing_Trailing' H:[_UIModernBarButton:0x115d20a80]-(12)-| (active, names: '|':_UIButtonBarButton:0x115d40c80 )> Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKitCore/UIView.h> may also be helpful.
2
1
401
Nov ’25
iPhone/iPad iCloud is a piece of junk right now.
Since iOS 26.1 I'm running into the following iCloud issues. Contacts are not being synced to iOS and iPad OS at all, no matter how I re-enable contact syncing I can't get them to sync. Somehow, my Mac and iPad are able to send out iMessages, but not my iPhone. My iPhone can receive and sync what I've sent using my Mac and iPad Unable to save an airdropped contact
2
0
79
Nov ’25
Announcing the Swift Student Challenge 2026
Announcing the Swift Student Challenge 2026 Every year, Apple’s Swift Student Challenge celebrates the creativity and ingenuity of student developers from around the world, inviting them to use Swift and Xcode to solve real-world problems in their own communities and beyond. Learn more → https://developer.apple.com/swift-student-challenge/ Submissions for the 2026 challenge will open February 6 for three weeks, and students can prepare with new Develop in Swift tutorials and Meet with Apple code-along sessions. The Apple Developer team is here is to help you along the way - from idea to app, post your questions at any stage of your development here in this forum board or be sure to add the Swift Student Challenge tag to your technology-specific forum question. Your designs. Your apps. Your moment.
6
3
1.1k
Nov ’25
Web Push Provisioning
Looking for more information on web push provisioning. I have a bank issuing credit card, which needs to be pushed to apple mobile wallet. Need to understand the APIs and other details required to do this.
0
0
130
Nov ’25
Incident Analysis – iPhone 15 - Crash Issue while launching app
Hi All, I am currently investigating an incident involving the iPhone 15 running iOS versions 18.6.2 and 26.0.1. The issue occurs when a user installs an application via the Company Portal. After installation, the app launches briefly and then crashes. We have reviewed the Company Portal logs and checked Firebase Crashlytics, but neither provided any conclusive information regarding the root cause. To further investigate, we asked 15 users to replicate the issue on similar devices, but the app worked correctly for all of them. We have identified several potential causes that might be contributing to the issue: Device configuration (model and OS version) Device type (Corporate or BYOD) Device policy settings App installation process Certificate or profile mismatch SDK or library version compatibility/deprecation SDK or framework initialization issues API failure during app launch (exception handling) Memory shortage Could you please suggest any additional areas or approaches we should explore to help identify the root cause? Thank you
0
0
169
Nov ’25
Can't connect to Whatsapp desktop
Since updating to iOS 26, I can no longer link my iPhone WhatsApp app to WhatsApp Desktop on Windows. Every attempt to scan the QR code results in an “Unexpected error” message on the desktop app. This issue only occurs on iOS. When using an Android device with the same version of WhatsApp Desktop and same network, linking works perfectly. I contacted WhatsApp Support, and they confirmed that the problem appears to be related to iOS networking or connectivity handling rather than their app.
1
0
106
Nov ’25
Icon’s title text mismatch
3 days back, when I unlocked my phone, I realised something off with icons and it’s display text. i tried opening some apps but I see blank screen. couldn’t restart the phone. only option I was left with, is to drain the battery and turn on again. i did and it was fine after restart. Took some to drain battery. luckily, I’m sitting in my home. What if I’m in emergency situation.
0
0
27
Nov ’25
CloudKit - moving record objects between zones
My app has three main SwiftData models: Collection, SavedItem, and Extract. A Collection can contain subcollections (folders within folders) and SavedItems (files). Each SavedItem can have child Extracts. I'm preparing for the ability for users to be able to share Collections with each other. Currently, my architecture treats each Collection as the root of its own CloudKit zone (a root parent Collection and all of its items and subcollections live in 1 zone). This makes sharing and isolation straightforward, but it also means that moving a SavedItem or subcollection between Collections involves moving it across zones. I’m trying to figure out the best pattern for handling these cross-zone moves while keeping data integrity, relationships, and sharing intact. My understanding is that in CloudKit, and moving a record from Zone A to Zone B would require deleting it from Zone A and recreating it in Zone B - while somehow maintaining the link back to my local SwiftData store. Has anyone run into this or know how best I should handle it?
2
0
347
Nov ’25
Interesting directory listing in Tahoe beta
I'm asking if this directory list is a problem: As root I see _unknown as the owner of a script I'm working on in Visual Studio. This ownership is unexpected. Does it indicate a filesystem issue or my inexperiene with MacOS? sh-3.2# ll total 4 -rwx------ 1 _unknown 667 Nov 3 10:14 wpbackup.sh drwxr-xr-x 3 _unknown 96 Nov 3 07:58 . drwxr-xr-x 3 _unknown 96 Nov 2 09:06 .. sh-3.2# exit I recently did sudo dseditgroup -o edit -a jeffreychimene -t jeffreychimene wheel to write into /private/var/backups Those files don't exhibit this issue: sudo ls -lat /var/backups total 116108 -rw-r--r-- 1 jeffreychimene wheel 101813175 Nov 3 10:32 20251103103246_wordpress_files.tar.gz drwxrwx--- 4 root wheel 128 Nov 3 10:32 . -rw-r--r-- 1 jeffreychimene wheel 1121984 Nov 3 10:32 20251103103246_wordpress_db.sql.gz drwxr-xr-x 39 root wheel 1248 Oct 31 10:23 .. As regular user I see the expected owner > bin [develop] ⚡ ll total 4.0K -rwx------ 1 jeffreychimene 667 Nov 3 10:14 wpbackup.sh
0
0
155
Nov ’25