@eskimo Thanks for the prompt reply! I just tried creating a new project with the same bundle ID, even using the same team and provisioning profile, and it works fine. So it must be something specific to the app. I also tried both deleting the subsystems config file, using a default config, and then also explicitly settings specific categories for these subsystems. Still nothing. I have also tried adding a project to the same workspace, which works fine. So it must be project or target related?
Additionally, I checked in the logging preferences folder and first removed the plist for the subsystem there to test. That did not affect it. I also created an explicit config for the subsystem and categories with no effects. I placed a plist with our subsystems name here: `/Library/Preferences/Logging/Subsystems/{bundleID}.plist, with this:
<dict>
<key>DEFAULT-OPTIONS</key>
<dict>
<key>Level</key>
<dict>
<key>Enable</key>
<string>Info</string>
<key>Persist</key>
<string>Inherit</string>
</dict>
</dict>
<key>analytics</key>
<dict>
<key>Level</key>
<dict>
<key>Enable</key>
<string>Debug</string>
<key>Persist</key>
<string>Inherit</string>
</dict>
</dict>
<key>app</key>
<dict>
<key>Level</key>
<dict>
<key>Enable</key>
<string>Debug</string>
<key>Persist</key>
<string>Inherit</string>
</dict>
</dict>
</dict>
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: