nicklockwood / Expression

A cross-platform Swift library for evaluating mathematical expressions at runtime
MIT License
824 stars 50 forks source link

Working on Objective-C projects ? #10

Closed antwllm closed 6 years ago

antwllm commented 6 years ago

Hello,

I am trying to integrate this POD in my Objective-C.

I am facing some issues.

Can you help me please ?

nicklockwood commented 6 years ago

Hi @antwllm, Expression wasn't built with Objective-C compatibility in mind, so it probably won't work well in an Objective-C project.

You might be able to use it by writing some bridging code in Swift though. What is it that you want to do?

antwllm commented 6 years ago

Thank you for your quick answer @nicklockwood !

Yeah that's what I want.

I am wondering if any one tried before.