Invalid loadShareSync function call from runtime

  • Error Code: RUNTIME-006

Reasons

The current shared dependency has not been loaded, so loadShareSync cannot be used.

Solutions

Just choose one of the two:

  1. Use loadShare instead of loadShareSync
  2. Provide the lib function to the current shared dependency
ON THIS PAGE