-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use of unresolved identifier '_stdlib_demangleName' #2
Comments
For Swift 3 the function _stdlib_demangleName is apparently private. Was it public in previous versions of Swift? Has anyone found a solution for this issue? |
Here's one possibility, but it's a fairly major project - over 2000 lines of Swift code just to demangle function names: https://github.com/mattgallagher/CwlDemangle |
Combined & updated code is hosted here, if you need it. https://github.com/GDXRepo/CallStackParser |
Thanks @GDXRepo. It still works in 2022. |
I am trying to use it in Swift3.0, but it doesn't seems to work and complier throws error as it fails to identify the class.
var packageClassAndMethodStr = _stdlib_demangleName(components[3])
The text was updated successfully, but these errors were encountered: