Skip to content

Instantly share code, notes, and snippets.

@freynaud
Created June 14, 2013 16:59
Show Gist options
  • Save freynaud/5783550 to your computer and use it in GitHub Desktop.
Save freynaud/5783550 to your computer and use it in GitHub Desktop.
➜ libimobiledevice git:(instruments) ✗ make
make all-recursive
Making all in common
make[2]: Nothing to be done for `all'.
Making all in src
CCLD libimobiledevice.la
Undefined symbols for architecture x86_64:
"_debug_buffer", referenced from:
_afc_dispatch_packet in afc.o
_afc_receive_data in afc.o
_afc_file_lock in afc.o
"_debug_info_real", referenced from:
_nskeyedarchive_get_objects in libinternalcommon.a(nskeyedarchive.o)
_nskeyedarchive_get_object_by_uid in libinternalcommon.a(nskeyedarchive.o)
_nskeyedarchive_get_class_by_uid in libinternalcommon.a(nskeyedarchive.o)
_nskeyedarchive_append_object in libinternalcommon.a(nskeyedarchive.o)
_nskeyedarchive_append_class in libinternalcommon.a(nskeyedarchive.o)
_nskeyedarchive_append_class_v in libinternalcommon.a(nskeyedarchive.o)
_nskeyedarchive_add_top_class in libinternalcommon.a(nskeyedarchive.o)
...
"_debug_plist_real", referenced from:
_dt_message_print in libinternalcommon.a(dt_message.o)
_decode_class in libinternalcommon.a(dt_message.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [libimobiledevice.la] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Copy link

ghost commented Sep 27, 2013

So. Have you solved this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment