Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Generating assets for iOS doesn't create the associated Contents.json in the appiconset #20

Closed
qixotic opened this issue Aug 8, 2022 · 1 comment

Comments

@qixotic
Copy link
Contributor

qixotic commented Aug 8, 2022

ℹ️ Info

Version: 2.0.2

💬 Description

Generating assets for iOS doesn't create the associated Contents.json in the appiconset, nor does XCode [Version 13.4.1 (13F100)] generate one for you.

To reproduce:
open icons_launcher/example/simple_app/ios in xcode, delete the existing AppIcon set, and regenerate using:
flutter pub run icons_launcher:create --path icons_launcher.yaml
Notice that ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json remains deleted, while the AppIcon view in xcode simply shows all icons as "Unassigned".

📜 Pubspec.yaml

Used the example yaml in icons_launcher/example/simple_app/pubspec.yaml

@qixotic qixotic changed the title [BUG] [BUG] Generating assets for iOS doesn't create the associated Contents.json in the appiconset Aug 8, 2022
@mrrhak
Copy link
Owner

mrrhak commented Aug 8, 2022

Yes, Thank you for the report. I will fix it soon.

@mrrhak mrrhak closed this as completed Aug 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants