Closed inamiy closed 8 years ago
Interesting, can you send through an example project to swift trace at johnholdsworth.com or experiment with adding it to the exclusions regexp?
__ARCLite__
class is somehow picked by objc_copyClassList
and causes runtime crash at traceObjcClass( object_getClass( aClass ), which:"+")
.
Because class func valid()
is called afterwards, SwiftTrace.exclude()
didn't help to work around.
I will try reproducing with simple demo (current code is not shareable)
I’ve pushed a change to exclude __ARCLite__
, can you give it a try?
I’ve pushed an update that fixes the ARM64 trampoline. You may want to update.
This may be a project-dependent issue, but I got a following
__ARCLite__
error:It seems skipping traces of
__ARCLite__
class is necessary. Or, is there any good alternative on this?