I am creating an iphone application in which I imported a framework known as CrashReporter.Framework in my project. And I imported this structure into my appdelegate and class called CrashReportViewController. When I launched the application, it gave me a foll error:
"_OBJC_CLASS_$_PLCrashReport", referenced from:
objc-class-ref-to-PLCrashReport in WordPressAppDelegate.o
objc-class-ref-to-PLCrashReport in CrashReportViewController.o
"_OBJC_CLASS_$_PLCrashReporter", referenced from:
objc-class-ref-to-PLCrashReporter in WordPressAppDelegate.o
objc-class-ref-to-PLCrashReporter in CrashReportViewController.o
What could be the problem?
source
share