huangenyan / MathSwift

Matrix computation Framework for iOS, written in Swift 4
MIT License
6 stars 2 forks source link

None of the types work #6

Open Isuru-Nanayakkara opened 7 years ago

Isuru-Nanayakkara commented 7 years ago

I built the project and got the MathSwift.framework and added it to my project. Imported MathSwift but types like Matrix don't show up. I get Use of unresolved identifier errors all over the place.

Can you add CocoaPods support for the project? I think that'll be a better solution for these installation related issues.

Thanks!

huangenyan commented 7 years ago

I just tested it by creating a new project. It works with no problem. Do you add the path to MathSwift in your framework search path?

MathSwift supports installation using Carthage, you can try to install it using Carthage. I also update the README in development branch to give you a brief instruction on how to use it. You may learn more about Carthage here.

I don't want to add CocoaPods support for some reasons (too lazy to explain here).

If you still meet problem with using it, you can continue posting here and I'm willing to help.