Advertisement
Guest User

Untitled

a guest
Feb 24th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <Error>: MY_APP(18085,0x7000075ce000) malloc: *** mach_vm_map(size=18446744073345937408) failed (error code=3)
  2. *** error: can't allocate region
  3. *** set a breakpoint in malloc_error_break to debug
  4.  
  5. export function getUserRealm(){
  6.  
  7. const realm = new Realm({
  8. schema: combinedSchemas,
  9. path: `main.realm`
  10. });
  11.  
  12. console.log( "💿 User Realm Path:", realm.path );
  13.  
  14. return realm;
  15.  
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement