Uploaded image for project: 'Realm Kotlin'
  1. Realm Kotlin
  2. RKOTLIN-658

Multiplatform: Realm crashes when accessed from iOS

    • Type: Icon: Improvement Improvement
    • Resolution: Works as Designed
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None

      Method:

      fun getPortfolios(): Portfolios {
              return realm.query(PortfolioData::class).find()
                  .map {
                      Portfolio(it.date, it.stringValue)
                  }
          }
      

      crashes on iOS (on map line)

            Assignee:
            clemente.tort@mongodb.com Clemente Tort Barbero
            Reporter:
            unitosyncbot Unito Sync Bot
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: