Coreml: Model class has not been generated yet.

I've converted model from keras with coremltools, added it to project and added to target. And in Model Class i'm getting "Model class has not been generated yet.". What does it mean?


Accepted Reply

Xcode has stopped automatically adding the coreml model to the build settings of your project. To solve, go to your target, go to build phases, find compile sources and add your coreml model. After this, the model class is generated.

Replies

Xcode has stopped automatically adding the coreml model to the build settings of your project. To solve, go to your target, go to build phases, find compile sources and add your coreml model. After this, the model class is generated.

XCode 10 is success but in XCode 9 is failed.