문제

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