-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Description
Hi sir, I have implemented flutter fire inside my flutter project. For reducing time I have added build in C++ libs in Pod file as flutter fire documentation says. But whenever I try to build its give me the error of
Undefined symbol: _swift_FORCE_LOAD$_swiftCompatabilityConcurancy
I am unable to figure out the problem.
Btw it will build if I remove
pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => '9.4.0'
from my Pod file. But It will take almost one hour on my MacBook to build.
My OS is -> Mac OS big sure version 11.5.2
My Xcode version is -> 13.0.0
Its become pain in my head to use firebase Firestore. If I remove Firestore dependency build work like charm.
Please help me to sort this problem.