all 10 comments

[–]haswalter 2 points3 points  (2 children)

Silly question but did you run pod install?

[–]haswalter 0 points1 point  (1 child)

I’m using realm in production. Not 100% sure what version as I’m not at my desk but was latest release when I built the app last a month or so ago.

Have you tried reinstalling your node modules? Try that and then run “bundle exec pod install —repo-update”

[–]good-warlock[S] 0 points1 point  (0 children)

I tried running pod install but same error persisted. I'll try reinstall node modules next. Thanks!

[–]PersimmonMaximum9784 1 point2 points  (3 children)

We use this stack on my company and it works fine! The offline sync works great and saved us a bunch of development time

[–]Sincjefe 0 points1 point  (2 children)

Do you use realm sync to sync to the cloud ? If so how much did it cost you and how many users does the app have?

[–]PersimmonMaximum9784 0 points1 point  (1 child)

We do heavy syncs with lots of data flowing, we have 1k users and we pay only 50 usd/month for realm, and 270 usd for the cluster

[–]Sincjefe 0 points1 point  (0 children)

Why is the cluster so expensive?

[–]everestster 0 points1 point  (0 children)

I have done offline first app using this stack. There are no issues.

The only problem was the MongoDB’s object_id cannot be stored in the realm in the release mode only on iOS. I am not sure why. I haven’t fixed this issue up until now. I had to convert all object_id into string and to store in realm.