【问题标题】:Linking error using DDMathParser (iOS 5, Xcode 4.2)使用 DDMathParser 链接错误(iOS 5,Xcode 4.2)
【发布时间】:2012-06-05 14:49:20
【问题描述】:

我尝试将 DDMathParser 库添加到我的项目中,但出现两个链接错误。我是 Objective-C 编程的新手,对我来说仍然很棘手。 下面是我得到的错误的快照:

我该怎么办?

我也尝试了 CGMathParser,但我没有设法解决我遇到的一些错误。

I asked here, but i didn't get any feedback

有什么建议吗?

谢谢

【问题讨论】:

    标签: ios5 xcode4.2 mathematical-expressions linker-errors ddmathparser


    【解决方案1】:

    看起来您已经复制了标头,但实际上并未将源文件链接到其中。换句话说,Xcode 并未将 DDMathParser 编译到您的项目中。

    DDMathParser wiki 上的此页面包含有关您应该做什么的信息:https://github.com/davedelong/DDMathParser/wiki/Adding-DDMathParser-to-your-project

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2012-09-17
      • 2013-09-29
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多