KhanShaheb
KhanShaheb

Reputation: 714

How to get my realm file to show in realm browser on MAC?

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

Answers (1)

koropok
koropok

Reputation: 1413

Hi you have to get the file path by printing this

Realm.Configuration.defaultConfiguration.fileURL

Upvotes: 1

Related Questions