Skip to content
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

Realm studio not show me data #6972

Open
mMarcos208 opened this issue Feb 7, 2025 · 0 comments
Open

Realm studio not show me data #6972

mMarcos208 opened this issue Feb 7, 2025 · 0 comments

Comments

@mMarcos208
Copy link

How frequently does the bug occur?

Always

Description

I have the script to extract realm file.

I' m testing with realm studio 15.0.0/15.1.1/15.2.0/20.0.0

When I open this file in realm studio the error show me.

This realm has no classes defined

.

ADB_PATH="${HOME}/Android/Sdk/platform-tools"
PACKAGE_NAME="com.agrohub"
DB_NAME="default.realm"
DESTINATION_PATH="${HOME}/Downloads/${DB_NAME}"
NOT_PRESENT="List of devices attached"
ADB_FOUND=`${ADB_PATH}/adb devices | tail -2 | head -1 | cut -f 1 | sed 's/ *$//g'`

if [[ ${ADB_FOUND} == ${NOT_PRESENT} ]]; then
    echo "Make sure a device is connected"
else
    echo ${ADB_PATH}/adb
    ${ADB_PATH}/adb exec-out run-as ${PACKAGE_NAME} cat files/${DB_NAME} > ${DESTINATION_PATH}
    echo "Database exported to ${DESTINATION_PATH}"
fi

Stacktrace & log output

Can you reproduce the bug?

Always

Reproduction Steps

  1. Extract realm file
  2. Open realm file
  3. Error show me.

Version

"realm": "^12.14.1",

What services are you using?

Local Database only

Are you using encryption?

No

Platform OS and version(s)

Mac os and linux

Build environment

Which debugger for React Native: ..

Cocoapods version

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant