09 March 2015

installation

  1. edit Podfile add pod “Realm” to your app target add pod “Realm/Headers” to your test target
  2. run pod install
  3. use the .xcworkspace file
  4. follow these additional step if you use swift
    • download the latest release and unzip
    • drag the file Swift/RLMSupport.swift into the file navigator of your xcode project

for now this solution didn’t work for me

manual installation

  1. download the latest release
  2. drag Realm.framework from the ios/ dir into File Navigator checking Copy items if needs
  3. in Build Phased tab add libc++.dylib under Link Binary with Libraries
  4. drag Swift/RLMSupport.swift into File Navigator checking Copy items if needs

this solution did work for me

realm browser

download zip

tools > generate demo database



blog comments powered by Disqus