swift和objective-c混编项目引入此库后打断点后直接闪退。
Btl was compiled with optimization - stepping may behave oddly; variables may not be available. Message from debugger: The LLDB RPC server has crashed. The crash log is located in ~/Library/Logs/DiagnosticReports and has a prefix 'lldb-rpc-server'. Please file a bug and attach the most recent crash log.
查看carsh log显示信息如下:System Integrity Protection: enabled
Crashed Thread: 8 RPC packet thread for client tid 006737a7 (6764455)
Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY
Application Specific Information: Stack dump: 0. While loading conformances for 'BTLRemotePushHelper' in module 'Btl'
- While reading inherited conformance for type 'BTLRemotePushHelper'
- While cross-referencing conformance for 'NSObject' in module 'ObjectiveC'
- While ... to 'JRPersistent' in module '__ObjC'
- If you're seeing a crash here, check that your SDK and dependencies are at least as new as the versions used to build 'Btl'
abort() called
大概推测应该是jrdb问题,但是不知道如何解决,希望作者能个方案帮我解决下问题。best wishes!
你这个是在release模式下的崩溃,可能很多信息会被隐藏,能否在debug模式下看看会不会出问题