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
An error occurs when multiple users install realm binary on one computer. The realm binary is always downloaded to the same location.
final destinationFile = File(path.join(Directory.systemTemp.absolute.path, "realm-binary", archiveName));
3.3.8
MongoDB Atlas (i.e. Sync, auth, functions)
Flutter Application
any
No response
-> Installing realm (0.8.0+rc) > Running prepare command $ /bin/bash -c set -e source "/Users/runner03/actions-runner/_work/chatbot-mobile/chatbot-mobile/package/balancefriends/ios/Flutter/flutter_export_environment.sh" && cd "$FLUTTER_APPLICATION_PATH" && "$FLUTTER_ROOT/bin/flutter" pub run realm install --target-os-type ios --package-name realm Downloading Realm binaries for [email protected]+rc to /tmp/realm-binary/ios.tar.gz [!] /bin/bash -c set -e source "/Users/runner03/actions-runner/_work/chatbot-mobile/chatbot-mobile/package/balancefriends/ios/Flutter/flutter_export_environment.sh" && cd "$FLUTTER_APPLICATION_PATH" && "$FLUTTER_ROOT/bin/flutter" pub run realm install --target-os-type ios --package-name realm Downloading Realm binaries for [email protected]+rc to /tmp/realm-binary/ios.tar.gz Unhandled exception: FileSystemException: Cannot open file, path = '/tmp/realm-binary/ios.tar.gz' (OS Error: Permission denied, errno = 13) #0 _File.open.<anonymous closure> (dart:io/file_impl.dart:356:9) <asynchronous suspension> pub finished with exit code 255
The text was updated successfully, but these errors were encountered:
You are right. Will be fixed with #1061
Sorry, something went wrong.
nielsenko
Successfully merging a pull request may close this issue.
What happened?
An error occurs when multiple users install realm binary on one computer.
The realm binary is always downloaded to the same location.
Repro steps
Version
3.3.8
What Realm SDK flavor are you using?
MongoDB Atlas (i.e. Sync, auth, functions)
What type of application is this?
Flutter Application
Client OS and version
any
Code snippets
No response
Stacktrace of the exception/crash you're getting
No response
Relevant log output
The text was updated successfully, but these errors were encountered: