Вопрос

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

Это было полезно?

Решение

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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top