【发布时间】:2016-06-08 14:26:05
【问题描述】:
我已经使用 POD 添加了 PLCrashReporter
use_frameworks!
pod 'PLCrashReporter'
我已在 Briding Header 中导入以下文件以在我的 swift 项目中使用
#import <CrashReporter/CrashReporter.h>
#import <CrashReporter/PLCrashReport.h>
如果我运行该项目,那么我不会遇到任何问题,它会按预期工作
如果我进行 xcode 单元测试,我会收到以下错误 (Xcode->产品->测试)
【问题讨论】:
标签: ios xcode unit-testing cocoapods plcrashreporter