loopandlearn / LoopFollow

A general Follow app for parents of T1D Loop Users
GNU Affero General Public License v3.0
106 stars 570 forks source link

Add IDEPreferLogStreaming env. variable to Launch and Profile actions #322

Closed bjorkert closed 2 months ago

bjorkert commented 2 months ago

Inspired by this PR to Loop https://github.com/LoopKit/LoopWorkspace/pull/183

This PR resolves the logging initialization error when building to an iOS 17.5.1 device by adding the IDEPreferLogStreaming environment variable to the Launch and Profile actions in the LoopFollow scheme.

Summary of Changes

Result

The initial error message is no longer seen in the Xcode debug log.