How to access to model class of MLmodel file in xcode 14

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.

Accepted Reply

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.

Replies

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