Search code examples
flutterxcodepubspec

How to regenerate ios/Flutter/Generated.xcconfig?


Currently I am changing the app version directly in info.ptlist instead of referring the version details from pubspec.yml. Seems the variables used in info.ptlist directly referring from ios/Flutter/Generated.xcconfig but I couldn't find a way to regenerate it. Please somebody help me.

I have no way to regenerate the Generated.xcconfig


Solution

  • Generated.xcconfig is auto generated, just change the version in pubspec.yml and execute the "flutter run" command , it will automatically regenerate the Generated.xcconfig file. You don't need to edit it manually.