You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the flutter_launcher_icons package I'm trying to create App icons for two flavors. I've created a flutter_launcher_icons-production.yaml and a flutter_launcher_icons-staging.yaml. My two flavors are named production and staging.
After running the command: flutter pub run flutter_launcher_icons I receive an error when opening the Xcode project, and get the following error when running the app again:
When I reset the project.pbxproj to the version before the modifications after the icon generations it works, and I can manually select the icons. It would however be great if this can be automatically done.
ℹ️ Info
Version:
0.13.1
💬 Description
Using the flutter_launcher_icons package I'm trying to create App icons for two flavors. I've created a flutter_launcher_icons-production.yaml and a flutter_launcher_icons-staging.yaml. My two flavors are named production and staging.
After running the command:
flutter pub run flutter_launcher_icons
I receive an error when opening the Xcode project, and get the following error when running the app again:When I reset the project.pbxproj to the version before the modifications after the icon generations it works, and I can manually select the icons. It would however be great if this can be automatically done.
📜 Pubspec.yaml
flutter_launcher_icons-production.yaml
flutter_launcher_icons-staging.yaml
The text was updated successfully, but these errors were encountered: