ios - BugClipper 集成问题

标签 ios objective-c bug-reporting

我无法将 BugClipper 集成到我的项目中。

我遵循了他们 website 中提到的集成说明 但是,当我继续我的构建时,它会抛出以下错误 -

Cannot find executable for CFBundle/CFPlugIn 0x17eaf2f0 (not loaded) 
2014-07-24 12:34:15.457 BugClipper[371:60b] -[SMOCInvokerView smoc_width]: unrecognized selector sent to instance 0x17eae380 
2014-07-24 12:34:15.459 BugClipper[371:60b] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[SMOCInvokerView smoc_width]: unrecognized selector sent to instance 0x17eae380' 
*** First throw call stack: 
(0x2eafce83 0x391a66c7 0x2eb007b7 0x2eaff0af 0x2ea4ddc8 0x10e8bf 0x10e60f 0x3968b0af 0x3968bcdb 0x10e5e7 0x105861 0xea8e5 0x312f1aad 0x312f14f3 0x312ebb41 0x31286a07 0x31285cfd 0x312eb321 0x3373876d 0x33738357 0x2eac7777 0x2eac7713 0x2eac5edf 0x2ea30471 0x2ea30253 0x312ea5c3 0x312e5845 0xeaae5 0x3969fab7) 
libc++abi.dylib: terminating with uncaught exception of type NSException

最佳答案

似乎该类别未加载,最好转到目标应用程序的build设置,并搜索其他链接器标志并在其中添加一行,-ObjC -all_load

这绝对可以解决您的问题。

干杯

关于ios - BugClipper 集成问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25073758/

相关文章:

检索指向 PFUser 的指针时 iOS 解析问题

ios - iOS 中的 UITextField 允许单个数字

android - Google Play 控制台崩溃报告 - 多个 OR

iphone - 如何将 DetailViewController 的导航项上的后退按钮设置为 "Back"而不是上一个表格的标题?

ios - 如何确定图像是否为 Objective-C 中的渐进式 JPEG(隔行扫描)

iphone - '>' 的左操作数是垃圾值

sql-server-2008 - 在 SQL Server 中报告错误的正确位置在哪里?

java - Sonar 管 5.3 : IllegalArgumentException: There's no changeset on line 1352

ios - Cocoapods:修改资源的最佳方式是什么

ios - 我可以快速从后台队列调用静态方法吗?