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.

Answered by Frameworks Engineer in 731677022

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.

Accepted Answer

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

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