iOS FLAVORS Issue when adding additional dependencies and fails to builds on iOS #28481
Labels
platform-ios
iOS applications specifically
t: xcode
"xcodebuild" on iOS and general Xcode project management
tool
Affects the "flutter" command-line tool. See also t: labels.
I am following the Creating flavors for Flutter->Flavoring Flutter on iOS.
But building failed when just only adding a dependency like "sqflite: ^1.1.1" clone from flutter_flavors.
The error message is "The sandbox is not in sync with the Podfile.lock".
I tried "pod reintegrate, pod install" but the issue still exist until remove the dependency.
My project is building well without any flavors support.
The text was updated successfully, but these errors were encountered: