-
Notifications
You must be signed in to change notification settings - Fork 127
Closed
Labels
Description
What library should be linked to fix below error?
xcode: 10.3
macos: 10.14.5
I added libraries from here:
https://firebase.google.com/docs/cpp/setup#os_x_libraries
Undefined symbols for architecture x86_64:
"_GSS_C_NT_HOSTBASED_SERVICE", referenced from:
_f_b_Curl_auth_decode_spnego_message in libfirebase_app.a(33677b163c7b4eb0de6ea9393e320c84_spnego_gssapi.o)
_f_b_Curl_SOCKS5_gssapi_negotiate in libfirebase_app.a(33677b163c7b4eb0de6ea9393e320c84_socks_gssapi.o)
"_gss_delete_sec_context", referenced from:
_f_b_Curl_auth_decode_spnego_message in libfirebase_app.a(33677b163c7b4eb0de6ea9393e320c84_spnego_gssapi.o)
_f_b_Curl_auth_spnego_cleanup in libfirebase_app.a(33677b163c7b4eb0de6ea9393e320c84_spnego_gssapi.o)
_f_b_Curl_SOCKS5_gssapi_negotiate in libfirebase_app.a(33677b163c7b4eb0de6ea9393e320c84_socks_gssapi.o)
"_gss_display_name", referenced from:
_f_b_Curl_SOCKS5_gssapi_negotiate in libfirebase_app.a(33677b163c7b4eb0de6ea9393e320c84_socks_gssapi.o)
"_gss_display_status", referenced from:
_f_b_check_gss_err in libfirebase_app.a(33677b163c7b4eb0de6ea9393e320c84_socks_gssapi.o)
_f_b_Curl_gss_log_error in libfirebase_app.a(33677b163c7b4eb0de6ea9393e320c84_curl_gssapi.o)
"_gss_import_name", referenced from:
_f_b_Curl_auth_decode_spnego_message in libfirebase_app.a(33677b163c7b4eb0de6ea9393e320c84_spnego_gssapi.o)
_f_b_Curl_SOCKS5_gssapi_negotiate in libfirebase_app.a(33677b163c7b4eb0de6ea9393e320c84_socks_gssapi.o)
"_gss_init_sec_context", referenced from:
_f_b_Curl_gss_init_sec_context in libfirebase_app.a(33677b163c7b4eb0de6ea9393e320c84_curl_gssapi.o)
(maybe you meant: _f_b_Curl_gss_init_sec_context)
"_gss_inquire_context", referenced from:
_f_b_Curl_SOCKS5_gssapi_negotiate in libfirebase_app.a(33677b163c7b4eb0de6ea9393e320c84_socks_gssapi.o)
"_gss_release_buffer", referenced from:
_f_b_Curl_auth_decode_spnego_message in libfirebase_app.a(33677b163c7b4eb0de6ea9393e320c84_spnego_gssapi.o)
_f_b_Curl_auth_spnego_cleanup in libfirebase_app.a(33677b163c7b4eb0de6ea9393e320c84_spnego_gssapi.o)
_f_b_Curl_auth_create_spnego_message in libfirebase_app.a(33677b163c7b4eb0de6ea9393e320c84_spnego_gssapi.o)
_f_b_Curl_SOCKS5_gssapi_negotiate in libfirebase_app.a(33677b163c7b4eb0de6ea9393e320c84_socks_gssapi.o)
_f_b_check_gss_err in libfirebase_app.a(33677b163c7b4eb0de6ea9393e320c84_socks_gssapi.o)
_f_b_Curl_gss_log_error in libfirebase_app.a(33677b163c7b4eb0de6ea9393e320c84_curl_gssapi.o)
"_gss_release_name", referenced from:
_f_b_Curl_auth_decode_spnego_message in libfirebase_app.a(33677b163c7b4eb0de6ea9393e320c84_spnego_gssapi.o)
_f_b_Curl_auth_spnego_cleanup in libfirebase_app.a(33677b163c7b4eb0de6ea9393e320c84_spnego_gssapi.o)
_f_b_Curl_SOCKS5_gssapi_negotiate in libfirebase_app.a(33677b163c7b4eb0de6ea9393e320c84_socks_gssapi.o)
"_gss_unwrap", referenced from:
_f_b_Curl_SOCKS5_gssapi_negotiate in libfirebase_app.a(33677b163c7b4eb0de6ea9393e320c84_socks_gssapi.o)
"_gss_wrap", referenced from:
_f_b_Curl_SOCKS5_gssapi_negotiate in libfirebase_app.a(33677b163c7b4eb0de6ea9393e320c84_socks_gssapi.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)