Error on xCode build for VisualTestiOS Scheme
Closed this issue · 1 comments
JeremyAdouxMyFit commented
Hello,
I tried to build the VisualTestiOS Scheme. And I got theses errors on xCode:
- unable to read document: ../StandardCyborgSDK/StandardCyborgFusion/Public/SCEarTrackingModel.mlmodel
- unable to read document: ../StandardCyborgSDK/StandardCyborgFusion/Public/SCFootTrackingModel.mlmodel
- in SCFootTracking : ../StandardCyborgSDK/StandardCyborgFusion/Public/SCFootTracking.m:16:9 'SCFootTrackingModel.h' file not found
- in SCEarTracking : ../StandardCyborgSDK/StandardCyborgFusion/Public/SCEarTracking.m:16:9 'SCEarTrackingModel.h' file not found
I ran every step described in the readme.md to enable the project:
- ./install-dependencies.sh
After analysis file list folder, the files SCFootTrackingModel.h and SCEarTrackingModel.h doesn't exists in the project on Github. And xCode can't read the mlmodel for SCEarTrackingModel.mlmodel and SCFootTrackingModel.mlmodel. It show the error: There was a problem decoding this Core ML document. validator error: unable to deserialize object.
Could you help me to build the project, please ?
Best regards,
JeremyAdouxMyFit commented
Sorry, the problem was git clone don't get the real size for the mlmodel. I use git lfs and now this parts is good.