Post

Replies

Boosts

Views

Activity

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 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 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 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