LoginSignup
5
5

More than 5 years have passed since last update.

[Swift] RealmSwift 導入編

Last updated at Posted at 2016-02-09

目的

RealmSwiftを導入する。

導入方法

とりあえず、Xcodeで適当なプロジェクトを作成する。

そのプロジェクトまでターミナルで移動し

pod init

でPodfileを作成
次にPodfileに

Podfile
platform :ios, '9.0'

use_frameworks!

pod 'RealmSwift'

と記入

pod install

*****.xcworkspaceが生成されているので、それを開く

続き

[Swift] RealmSwift 使い方編

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