Linking error using DDMathParser (iOS 5, Xcode 4.2)

213 Views Asked by At

I try to add DDMathParser library to my project, but i get two linking errors. I'm a newbie in Objective-C programming, and it's still tricky for me. Below there is a snapshot of the errors i get: enter image description here

What should i do?

I also tried CGMathParser but i didn't manage to solve some errors i get.

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

Any advice?

Thanks

1

There are 1 best solutions below

0
On BEST ANSWER

It looks like you've copied in the headers, but not actually linked the source files in. In other words, Xcode isn't compiling DDMathParser into your project.

This page on the DDMathParser wiki has information on what you're supposed to do: https://github.com/davedelong/DDMathParser/wiki/Adding-DDMathParser-to-your-project