我使用 POD 添加了 PLCrashReporter
use_frameworks!
pod 'PLCrashReporter'
我在 Briding Header 中导入了以下文件以在我的 swift 项目中使用
#import <CrashReporter/CrashReporter.h>
#import <CrashReporter/PLCrashReport.h>
如果我运行该项目,那么我不会遇到任何问题并且它可以按预期工作
如果我执行 xcode unit-test 我会收到以下错误(Xcode->Product->Test)