Skip to content
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

Undefined symbol "__dyld_get_all_image_infos" #20

Open
Inc0n opened this issue Aug 13, 2018 · 1 comment
Open

Undefined symbol "__dyld_get_all_image_infos" #20

Inc0n opened this issue Aug 13, 2018 · 1 comment

Comments

@Inc0n
Copy link

Inc0n commented Aug 13, 2018

> Making all for tool classdump-dyld…
==> Compiling main.xm (arm64)…
==> Linking tool classdump-dyld (arm64)…
Undefined symbols for architecture arm64:
  "__dyld_get_all_image_infos", referenced from:
      _parseImage in main.xm.2a5da891.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
@abarnert-pg
Copy link

This function has been made private (as in unlinkable) in macOS 10.13 and iOS 11, and will apparently be deleted entirely at some point. See https://bugs.chromium.org/p/crashpad/issues/detail?id=187 for more info.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants