GDXRepo / CallStackParser

This is a utility class for parsing the current call stack in scope. This can be very useful for logging so that you automatically prefix logs with contextual information.
MIT License
26 stars 4 forks source link

Doesn't work on Xcode 10.2.1 using Swift 4.2 #2

Closed d4rkd3v1l closed 5 years ago

d4rkd3v1l commented 5 years ago

At first I want to say that I really like the idea to have somewhat more readable and therefore usable stack traces.

Unfortunately it didn't work at all on my machine/project.

Sorry, but atm I don't have any time for further investigation/debugging/fixing -.-

GDXRepo commented 5 years ago

This repo is outdated, so Swift APIs changing leads to the issue you mentioned.