AngeloAvv / flutter_flavorizr

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

'Runner-Swift.h' file not found #165

Open Gaurav-CareMonitor opened 1 year ago

Gaurav-CareMonitor commented 1 year ago

We are importing 'Runner-Swift.h' for a native SDK in code.

image

After adding flavours the default app works fine but the flavoured app throws error:

Lexical or Preprocessor Issue (Xcode): 'Runner-Swift.h' file not found

AngeloAvv commented 1 year ago

Hello @Gaurav-CareMonitor , have you tried with this?

Gaurav-CareMonitor commented 1 year ago

Tried didn't work