hiddify / hiddify-core

Other
83 stars 39 forks source link

clang: error: linker command failed with exit code 1 (use -v to see invocation) #21

Open 1725595559 opened 5 months ago

1725595559 commented 5 months ago

ld: Undefined symbols: _res_9_nclose, referenced from: _runtime.text in Libcore[arm64]2 _res_9_ninit, referenced from: _runtime.text in Libcore[arm64]2 _res_9_nsearch, referenced from: _runtime.text in Libcore[arm64]2 clang: error: linker command failed with exit code 1 (use -v to see invocation)

After I imported Libcore.framework into the project, this error was reported during compilation. Does anyone know what the problem is?