iphone - iPhone : Linker Errors with External Files

标签 iphone compiler-errors

我已经在项目中添加了一些文件。

示例代码在其他地方运行,但是当我构建项目时,它会返回以下错误。

Building target "test" of project "test" with configuration "Debug" - (31 errors)
  Linking /Users/kshan/Desktop/test/build/Debug-iphonesimulator/test.app/test (31 errors)
     "___gmpn_sub_n", referenced from:
       ___gmpn_sub in CpabeTest.o
     "_bswabe_msk_unserialize", referenced from:
       _GenerateSK in CpabeTest.o

这是链接问题还是其他问题?

非常感谢你。

最佳答案

绝对是链接器问题。最有可能的是,您缺少诸如框架之类的已编译资源。

关于iphone - iPhone : Linker Errors with External Files,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2330842/

相关文章:

c# - 无效的表达式术语字符串

java - 使用枚举开关时出现奇怪的编译错误

iphone - 如何使用 CCCrypt() 加密文件?

iphone - ios sdk 中的付款选项,无需应用内购买和 PayPal

qt - 编译 Dolphin 模拟器 beta

c++ - C++ 11使用构造函数声明

linux - 生成文件 :1059: *** missing separator. 停止

ios - 我的工具栏不会显示在 webView 上方

iphone - 在加载之前用 View 覆盖模态视图

iphone - iPhone 中的电子书阅读器 : alternatives to Web view