在Xcode 6中添加静态库

时间:2016-05-16 00:53:07

标签: xcode xcode6 static-libraries

我使用的是Xcode 6.0.1,需要在我的C项目中添加库libpt.a。我无法弄清楚如何将它正确地集成到我的项目中。我已经完成 Link Binary With Libraries 但是我仍然继续收到此错误:

Undefined symbols for architecture x86_64:
  "_pt_add_xpage", referenced from:
      _main in main.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

我假设上述错误意味着库未正确集成。我已经添加了头文件pt.h并将其包含在我的项目中。我做错了什么?

what else?

0 个答案:

没有答案