- Run 
pod installbefore openingNAME.xcworkspace. - Generate VIP components by using https://github.com/indocomsoft/vip-templates-swift/tree/master. When you add a new scene, you must remove the folder and drag it back in in order to build it https://github.com/JubrilO/vip-templates-swift/blob/master/documentation/demo/demo1.gif.
 
To observe data in Realm data store,
- set a breakpoint anywhere
 po Realm.Configuration.defaultConfiguration.fileURL- Open a shell and 
open [copied url] 
FixtureGenerator.swift is a static class that generates a realm database file.
This file is generated by creating our Realm models and seeding them with values
to make sanity checks and testing convenient.