Reputation: 714
Recently I am using Realm
for my IOS app. Although I googled but I could not get the Realm
file to see it through Realm browser in my Mac device. Please suggest me where can I get the file to see it. My XCode is 7.3 and swift version 2.2
Thanks in Advance
Upvotes: 0
Views: 3395
Reputation: 1413
Hi you have to get the file path by printing this
Realm.Configuration.defaultConfiguration.fileURL
Upvotes: 1