This example contains some simple code that uses the Objective-C API.
The model should be generated in this location: <this directory>/OrtBasicUsage/model
See instructions here for how to generate the model.
For example, with the model generation script dependencies installed, from this directory, run:
../model/gen_model.sh ./OrtBasicUsage/model
From this directory, run:
pod install
Open the generated OrtBasicUsage.xcworkspace file in Xcode to build and run the example.