Post

Replies

Boosts

Views

Activity

Reply to Xcode 13: How to revert changes in side-by-side comparison?
The feature is still available in the 'Commit' window when you're saving your entire project back into source control (menu 'Source Control', menu item 'Commit...'). The arrangement of controls along the bottom of the window is also the same as before. It seems this new, changed interface only appears in the side-by-side 'Code Review' window. Not as useful if you just want to compare and perhaps revert changes in a single file. I second the motion that Apple make the old behavior available as an option to this new "improved" design.
Oct ’22
Reply to Trouble installing cocoapods on MacOS 12.6.1 with Xcode 14.1
I had this same error on macOS Monterey 12.6.2 with Xcode 13.4, Xcode 14.0.1 and Xcode 14.2 installed. Changing the default Xcode (Xcode / Preferences / Locations - "Command Line Tools:) from the latest (14.2) to 13.4 and trying again was successful. With 14.2 as the default: sudo gem install cocoapods -v 1.11.2 => #fail sudo gem install cocoapods => #fail (different error message) After changing to 13.4 as the default: sudo gem install cocoapods -v 1.11.2 => success, and pod --version => 1.11.2
Mar ’23
Reply to ERROR: Unrecognized attribute string flag '?' in attribute string "T@"NSString",?,R,C" for property debugDescription
I'm seeing the exact same message in Xcode's console pane while parsing JSON into custom data objects using the open source library Mantle (version 2.1.6 using CocoaPods). This is an iOS MapKit app showing whale-sighting annotations. Each sighting JSON has latitude, longitude, and other numeric and text values, all represented as strings. This started happening with Xcode 15; the same code showed no such errors in Xcode 13 and Xcode 14.
Jan ’25
Reply to Xcode 14: [Assert] UINavigationBar decoded as unlocked for UINavigationController
Same here. Using Xcode 14.2 on an Intel MacBook Pro on macOS Monterey 12.7.6 I create a new iOS app project and run on Simulator. Then I embed the single view controller on storyboard in a Navigation Controller and run again and get the same error as others report. Then I copy the project to another Mac (Intel MacBook Air on macOS Ventura 13.6.7 and run on Xcode 14.3 and it works flawlessly. (same project, different Xcode version). For what it's worth, that's my experience. Edit: This is an Objective-C project, not Swift; all my work I done in Objective-C.
Topic: UI Frameworks SubTopic: UIKit Tags:
Mar ’25
Reply to Is there a way to get Xcode 13 to show file extensions in the Project Navigator?
The link to Xcode 13 Release Notes given above is to the beta version and no longer works. The current link is: https://developer.apple.com/documentation/xcode-release-notes/xcode-13-release-notes
Replies
Boosts
Views
Activity
Nov ’21
Reply to Xcode 13: How to revert changes in side-by-side comparison?
The feature is still available in the 'Commit' window when you're saving your entire project back into source control (menu 'Source Control', menu item 'Commit...'). The arrangement of controls along the bottom of the window is also the same as before. It seems this new, changed interface only appears in the side-by-side 'Code Review' window. Not as useful if you just want to compare and perhaps revert changes in a single file. I second the motion that Apple make the old behavior available as an option to this new "improved" design.
Replies
Boosts
Views
Activity
Oct ’22
Reply to Trouble installing cocoapods on MacOS 12.6.1 with Xcode 14.1
I had this same error on macOS Monterey 12.6.2 with Xcode 13.4, Xcode 14.0.1 and Xcode 14.2 installed. Changing the default Xcode (Xcode / Preferences / Locations - "Command Line Tools:) from the latest (14.2) to 13.4 and trying again was successful. With 14.2 as the default: sudo gem install cocoapods -v 1.11.2 => #fail sudo gem install cocoapods => #fail (different error message) After changing to 13.4 as the default: sudo gem install cocoapods -v 1.11.2 => success, and pod --version => 1.11.2
Replies
Boosts
Views
Activity
Mar ’23
Reply to How to prevent Xcode 14 building multiple targets at the same time?
This is also happening for me, both projects downloaded from GitHub using Xcode's "Clone..." menu item as well as directly from the command line in Terminal.
Replies
Boosts
Views
Activity
Jul ’23
Reply to ≠ Filters in Issues Navigator documentation?
I have this same problem. Where is this feature (new in Xcode 14) documented?
Replies
Boosts
Views
Activity
Aug ’23
Reply to ≠ Filters in Issues Navigator documentation?
Solved. Type the word you want to filter out and press Return. A popup menu triangle appears before the word that, when opened, offers 4 choices: Contains, Does Not Contain, Begins With, Ends With. Still wish new Xcode features had some standard place to find descriptions.
Replies
Boosts
Views
Activity
Aug ’23
Reply to ERROR: Unrecognized attribute string flag '?' in attribute string "T@"NSString",?,R,C" for property debugDescription
I'm seeing the exact same message in Xcode's console pane while parsing JSON into custom data objects using the open source library Mantle (version 2.1.6 using CocoaPods). This is an iOS MapKit app showing whale-sighting annotations. Each sighting JSON has latitude, longitude, and other numeric and text values, all represented as strings. This started happening with Xcode 15; the same code showed no such errors in Xcode 13 and Xcode 14.
Replies
Boosts
Views
Activity
Jan ’25
Reply to ERROR: Unrecognized attribute string flag '?' in attribute string "T@"NSString",?,R,C" for property debugDescription
Thanks, drewster! That fixes it, both ways (in my code and/or patching it in Mantle's code). Much appreciated!
Replies
Boosts
Views
Activity
Feb ’25
Reply to Xcode 14: [Assert] UINavigationBar decoded as unlocked for UINavigationController
Same here. Using Xcode 14.2 on an Intel MacBook Pro on macOS Monterey 12.7.6 I create a new iOS app project and run on Simulator. Then I embed the single view controller on storyboard in a Navigation Controller and run again and get the same error as others report. Then I copy the project to another Mac (Intel MacBook Air on macOS Ventura 13.6.7 and run on Xcode 14.3 and it works flawlessly. (same project, different Xcode version). For what it's worth, that's my experience. Edit: This is an Objective-C project, not Swift; all my work I done in Objective-C.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Mar ’25