Closed tajjacob closed 9 months ago
Hey @tajjacob can you please take a look here to see if this fixes the issue?
For me, the cause was that I have .idea/
in my .gitignore
and the directory didn't exist on my Mac.
I suspect many will have the same rules for git. The generated run configurations won't be committed with the default .gitignore
rules.
My .gitignore
file looks like this now.
.idea/*
!.idea/runConfigurations/
I had the same issue, but the PR mentioned above solved it 👍
flutter_flavorizr:
git:
url: https://github.com/AngeloAvv/flutter_flavorizr.git
ref: fixes/path_not_found_configuration
Error when running "flutter pub run flutter_flavorizr" causing cannot run on ios.
Can run on android but the icon is not changing.
The errors:
Error when running ios
Here is my flavorizr.yaml