他の誰かが開発したXcodeプロジェクトを実行しようとしていますが、次のエラーが発生し続けます。グーグルすると、依存関係が欠落していることがわかりますが、依存関係がある場合は、どちらかわかりません。おそらく、プロジェクトにはすでにすべての「バイナリとライブラリのリンク」が構成されています。異なるバージョンのXcodeとターゲットデバイスを試しましたが、同じエラーが発生します。問題をさらに絞り込むにはどうすればよいですか?
Undefined symbols for architecture i386:
"___gl_pqSortExtractMin", referenced from:
___gl_computeInterior in sweep.o
"___gl_pqSortMinimum", referenced from:
___gl_computeInterior in sweep.o
"___gl_pqSortNewPriorityQ", referenced from:
_InitPriorityQ in sweep.o
"___gl_pqSortInsert", referenced from:
_InitPriorityQ in sweep.o
_CheckForIntersect in sweep.o
"___gl_pqSortInit", referenced from:
_InitPriorityQ in sweep.o
"___gl_pqSortDeletePriorityQ", referenced from:
_InitPriorityQ in sweep.o
_DonePriorityQ in sweep.o
_CheckForIntersect in sweep.o
"___gl_pqSortDelete", referenced from:
_CheckForRightSplice in sweep.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)