-
Notifications
You must be signed in to change notification settings - Fork 586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hermes branch running JSC on iOS throws Properties can only be defined on Objects
from realm/lib/extensions.js
#4297
Comments
Partially fixed by #4298 |
Any ETA for the next beta release? |
This bug affects Downgrading to |
Was this resolved with Beta 2 or not yet? |
We havn't been able to reproduce this yet. |
Odd, I consistently get the error by just upgrading to beta1 from alpha2 and doing no code changes. |
@cristianoccazinsp did you clear "the usual suspects"? Derived data, Pods, etc. |
I'll add my obligatory xcode cleanup commands here:
|
I did not clear everything, no, just the regular XCode clean. |
Looks like after doing a cleanup and installing beta2, the issue went away. |
@cristianoccazinsp thats great news! |
Trying to upgrade to
10.20.0-beta.1
but it won't even let me start the app on iOS (10.20.0-alpha.2
worked fine). Note that I'm not using Hermes on iOS (:hermes_enabled => false
) but I am using it on Android.I'm getting
Properties can only be defined on Objects
fromrealm/lib/extensions.js
on line 364:Originally posted by @cristianoccazinsp in https://github.com/realm/realm~~js/issues/3940#issuecomment~~1027264594
The text was updated successfully, but these errors were encountered: