Post

Replies

Boosts

Views

Activity

Reply to How to use a freestanding macro with OSLog
eskimo you must never have written a real app lol. You can't wrap the system log at all right now, because if you do the callsite info will be of the code that wrapped the log statement. Which means in Xcode 15 you have to pick between getting the log integration or a functional logger where you can store things in files so users can send you bug reports with logs from their devices, etc. The complete oversight in structured logging in Xcode 15 / iOS 17 is baffling. It's like Apple never heard of logging to a file before.
Topic: App & System Services SubTopic: Core OS Tags:
Oct ’23
Reply to xcodebuild[56491:10396296] [MT] DVTAssertions: Warning in Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103
Apple replied back that it's fixed in Xcode 15.1 in my ticket (https://feedbackassistant.apple.com/feedback/13194758)
Replies
Boosts
Views
Activity
Jan ’24
Reply to xcodebuild[56491:10396296] [MT] DVTAssertions: Warning in Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103
Why are people in this thread acting like this is something they can solve? It's a bug in Xcode, you can't solve it, only Apple can.
Replies
Boosts
Views
Activity
Nov ’23
Reply to How to use a freestanding macro with OSLog
eskimo you must never have written a real app lol. You can't wrap the system log at all right now, because if you do the callsite info will be of the code that wrapped the log statement. Which means in Xcode 15 you have to pick between getting the log integration or a functional logger where you can store things in files so users can send you bug reports with logs from their devices, etc. The complete oversight in structured logging in Xcode 15 / iOS 17 is baffling. It's like Apple never heard of logging to a file before.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to How can I suppress warning that "Conversion to Swift 5 is available"?
It's a bug in Xcode 13. It'll list the "Conversion to Swift 5 is available" for all Swift Packages, regardless of the package being written in Swift 5 or not.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jan ’22
Reply to Xcode 13.1: What happened to shortcuts on international keyboards?
Found a workaround. Change the shortcut to something custom in Xcode Open ~/Library/Developer/Xcode/UserData/Keybindings/Default.idekeybindings in a text editor Change the shortcut to @$7 i.e. <key>Keyboard Shortcut</key> <string>@$7</string> You'll need to do it for all 4 comment shortcuts.
Replies
Boosts
Views
Activity
Nov ’21