LoginSignup
5
5

More than 5 years have passed since last update.

mogeneratorについては、Qiita - Mogenerator + MagicalRecordでCoreData入門に詳しく書いてあります。

mogeneratorのインストール

$ brew install mogenerator

xcdatamodeldファイルの作成

XcodeのNew Fileで追加。
エンティティとか追加(クラスを指定を忘れないように)。

Modelの作成

$ mogenerator -m ./path/to/Model.xcdatamodeld/Model.xcdatamodel/ -O ./path/to/model --template-var arc=true

参照

5
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
5