I inspected the .xcscheme file of my Xcode 14 project in question and did not see any key named OS_ACTIVITY_MODE.
Post
Replies
Boosts
Views
Activity
Hi Quinn. No that works fine. It seems that it's broken for projects that were created with an Xcode version < 15.
Note I regularly see folks wrap the log so that they can add #file and #line markers. There’s no need to do that, because you can get that info using --source.
Where can I learn more about --source? I've not heard of this before?