You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commit 690cd4a causes a problem when using the KSCrashAdvanced.h header from the framework since the KSCrashReportStore.h is not a public header in the KSCrash.framework. See pull request #12 for a fix.
It would be very useful to expose crashReportStore to public interface.
...
import "KSCrash.h"
/** Advanced interface to the KSCrash system.
*/
@interface KSCrash ()
....
/** Store of all crash reports.
*
*/
...
The text was updated successfully, but these errors were encountered: