Matt Reimer

Results 6 comments of Matt Reimer

I'm very interested in this feature for the extra clues that might be in logs. As of iOS 15, an app can get its own logs: ``` if let logStore...

Also I see `NSLog` output in these logs too, with a subsystem of ` message` (the leading space seems to be significant).

@philipphofmann I just tried 15.4 (15F31d) and I get the same warnings. I'm using SentrySwiftUI if that matters.

More info: ``` While building module 'Sentry' imported from /path/to/my/project/Classes/MassiveTextView/MassiveTextView.m:24: In file included from :1: /path/to/my/deriveddata/Build/Products/Debug-iphoneos/Sentry.framework/Headers/Sentry.h:9:9: warning: double-quoted include "SentryAttachment.h" in framework header, expected angle-bracketed instead [-Wquoted-include-in-framework-header] #import "SentryAttachment.h" ^~~~~~~~~~~~~~~~~~~~...

The number of build warnings has improved with Sentry 8.32.0, but `@import Sentry;` still results in 54 build warnings. The public `Sentry.h` is now using bracket-quoted includes (e.g. `#import `)...