plcrashreporter
plcrashreporter copied to clipboard
Warnings when building client code with `CLANG_WARN_OBJC_INTERFACE_IVARS=YES`
Description
When building my PLCrashReporter framework client with CLANG_WARN_OBJC_INTERFACE_IVARS=YES
(corresponding to the "Interface Declarations of Instance Variables" GUI build setting in the "Apple Clang - Warnings - Objective-C" section), a total of 73 warnings are generated, corresponding to ivars declared in PLCrashReporter implementation classes.
Repro Steps
Please list the steps used to reproduce your issue.
- Open a simple project which links against the PLCrashReporter framework (macOS).
-
#include <CrashReporter/CrashReporter.h>
- Make sure
CLANG_WARN_OBJC_INTERFACE_IVARS
is set toYES
. - Compile.
Details
- SDK version 1.11.0
- macOS 13.3.1
- Xcode version 14.3
- using Objective-C
These warnings are also reproducible as errors when building the framework itself from source with this option turned on.
Hello @siegel , thanks for contacting us, I created a task on our dashboard, we will write here when there is new information.
Fixed.