Apple Mach-O Linker (ld) Error Group

113 views
Skip to first unread message

yeahhapp...@gmail.com

unread,
Dec 12, 2017, 9:54:15 AM12/12/17
to Kivy users support
When i build my test app that name ninjas.
That Error is happened "Apple Mach-O Linker (ld) Error Group"
And i searched how fix this problem, then do it all way that i found.
And last, i changed "Enabled Bitcode" to Off then these error happened.
Please tell me what should i do for fix it.

Undefined symbols for architecture armv7:
  "operator delete[](void*)", referenced from:
      CSoundFile::ReadAMF(unsigned char const*, unsigned int) in libsdl2_mixer.a(load_amf.o)
      AMSUnpack(char const*, unsigned int, char*, unsigned int, char) in libsdl2_mixer.a(load_ams.o)
      CSoundFile::ReadMDL(unsigned char const*, unsigned int) in libsdl2_mixer.a(load_mdl.o)
      CSoundFile::Destroy() in libsdl2_mixer.a(sndfile.o)
      CSoundFile::FreePattern(void*) in libsdl2_mixer.a(sndfile.o)
      CSoundFile::SetPatternName(unsigned int, char const*) in libsdl2_mixer.a(sndfile.o)
  "operator delete(void*)", referenced from:
      _ModPlug_Load in libsdl2_mixer.a(modplug.o)
      _ModPlug_Unload in libsdl2_mixer.a(modplug.o)
      CSoundFile::Destroy() in libsdl2_mixer.a(sndfile.o)
  "operator new[](unsigned long)", referenced from:
      CSoundFile::Read669(unsigned char const*, unsigned int) in libsdl2_mixer.a(load_669.o)
      CSoundFile::ReadAMF(unsigned char const*, unsigned int) in libsdl2_mixer.a(load_amf.o)
      CSoundFile::ReadAMS(unsigned char const*, unsigned int) in libsdl2_mixer.a(load_ams.o)
      CSoundFile::ReadAMS2(unsigned char const*, unsigned int) in libsdl2_mixer.a(load_ams.o)
      AMSUnpack(char const*, unsigned int, char*, unsigned int, char) in libsdl2_mixer.a(load_ams.o)
      CSoundFile::ReadDMF(unsigned char const*, unsigned int) in libsdl2_mixer.a(load_dmf.o)
      CSoundFile::ReadFAR(unsigned char const*, unsigned int) in libsdl2_mixer.a(load_far.o)
      ...
  "operator new(unsigned long)", referenced from:
      CSoundFile::ReadAMS2(unsigned char const*, unsigned int) in libsdl2_mixer.a(load_ams.o)
      CSoundFile::ReadDBM(unsigned char const*, unsigned int) in libsdl2_mixer.a(load_dbm.o)
      CSoundFile::ReadIT(unsigned char const*, unsigned int) in libsdl2_mixer.a(load_it.o)
      CSoundFile::ReadMDL(unsigned char const*, unsigned int) in libsdl2_mixer.a(load_mdl.o)
      CSoundFile::ReadMT2(unsigned char const*, unsigned int) in libsdl2_mixer.a(load_mt2.o)
      _PAT_Load_Instruments in libsdl2_mixer.a(load_pat.o)
      CSoundFile::ReadPAT(unsigned char const*, unsigned int) in libsdl2_mixer.a(load_pat.o)
      ...
  "___gxx_personality_sj0", referenced from:
      _ModPlug_Load in libsdl2_mixer.a(modplug.o)
      _ModPlug_Unload in libsdl2_mixer.a(modplug.o)
  "_adler32", referenced from:
      _PyZlib_adler32 in libpython.a(zlibmodule.o)
     (maybe you meant: _tdefl_get_adler32, _mz_adler32 )
  "_crc32", referenced from:
      _PyZlib_crc32 in libpython.a(zlibmodule.o)
     (maybe you meant: _mz_crc32)
  "_deflate", referenced from:
      _PyZlib_objcompress in libpython.a(zlibmodule.o)
      _PyZlib_flush in libpython.a(zlibmodule.o)
      _PyZlib_compress in libpython.a(zlibmodule.o)
  "_deflateCopy", referenced from:
      _PyZlib_copy in libpython.a(zlibmodule.o)
  "_deflateEnd", referenced from:
      _Comp_dealloc in libpython.a(zlibmodule.o)
      _PyZlib_flush in libpython.a(zlibmodule.o)
      _PyZlib_compress in libpython.a(zlibmodule.o)
  "_deflateInit2_", referenced from:
      _PyZlib_compressobj in libpython.a(zlibmodule.o)
  "_deflateInit_", referenced from:
      _PyZlib_compress in libpython.a(zlibmodule.o)
  "_inflate", referenced from:
      _FT_Gzip_Uncompress in libfreetype.a(ftgzip.o)
      _ft_gzip_file_fill_output in libfreetype.a(ftgzip.o)
      _PyZlib_objdecompress in libpython.a(zlibmodule.o)
      _PyZlib_unflush in libpython.a(zlibmodule.o)
      _PyZlib_decompress in libpython.a(zlibmodule.o)
  "_inflateCopy", referenced from:
      _PyZlib_uncopy in libpython.a(zlibmodule.o)
  "_inflateEnd", referenced from:
      _FT_Stream_OpenGzip in libfreetype.a(ftgzip.o)
      _ft_gzip_stream_close in libfreetype.a(ftgzip.o)
      _FT_Gzip_Uncompress in libfreetype.a(ftgzip.o)
      _Decomp_dealloc in libpython.a(zlibmodule.o)
      _PyZlib_unflush in libpython.a(zlibmodule.o)
      _PyZlib_decompress in libpython.a(zlibmodule.o)
  "_inflateInit2_", referenced from:
      _FT_Stream_OpenGzip in libfreetype.a(ftgzip.o)
      _FT_Gzip_Uncompress in libfreetype.a(ftgzip.o)
      _PyZlib_decompress in libpython.a(zlibmodule.o)
      _PyZlib_decompressobj in libpython.a(zlibmodule.o)
  "_inflateReset", referenced from:
      _FT_Stream_OpenGzip in libfreetype.a(ftgzip.o)
      _ft_gzip_file_io in libfreetype.a(ftgzip.o)
  "_sqlite3_aggregate_context", referenced from:
      __pysqlite_final_callback in libpython.a(connection.o)
      __pysqlite_step_callback in libpython.a(connection.o)
  "_sqlite3_bind_blob", referenced from:
      _pysqlite_statement_bind_parameter in libpython.a(statement.o)
  "_sqlite3_bind_double", referenced from:
      _pysqlite_statement_bind_parameter in libpython.a(statement.o)
  "_sqlite3_bind_int64", referenced from:
      _pysqlite_statement_bind_parameter in libpython.a(statement.o)
  "_sqlite3_bind_null", referenced from:
      _pysqlite_statement_bind_parameter in libpython.a(statement.o)
  "_sqlite3_bind_parameter_count", referenced from:
      _pysqlite_statement_bind_parameters in libpython.a(statement.o)
      _pysqlite_statement_recompile in libpython.a(statement.o)
  "_sqlite3_bind_parameter_name", referenced from:
      _pysqlite_statement_bind_parameters in libpython.a(statement.o)
  "_sqlite3_bind_text", referenced from:
      _pysqlite_statement_bind_parameter in libpython.a(statement.o)
  "_sqlite3_busy_timeout", referenced from:
      _pysqlite_connection_init in libpython.a(connection.o)
  "_sqlite3_changes", referenced from:
      __pysqlite_query_execute in libpython.a(cursor.o)
  "_sqlite3_close", referenced from:
      _pysqlite_connection_dealloc in libpython.a(connection.o)
      _pysqlite_connection_close in libpython.a(connection.o)
  "_sqlite3_column_blob", referenced from:
      __pysqlite_fetch_one_row in libpython.a(cursor.o)
  "_sqlite3_column_bytes", referenced from:
      __pysqlite_fetch_one_row in libpython.a(cursor.o)
  "_sqlite3_column_count", referenced from:
      _pysqlite_build_row_cast_map in libpython.a(cursor.o)
      __pysqlite_query_execute in libpython.a(cursor.o)
  "_sqlite3_column_decltype", referenced from:
      _pysqlite_build_row_cast_map in libpython.a(cursor.o)
  "_sqlite3_column_double", referenced from:
      __pysqlite_fetch_one_row in libpython.a(cursor.o)
  "_sqlite3_column_int64", referenced from:
      __pysqlite_fetch_one_row in libpython.a(cursor.o)
  "_sqlite3_column_name", referenced from:
      _pysqlite_build_row_cast_map in libpython.a(cursor.o)
      __pysqlite_fetch_one_row in libpython.a(cursor.o)
      __pysqlite_query_execute in libpython.a(cursor.o)
  "_sqlite3_column_text", referenced from:
      __pysqlite_fetch_one_row in libpython.a(cursor.o)
  "_sqlite3_column_type", referenced from:
      __pysqlite_fetch_one_row in libpython.a(cursor.o)
  "_sqlite3_complete", referenced from:
      _module_complete in libpython.a(module.o)
  "_sqlite3_create_collation", referenced from:

Ld /Users/user/Library/Developer/Xcode/DerivedData/ninjas-fpnmnbvogpshasfgbrdernqvdpmt/Build/Intermediates.noindex/ninjas.build/Debug-iphoneos/ninjas.build/Objects-normal/arm64/ninjas normal arm64
    cd /Users/user/Documents/Kivy/kivy-ios/ninjas-ios
    export IPHONEOS_DEPLOYMENT_TARGET=8.1
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.2.sdk -L/Users/user/Library/Developer/Xcode/DerivedData/ninjas-fpnmnbvogpshasfgbrdernqvdpmt/Build/Products/Debug-iphoneos -L/Users/user/Documents/Kivy/kivy-ios/ninjas-ios/../dist/lib -L/Users/user/Documents/Kivy/kivy-ios/dist/lib -F/Users/user/Library/Developer/Xcode/DerivedData/ninjas-fpnmnbvogpshasfgbrdernqvdpmt/Build/Products/Debug-iphoneos -filelist /Users/user/Library/Developer/Xcode/DerivedData/ninjas-fpnmnbvogpshasfgbrdernqvdpmt/Build/Intermediates.noindex/ninjas.build/Debug-iphoneos/ninjas.build/Objects-normal/arm64/ninjas.LinkFileList -miphoneos-version-min=8.1 -Xlinker -object_path_lto -Xlinker /Users/user/Library/Developer/Xcode/DerivedData/ninjas-fpnmnbvogpshasfgbrdernqvdpmt/Build/Intermediates.noindex/ninjas.build/Debug-iphoneos/ninjas.build/Objects-normal/arm64/ninjas_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-link-runtime -all_load -framework AudioToolbox -framework ImageIO -framework MessageUI -framework UIKit -framework OpenGLES -framework CoreMotion -framework MobileCoreServices -framework CoreGraphics -framework Accelerate -framework QuartzCore -lpyobjus -lios -lsdl2_mixer -lsdl2_ttf -lkivy -lsdl2 -lffi -lfreetype -lsdl2_image -lpython -Xlinker -dependency_info -Xlinker /Users/user/Library/Developer/Xcode/DerivedData/ninjas-fpnmnbvogpshasfgbrdernqvdpmt/Build/Intermediates.noindex/ninjas.build/Debug-iphoneos/ninjas.build/Objects-normal/arm64/ninjas_dependency_info.dat -o /Users/user/Library/Developer/Xcode/DerivedData/ninjas-fpnmnbvogpshasfgbrdernqvdpmt/Build/Intermediates.noindex/ninjas.build/Debug-iphoneos/ninjas.build/Objects-normal/arm64/ninjas

Undefined symbols for architecture arm64:
  "operator delete[](void*)", referenced from:
      CSoundFile::ReadAMF(unsigned char const*, unsigned int) in libsdl2_mixer.a(load_amf.o)
      AMSUnpack(char const*, unsigned int, char*, unsigned int, char) in libsdl2_mixer.a(load_ams.o)
      CSoundFile::ReadMDL(unsigned char const*, unsigned int) in libsdl2_mixer.a(load_mdl.o)
      CSoundFile::Destroy() in libsdl2_mixer.a(sndfile.o)
      CSoundFile::FreePattern(void*) in libsdl2_mixer.a(sndfile.o)
      CSoundFile::SetPatternName(unsigned int, char const*) in libsdl2_mixer.a(sndfile.o)
  "operator delete(void*)", referenced from:
      _ModPlug_Load in libsdl2_mixer.a(modplug.o)
      _ModPlug_Unload in libsdl2_mixer.a(modplug.o)
      CSoundFile::Destroy() in libsdl2_mixer.a(sndfile.o)
  "operator new[](unsigned long)", referenced from:
      CSoundFile::Read669(unsigned char const*, unsigned int) in libsdl2_mixer.a(load_669.o)
      CSoundFile::ReadAMF(unsigned char const*, unsigned int) in libsdl2_mixer.a(load_amf.o)
      CSoundFile::ReadAMS(unsigned char const*, unsigned int) in libsdl2_mixer.a(load_ams.o)
      CSoundFile::ReadAMS2(unsigned char const*, unsigned int) in libsdl2_mixer.a(load_ams.o)
      AMSUnpack(char const*, unsigned int, char*, unsigned int, char) in libsdl2_mixer.a(load_ams.o)
      CSoundFile::ReadDMF(unsigned char const*, unsigned int) in libsdl2_mixer.a(load_dmf.o)
      CSoundFile::ReadFAR(unsigned char const*, unsigned int) in libsdl2_mixer.a(load_far.o)
      ...
  "operator new(unsigned long)", referenced from:
      CSoundFile::ReadAMS2(unsigned char const*, unsigned int) in libsdl2_mixer.a(load_ams.o)
      CSoundFile::ReadDBM(unsigned char const*, unsigned int) in libsdl2_mixer.a(load_dbm.o)
      CSoundFile::ReadIT(unsigned char const*, unsigned int) in libsdl2_mixer.a(load_it.o)
      CSoundFile::ReadMDL(unsigned char const*, unsigned int) in libsdl2_mixer.a(load_mdl.o)
      CSoundFile::ReadMT2(unsigned char const*, unsigned int) in libsdl2_mixer.a(load_mt2.o)
      _PAT_Load_Instruments in libsdl2_mixer.a(load_pat.o)
      CSoundFile::ReadPAT(unsigned char const*, unsigned int) in libsdl2_mixer.a(load_pat.o)
      ...
  "___gxx_personality_v0", referenced from:
      _ModPlug_Load in libsdl2_mixer.a(modplug.o)
      _ModPlug_Unload in libsdl2_mixer.a(modplug.o)
  "_adler32", referenced from:
      _PyZlib_adler32 in libpython.a(zlibmodule.o)
     (maybe you meant: _tdefl_get_adler32, _mz_adler32 )
  "_crc32", referenced from:
      _PyZlib_crc32 in libpython.a(zlibmodule.o)
     (maybe you meant: _mz_crc32)
  "_deflate", referenced from:
      _PyZlib_objcompress in libpython.a(zlibmodule.o)
      _PyZlib_flush in libpython.a(zlibmodule.o)
      _PyZlib_compress in libpython.a(zlibmodule.o)
  "_deflateCopy", referenced from:
      _PyZlib_copy in libpython.a(zlibmodule.o)
  "_deflateEnd", referenced from:
      _Comp_dealloc in libpython.a(zlibmodule.o)
      _PyZlib_flush in libpython.a(zlibmodule.o)
      _PyZlib_compress in libpython.a(zlibmodule.o)
  "_deflateInit2_", referenced from:
      _PyZlib_compressobj in libpython.a(zlibmodule.o)
  "_deflateInit_", referenced from:
      _PyZlib_compress in libpython.a(zlibmodule.o)
  "_inflate", referenced from:
      _FT_Gzip_Uncompress in libfreetype.a(ftgzip.o)
      _ft_gzip_file_fill_output in libfreetype.a(ftgzip.o)
      _PyZlib_objdecompress in libpython.a(zlibmodule.o)
      _PyZlib_unflush in libpython.a(zlibmodule.o)
      _PyZlib_decompress in libpython.a(zlibmodule.o)
  "_inflateCopy", referenced from:
      _PyZlib_uncopy in libpython.a(zlibmodule.o)
  "_inflateEnd", referenced from:
      _FT_Stream_OpenGzip in libfreetype.a(ftgzip.o)
      _ft_gzip_stream_close in libfreetype.a(ftgzip.o)
      _FT_Gzip_Uncompress in libfreetype.a(ftgzip.o)
      _Decomp_dealloc in libpython.a(zlibmodule.o)
      _PyZlib_unflush in libpython.a(zlibmodule.o)
      _PyZlib_decompress in libpython.a(zlibmodule.o)
  "_inflateInit2_", referenced from:
      _FT_Stream_OpenGzip in libfreetype.a(ftgzip.o)
      _FT_Gzip_Uncompress in libfreetype.a(ftgzip.o)
      _PyZlib_decompress in libpython.a(zlibmodule.o)
      _PyZlib_decompressobj in libpython.a(zlibmodule.o)
  "_inflateReset", referenced from:
      _FT_Stream_OpenGzip in libfreetype.a(ftgzip.o)
      _ft_gzip_file_io in libfreetype.a(ftgzip.o)
  "_sqlite3_aggregate_context", referenced from:
      __pysqlite_final_callback in libpython.a(connection.o)
      __pysqlite_step_callback in libpython.a(connection.o)
  "_sqlite3_bind_blob", referenced from:
      _pysqlite_statement_bind_parameter in libpython.a(statement.o)
  "_sqlite3_bind_double", referenced from:
      _pysqlite_statement_bind_parameter in libpython.a(statement.o)
  "_sqlite3_bind_int64", referenced from:
      _pysqlite_statement_bind_parameter in libpython.a(statement.o)
  "_sqlite3_bind_null", referenced from:
      _pysqlite_statement_bind_parameter in libpython.a(statement.o)
  "_sqlite3_bind_parameter_count", referenced from:
      _pysqlite_statement_bind_parameters in libpython.a(statement.o)
      _pysqlite_statement_recompile in libpython.a(statement.o)
  "_sqlite3_bind_parameter_name", referenced from:
      _pysqlite_statement_bind_parameters in libpython.a(statement.o)
  "_sqlite3_bind_text", referenced from:
      _pysqlite_statement_bind_parameter in libpython.a(statement.o)
  "_sqlite3_busy_timeout", referenced from:
      _pysqlite_connection_init in libpython.a(connection.o)
  "_sqlite3_changes", referenced from:
      __pysqlite_query_execute in libpython.a(cursor.o)
  "_sqlite3_close", referenced from:
      _pysqlite_connection_dealloc in libpython.a(connection.o)
      _pysqlite_connection_close in libpython.a(connection.o)
  "_sqlite3_column_blob", referenced from:
      __pysqlite_fetch_one_row in libpython.a(cursor.o)
  "_sqlite3_column_bytes", referenced from:
      __pysqlite_fetch_one_row in libpython.a(cursor.o)
  "_sqlite3_column_count", referenced from:
      _pysqlite_build_row_cast_map in libpython.a(cursor.o)
      __pysqlite_query_execute in libpython.a(cursor.o)
  "_sqlite3_column_decltype", referenced from:
      _pysqlite_build_row_cast_map in libpython.a(cursor.o)
  "_sqlite3_column_double", referenced from:
      __pysqlite_fetch_one_row in libpython.a(cursor.o)
  "_sqlite3_column_int64", referenced from:
      __pysqlite_fetch_one_row in libpython.a(cursor.o)
  "_sqlite3_column_name", referenced from:
      _pysqlite_build_row_cast_map in libpython.a(cursor.o)
      __pysqlite_fetch_one_row in libpython.a(cursor.o)
      __pysqlite_query_execute in libpython.a(cursor.o)
  "_sqlite3_column_text", referenced from:
      __pysqlite_fetch_one_row in libpython.a(cursor.o)
  "_sqlite3_column_type", referenced from:
      __pysqlite_fetch_one_row in libpython.a(cursor.o)
  "_sqlite3_complete", referenced from:
      _module_complete in libpython.a(module.o)
  "_sqlite3_create_collation", referenced from:
      _pysqlite_connection_create_collation in libpython.a(connection.o)
  "_sqlite3_create_function", referenced from:
      _pysqlite_connection_create_function in libpython.a(connection.o)
      _pysqlite_connection_create_aggregate in libpython.a(connection.o)
  "_sqlite3_data_count", referenced from:
      __pysqlite_fetch_one_row in libpython.a(cursor.o)
  "_sqlite3_enable_shared_cache", referenced from:
      _module_enable_shared_cache in libpython.a(module.o)
  "_sqlite3_errcode", referenced from:
      __pysqlite_seterror in libpython.a(util.o)
  "_sqlite3_errmsg", referenced from:
      __pysqlite_seterror in libpython.a(util.o)
  "_sqlite3_finalize", referenced from:
      __pysqlite_connection_begin in libpython.a(connection.o)
      _pysqlite_connection_commit in libpython.a(connection.o)
      _pysqlite_connection_rollback in libpython.a(connection.o)
      _pysqlite_statement_create in libpython.a(statement.o)
      _pysqlite_statement_recompile in libpython.a(statement.o)
      _pysqlite_statement_finalize in libpython.a(statement.o)
      _pysqlite_statement_dealloc in libpython.a(statement.o)
      ...
  "_sqlite3_get_autocommit", referenced from:
      __pysqlite_query_execute in libpython.a(cursor.o)
  "_sqlite3_interrupt", referenced from:
      _pysqlite_connection_interrupt in libpython.a(connection.o)
  "_sqlite3_last_insert_rowid", referenced from:
      __pysqlite_query_execute in libpython.a(cursor.o)
  "_sqlite3_libversion", referenced from:
      _init_sqlite3 in libpython.a(module.o)
  "_sqlite3_open", referenced from:
      _pysqlite_connection_init in libpython.a(connection.o)
  "_sqlite3_prepare", referenced from:
      __pysqlite_connection_begin in libpython.a(connection.o)
      _pysqlite_connection_commit in libpython.a(connection.o)
      _pysqlite_connection_rollback in libpython.a(connection.o)
      _pysqlite_statement_create in libpython.a(statement.o)
      _pysqlite_statement_recompile in libpython.a(statement.o)
      _pysqlite_cursor_executescript in libpython.a(cursor.o)
  "_sqlite3_progress_handler", referenced from:
      _pysqlite_connection_set_progress_handler in libpython.a(connection.o)
  "_sqlite3_reset", referenced from:
      _pysqlite_statement_reset in libpython.a(statement.o)
      __pysqlite_seterror in libpython.a(util.o)
  "_sqlite3_result_blob", referenced from:
      __pysqlite_set_result in libpython.a(connection.o)
  "_sqlite3_result_double", referenced from:
      __pysqlite_set_result in libpython.a(connection.o)
  "_sqlite3_result_error", referenced from:
      __pysqlite_func_callback in libpython.a(connection.o)
      __pysqlite_final_callback in libpython.a(connection.o)
      __pysqlite_step_callback in libpython.a(connection.o)
  "_sqlite3_result_int64", referenced from:
      __pysqlite_set_result in libpython.a(connection.o)
  "_sqlite3_result_null", referenced from:
      __pysqlite_set_result in libpython.a(connection.o)
  "_sqlite3_result_text", referenced from:
      __pysqlite_set_result in libpython.a(connection.o)
  "_sqlite3_set_authorizer", referenced from:
      _pysqlite_connection_set_authorizer in libpython.a(connection.o)
  "_sqlite3_step", referenced from:
      _pysqlite_step in libpython.a(util.o)
  "_sqlite3_total_changes", referenced from:
      _pysqlite_connection_get_total_changes in libpython.a(connection.o)
  "_sqlite3_transfer_bindings", referenced from:
      _pysqlite_statement_recompile in libpython.a(statement.o)
  "_sqlite3_user_data", referenced from:
      __pysqlite_func_callback in libpython.a(connection.o)
      __pysqlite_step_callback in libpython.a(connection.o)
  "_sqlite3_value_blob", referenced from:
      __pysqlite_build_py_params in libpython.a(connection.o)
  "_sqlite3_value_bytes", referenced from:
      __pysqlite_build_py_params in libpython.a(connection.o)
  "_sqlite3_value_double", referenced from:
      __pysqlite_build_py_params in libpython.a(connection.o)
  "_sqlite3_value_int64", referenced from:
      __pysqlite_build_py_params in libpython.a(connection.o)
  "_sqlite3_value_text", referenced from:
      __pysqlite_build_py_params in libpython.a(connection.o)
  "_sqlite3_value_type", referenced from:
      __pysqlite_build_py_params in libpython.a(connection.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)



Activity Log Complete    2017/12/12 23:28


Reply all
Reply to author
Forward
0 new messages