Sunday, October 12, 2025
HomeiOS Developmentios - Firebase - Xcode - Inside Conversion loses integer precision

ios – Firebase – Xcode – Inside Conversion loses integer precision


I put in Firebase with Auth, Firestore, Capabilities, per pod and I used to be crammed with alerts that I used to be fixing little by little, after that configure and check firebase capabilities and works positive. The one one I can not remedy is the next:

Implicit conversion loses integer precision: 'typename std::enable_if::worth, decltype(block())>::sort' (aka 'unsigned lengthy') to 'int'

Right here!

  int LocalStore::Backfill() const {
      return persistence_-> Run("Backfill Indexes", [&] {
        return index_backfiller_->WriteIndexEntries(this);
      });
    }

App and firebase DB appears to work positive however I do not know what’s that and what drawback might I’ve it sooner or later!

enter image description here

Any assist?

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments