我在iphone中创建了一个应用程序,其中我在项目中导入了一个名为CrashReporter.Framework的框架。我已经将这个框架导入到我的appdelegate和名为CrashReportViewController.When的类中,我运行应用程序,它给我提供了foll错误:objc-class-ref-to-PLCrashReport in CrashReportViewController.o
"_OBJC_CLASS_$
我有一个用makefile编译的可执行文件(用于Mac的.app),没有Xcode。我想使用Xcode调试这个应用程序。(可以在使用-g选项编译应用程序时对其进行调试)。现在,我想使用Xcode调试这个exe。如何在Xcode中做到这一点?在使用Visual Studio的Windows中,我可以使用"devenv a