We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Always
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
"realm": "^12.14.1",
Local Database only
No
Mac os and linux
Which debugger for React Native: ..
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
.
Stacktrace & log output
Can you reproduce the bug?
Always
Reproduction Steps
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
The text was updated successfully, but these errors were encountered: