How can I prevent this error from crashing my app, while still keeping my realms encrypted?
I noticed that the example projects provided by Realm work fine, why does mine throw this exception?
Cannot open an encrypted Realm with a debugger attached to the process*** Terminating app due to uncaught exception 'RLMException', reason: 'Cannot open an encrypted Realm with a debugger attached to the process'
It states in the instructions that I must set "REALM_DISABLE_ENCRYPTION=YES", but where do I do this? Is there a way around this so that I can still debug the encrypted version? Do I set the value to =NO when uploading to the app store?