Posts

Post not yet marked as solved
4 Replies
423 Views
I'm having a problem with Mac Ventura 13 using Xcode 14.1 Delete key issue. When I press delete a pair of single quotes is created. Xcode shows a coding error with the option to fix the problem. Sometimes several sets of double single quotes are created after pressing the Delete key. The error message fix option has been the best way to delete single quotes. I've tried reinstalling Xcode but the issue persists. Any suggestions?
Posted
by patgov.
Last updated
.
Post not yet marked as solved
3 Replies
681 Views
When I run the app in the Simulator 12.3, I get the following errors but Xcode 12.3 is not showing any problems with the code. I get the same errors with any selected device. Is this a Simulator bug, an issue with Xcode or SwiftUI issue, etc?     "<NSLayoutConstraint:0x600002fe1f40 'BIBTrailingCBLeading' H:[UIModernBarButton:0x15b627e90]-(6)-[UIModernBarButton:0x15b626920'Recent Data']   (active)>",     "<NSLayoutConstraint:0x600002fe1f90 'CBTrailingTrailing' UIModernBarButton:0x15b626920'Recent Data'.trailing <= UIButtonBarButton:0x15b625f50.trailing   (active)>",     "<NSLayoutConstraint:0x600002fe2da0 'UINavstaticbuttonhorizposition' UIModernBarButton:0x15b627e90.leading == UILayoutGuide:0x60000359e920'UIViewLayoutMarginsGuide'.leading   (active)>",     "<NSLayoutConstraint:0x600002fe2df0 'UINavItemContentGuide-leading' H:[UIButtonBarButton:0x15b625f50]-(0)-[UILayoutGuide:0x60000359e840'UINavigationBarItemContentLayoutGuide']   (active)>",     "<NSLayoutConstraint:0x600002fe5db0 'UINavItemContentGuide-trailing' UILayoutGuide:0x60000359e840'UINavigationBarItemContentLayoutGuide'.trailing == UINavigationBarContentView:0x15b61b5d0.trailing   (active)>",     "<NSLayoutConstraint:0x600002fe3570 'UIView-Encapsulated-Layout-Width' UINavigationBarContentView:0x15b61b5d0.width == 0   (active)>",     "<NSLayoutConstraint:0x600002fe6170 'UIView-leftMargin-guide-constraint' H:|-(0)-[UILayoutGuide:0x60000359e920'UIViewLayoutMarginsGuide']  (active, names: '|':UINavigationBarContentView:0x15b61b5d0 )>"
Posted
by patgov.
Last updated
.