Hey everyone,
On our test environment, I noticed an inconsistency between the schema of an object on the Backend (seen in the App Services’ Schema UI) and in our Client app (iOS). On the backend, it’s an array of String, while on the client side, it’s an array of another object.
Weirdly enough, this hasn’t caused any Sync issue (?!).
Realizing I don’t need this property, I decided to simply remove it from the schema on the client side.
I turned on development mode, and ran the client app to update the schema.
Went back to the Schema (viewed from the App Services’ Schema UI), but nothing has changed.
Now, I decided to remove it manually from the Schema UI, but the following error pops up when I try to save:
Error is the following: “cannot define relationship for field which does not exist in schema”
Cryptic! Is this a bug, or am I missing something?
Thanks!