tucan9389 / PoseEstimation-CoreML

The example project of inferencing Pose Estimation using Core ML
https://github.com/motlabs/awesome-ml-demos-with-ios
MIT License
680 stars 136 forks source link

Can't build project #26

Closed TheBuilderJR closed 4 years ago

TheBuilderJR commented 4 years ago

Keep running into

Unknown class _TtC21PoseEstimation_CoreML19JointViewController in Interface Builder file.

Error

Tried running on Iphone 6 and Iphone 11 simulators

tucan9389 commented 4 years ago

@oslearningbear What is your Xcode version?

TheBuilderJR commented 4 years ago

I got it working after migrating to swift5 via xcode. On Xcode 11.3.1

tucan9389 commented 4 years ago

@oslearningbear Nice. What is your previous Xcode version and swift version? If you share, other people would be helped.