Pregunta

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

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top