thomas.weisbach
thomas.weisbach
@MKGitHub the AsyncImage @EzequielAdrianM referred to is documented here: https://developer.apple.com/documentation/swiftui/asyncimage However, that class is only available for iOS 15+.
I'm also seeing a `Segmentation fault: 11` error running on a M1 MacBook Pro running on Ventura (13.6). It happens with both an Xcode project and a `Package.swift` file.
@paulb777 I'm able to reproduce this problem with a fork of the firebase-quickstart-ios project. If you try my repo here: https://github.com/ThomasAWRaku/firebase-quickstart-ios/ and open firestore/FirestoreExample.xcworkspace and build the FirestoreSwiftUIExample target you...
@ehsannas Thank you for your investigation. I tried following your instructions to remove CocoaPods, but I'm still getting a link error. I updated my fork so that the "Cannot find...
Hello @ncooke3. Thank you for your reply. I just tried clearing the package cache, resolving SPM dependencies, and doing a clean build, but I'm still getting the link errors.
@paulb777 As of my comment [here](https://github.com/firebase/firebase-ios-sdk/issues/14464#issuecomment-2684121715) my fork of the project no longer uses CocoaPods. It only uses SwiftPM. The problem is reproduced with the target FirestoreSwiftUIExample. In my fork...
I noticed that for the code in AppFrameworkModule that calls `import FirebaseFirestore` the following warning message appears: `Module 'FirebaseFirestore' was not compiled with library evolution support; using it means binary...
I built another repository that uses the FirestoreSwiftUIExample sources, but otherwise is built from scratch with no history of using CocoaPods. This repository still demonstrates the link issue: https://github.com/ThomasAWRaku/firestore-build-test Like...
Yes, I'm seeing the "library evolution" warnings with Xcode 16.0. I tried building with the environment variable `FIREBASE_SOURCE_FIRESTORE` set and I get the same errors you're seeing. However, while I...
@kurniadi92 I haven't resolved the issue, but I've concluded that it currently isn't possible to use FirebaseFirestore with SPM and multiple modules. Other Firebase libraries work and only FirebaseFirestore appears...