AngeloAvv / flutter_flavorizr

A flutter utility to easily create flavors in your flutter application
https://pub.dev/packages/flutter_flavorizr
MIT License
468 stars 85 forks source link

[macOS 14.0 & Xcode 15.0]: building the app is failing #214

Closed KristijanMitrik closed 1 year ago

KristijanMitrik commented 1 year ago

Building the app with the latest macOS and Xcode fails due to the following problem

error: Unable to load contents of file list: '/Target Support Files/Pods-Runner/Pods-Runner-frameworks-Debug-dev-output-files.xcfilelist' (in target 'Runner' from project 'Runner')

Error occurs also in the example app if at least one package is present in the pubspec

AngeloAvv commented 1 year ago

Duplicate of #145 #96 #17

SergeShkurko commented 1 year ago

@KristijanMitrik i found fix for this problem: https://github.com/AngeloAvv/flutter_flavorizr/issues/217#issuecomment-1771479061