From 7cc280f45acacddd1f5062537e37f2a387485f7b Mon Sep 17 00:00:00 2001 From: Andreas Linde Date: Sat, 14 Mar 2015 08:15:53 -0700 Subject: [PATCH] Fix compile issue using CocoaPods & Frameworks --- Classes/BITCrashReportTextFormatter.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Classes/BITCrashReportTextFormatter.h b/Classes/BITCrashReportTextFormatter.h index a1d6269b5e..c75d93c67f 100644 --- a/Classes/BITCrashReportTextFormatter.h +++ b/Classes/BITCrashReportTextFormatter.h @@ -34,7 +34,8 @@ #import -#import +@class PLCrashReport; + // Dictionary keys for array elements returned by arrayOfAppUUIDsForCrashReport: #ifndef kBITBinaryImageKeyUUID