am I the only one to experience that ?
The app builds fine in debug & release mode, but when I try to archive with XCode, I get an
error: include of non-modular header inside framework module 'RxLibrary'
happens at #import "transformations/GRXMappingWriter.h"
The problem occurs when building the Firestore plugin.
Tried everything I could find on the web. (flutter clean, flutter upgrade, update cocoapods to latest, pod repo update, rm -rf Pods, ... cf Stackoverflow post)
Happens on all channels since last week.
I am stuck and basically cannot publish a fix for my test users.
Help and enlightenment deeply appreciated.