I followed the steps, but it keeps crashing on iOS both on simulator and device. Not sure if I missed something.
Also, it's not clear whether I should load the model via loadModel if put the model into the bundle or not, because it's saying Primarily intended for models that are not included in the app’s Main Bundle. Apparently I should anyway.
Here is the exception.
I followed the steps, but it keeps crashing on iOS both on simulator and device. Not sure if I missed something. Also, it's not clear whether I should load the model via
loadModel
if put the model into the bundle or not, because it's sayingPrimarily intended for models that are not included in the app’s Main Bundle
. Apparently I should anyway. Here is the exception.