Is there any way to view the model class of the mlmodel file on xcode 14?. I watched the video tutorial but didn't see the button to access its model class.
How to access to model class of MLmodel file in xcode 14
Try building your project with Command-B and then clicking on the Model class you've highlighted above. If your project builds successfully this should work.
I have access to that file. thanks for your help