installation
- edit Podfile add pod “Realm” to your app target add pod “Realm/Headers” to your test target
- run
pod install
- use the
.xcworkspace
file - 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
- download the latest release
- drag Realm.framework from the ios/ dir into File Navigator checking Copy items if needs
- in Build Phased tab add libc++.dylib under Link Binary with Libraries
- drag Swift/RLMSupport.swift into File Navigator checking Copy items if needs
this solution did work for me
realm browser
tools > generate demo database