Hypercubesoft / HCKalmanFilter

HCKalmanFilter is Swift implementation of Kalman filter algorithm intended to solve problem with GPS tracking
MIT License
300 stars 77 forks source link

I can't build it #11

Closed RyanSprite closed 6 years ago

RyanSprite commented 6 years ago

I download the zip and pod install. when i build it,Xcode reports Use of undeclared type 'HCKalmanAlgoorithm' in MapService.swift. How can i resolve it?

Hypercubesoft commented 6 years ago

Hi, We will fix this bug next week. At last commit, we broke test project. Just go to Build Phases and add to Compile Sources HCKalmanAlgorithm.swift and HCMatrixObject.swift. That will fix problem until we update source

MartinKlefas commented 6 years ago

I need to learn to read these posts before trying to fix things myself... look forward to the fix, and have just applied the workaround

Hypercubesoft commented 6 years ago

Please check our latest version, this issue has been fixed. If you have some problems again, please contact us.