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

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
364
1w
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
65
2w
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.
4
3
755
2w
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
154
2w
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
80
2w
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
12
2w
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
321
2w
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
143
2w
How Australian Developers Can Balance Privacy and Personalization in AI-Driven iOS Apps
As AI continues to reshape mobile experiences in Australia, developers are increasingly integrating intelligent features into iOS applications. Yet one of the most important challenges is achieving effective personalization while maintaining compliance with Apple’s strong privacy and security standards. Australian users value transparency and data protection, which makes it essential for iOS app developers in Australia to create experiences that respect user consent while still offering relevant, context-aware functionality. Tools such as on-device machine learning, Core ML, and Apple’s differential privacy frameworks allow teams to deliver adaptive app behavior without transferring sensitive data off the device. As a recognized leader among iOS app developers in Australia, Dev Story follows a privacy-focused approach that aligns with both Apple’s best practices and Australian data protection principles. Through responsible AI design, edge computing, and secure local data processing, Dev Story enables clients to deliver personalized app experiences that build lasting user confidence and trust. Here are a few points for community discussion: What methods are you using to balance personalization and privacy within iOS apps? How do you incorporate Apple’s privacy-preserving frameworks like Core ML into your workflow? Which tools have helped you maintain compliance while still achieving meaningful personalization? How do you see privacy shaping the future of AI-driven iOS app innovation in Australia? Let’s exchange insights and contribute to developing more privacy-respectful, AI-enhanced iOS applications for users across Australia. Contact Dev Story Website: https://dev-story.com/
0
0
40
2w
Home App air conditioner connection issues
The air conditioner is connected to the Home app via Matter Bridge, and two different methods have resulted in different behaviors: After scanning the QR code to bind the air conditioner, a fan speed slider is displayed. If the air conditioner is first added to MatterBridge (a gateway with Zigbee functionality), and then scanned to bind it to the Home app, the fan speed slider is not displayed. Data reporting is the same. fan-1.txt fan-2.txt nofan-1.txt nofan-2.txt nofan-3.txt
1
0
410
2w
Photo and settings app freezing
Ever since I upgraded to iPhone 17 Pro and ios26.1 my apps freeze. Especially my photo and settings app. What can I do? Also when I select a text message thread from someone I used to click on their head and see photos we shared. That option is gone
1
0
86
2w
Apps quiting by themselves
For some reason my apps have been randomly quiting when not in focus, so if I have whatsapp opened and switch to a different app it will quit by itself. This only became an issue about 3 days ago but wasnt an issue before when I installed the beta version, so I dont think it has anything to do with that. Unfortunately I need to post my question here since I cant on apple's forum. Some apps stay open (e.g chrome, messages, mail)
0
0
77
3w
Help: Recover Photos from iPhone XS Max (A2101) After Updating from iOS 14.6 to 18.7.1
Help: Recover Photos from iPhone XS Max (A2101) After Updating from iOS 14.6 to 18.7.1 Hi everyone, I accidentally restored my iPhone XS Max (model A2101) while trying to update from iOS 14.6 to iOS 18.7.1 via iTunes on Windows, and now all my photos are gone. I didn’t have any backup and I’m looking for ways to recover my data. I’ve tried some recovery software, but they all ask for the encrypted iTunes backup password, which I don’t have. I want to scan the device directly without relying on a backup. Has anyone successfully recovered photos in a situation like this? Any tools, tips, or services that could help would be much appreciated. Thank you!
0
0
354
3w
Feature Request: Keyboard Shortcut to Move Windows Across Multiple Monitors in iOS/macOS
Hello Apple Team, I love the existing keyboard shortcuts such as Control + Function + Left/Right Arrow which allow moving windows to the left or right half of the screen. It significantly improves window management and productivity. I would like to kindly request a similar feature to move windows across multiple monitors using a keyboard shortcut. This would be especially helpful for users with multi-monitor setups who want quick and seamless window transitions between displays without using the mouse. This enhancement could align with Apple's commitment to intuitive and efficient user experience, helping users manage their workspace more effectively. Thank you for considering this feature request!
2
0
382
3w