-
### What happened?
Missing librealm_dart.dylib when compiling with Xcode Cloud
### Repro steps
### Steps to reproduce
1.Install a package like realm.
2.Archive with Xcode Cloud for MacOS
### Expecte…
-
This is the third test.
-
### What information is missing?
Hello!
I'm a technical writer at MongoDB working on the docs for the [Realm Flutter SDK](https://www.mongodb.com/docs/realm/sdk/flutter/).
Currently, the Rec…
-
### How frequently does the bug occur?
Always
### Description
When I make a ObjectMapper+Realm extension libraries, will get a compilation error
### Stacktrace & log output
```shell
ObjectMapper_…
-
Some files are not deleted when closing an in-memory realm.
As an example consider this test:
```dart
...
@RealmModel()
class _Counter {
late int value;
}
void main() {
test('Test wit…
-
## Goals
I have a Swift struct, and I want to add it to my collection in Atlas.
Previously, I was able to map a struct to a collection:
```swift
let itemsCollection = mongoServiceClient.d…
-
Fairly simple repro case. Here is the schema:
```java
class SimplePrimaryKeyObject2: Object {
@Persisted(primaryKey: true) var _id: Int = 0
@Persisted var oid = ObjectId.generate()
@Pe…
-
We've discussed merging the concept of server and a user API keys in the SDKs and [the current implementation](https://github.com/realm/realm-js/blob/v10/src/js_app_credentials.hpp#L62-L63) publishes …
-
It would be awesome to see support of RealmDB for TablePlus. In the present moment the realm was acquired by mongodb and a lot of hype has been up in the mobile development field. The current GUI, Rea…
-
### How frequently does the bug occur?
Sometimes
### Description
We believe that when we deploy new versions of our production application it appears that the realm user object / file is deleted on…