Post

Replies

Boosts

Views

Activity

Reply to iPhone 17, IOS 26 - No option to enable ‘Processor Trace’
iPhone 17 (A19 Chips) do not require the fixed enablement of processor trace prior to boot. This means they do not require enabling a setting and just work.
Replies
Boosts
Views
Activity
Sep ’25
Reply to Xcode 15 structured logging not working for existing project
Great!! Yes, structured logging does depend on newer OS features and does therefore require iOS 17.0+ to function with structured logging. That also includes simulators so you will need to be on newer simulators. Thanks!
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’23
Reply to Xcode 15 structured logging not working for existing project
It looks like there may be an environment variable set in your scheme. Can you check if something is there? Specifically OS_ACTIVITY_DT_MODE=1 or some other value? This will request Xcode use the old logging system and redirect os_log to stderr like this.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’23