#author("2016-08-23T16:00:56+09:00","default:wikiwriter","wikiwriter")
[[Realm]]

&tag(Realm/使い始める);
*目次 [#ifc5a1fd]
#contents
*関連ページ [#y4e14d67]
*参考情報 [#i717fa37]

*Podfileの準備 [#eea0ae51]
-pod init
-Podfileを編集
#pre{{
# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'

target 'swift-ios-realm-demo' do
  # Comment this line if you're not using Swift and don't want to use dynamic frameworks
  use_frameworks!

  # Pods for swift-ios-realm-demo
  pod 'RealmSwift'
end
}}
-pod install

* [#t20ea3c6]

トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS