I need to implement the PLCrashReporter to my application, i have added framework and the code to use it, but i need add header files. I am not sure what to add as header files.
Could you please help me?
I need to implement the PLCrashReporter to my application, i have added framework and the code to use it, but i need add header files. I am not sure what to add as header files.
Could you please help me?
#import "CrashReporter/CrashReporter.h"
Would be the right answer, if all is right configured.
© 2022 - 2024 — McMap. All rights reserved.
#import <CrashReporter/CrashReporter.h>
– Leverage