Skip to content

Instantly share code, notes, and snippets.

@yusuke024
Last active April 11, 2021 06:33
Show Gist options
  • Save yusuke024/ea6f2913ba6a1c2bc425b969933fa96c to your computer and use it in GitHub Desktop.
Save yusuke024/ea6f2913ba6a1c2bc425b969933fa96c to your computer and use it in GitHub Desktop.
# Generate Swift source files from a `.xcdatamodeld` file.
xcrun momc \
--action generate \
--swift-version 5.0 \
/path/to/MyModel.xcdatamodeld \
~/path/to/output/dir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment