fantexi023

Results 4 issues of fantexi023

crash info as follows: Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: 0x00000000 at 0x0000000000000000 Crashed Thread: 51 Thread 51 Crashed: 0 CoreData _fetchResultSetAllocateInitialize 1 CoreData _fetchResultSetAllocateInitialize 2 CoreData _newFetchedRowsForFetchPlan_MT 3 CoreData...

我使用中发现BOOL类型的属性创建表的时候会失败,我不太明白这些下面这段代码: `([typeStr hasPrefix:@"Ti"]||[typeStr hasPrefix:@"TI"]||[typeStr hasPrefix:@"Ts"]||[typeStr hasPrefix:@"TS"]||[typeStr hasPrefix:@"T@\"NSNumber\""]||[typeStr hasPrefix:@"TB"]||[typeStr hasPrefix:@"Tq"]||[typeStr hasPrefix:@"TQ"]) {` 调试发现IOS下面的BOOL类型对应的前缀是TB,而Mac下面是Tc.导致这个判断失败。因为这个问题比较紧急,如果您看见了,能够邮件大概解释下含义,非常感谢![email protected]

``` 异常类型:app 运行时异常 手机型号:iphone12或模拟器iPhone14 手机系统版本:iOS 16.3 matrix版本:master分支 问题描述:如:运行demo iOS工程,无论是Lay还是NSException crash,在日志文件中查看threads堆栈信息,都没有symbol_addr字段,如下: `"threads": [ { "backtrace": { "contents": [ { "instruction_addr": 4462201019 }, { "instruction_addr": 4445719459 }, { "instruction_addr": 4462200745 }, {...