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

Doesn't add 1024 x 1024 icon #58

Open
SteveLobdell opened this issue Nov 26, 2019 · 4 comments
Open

Doesn't add 1024 x 1024 icon #58

SteveLobdell opened this issue Nov 26, 2019 · 4 comments

Comments

@SteveLobdell
Copy link

Am I doing something wrong? The png I'm using to generate all the app icons is 1024x1024, yet the appicons plugin doesn't set this as the app icon for 1024x1024 in the asset catalog.

@studeruss
Copy link

We are having the same issue

@rafaelstalder
Copy link

rafaelstalder commented Dec 5, 2019

Can confirm this issue in fastlane-plugin-appicon version v0.4.1. I tried to add ":ios_marketing" to appicon but the error still occured.

appicon( appicon_image_file: "path/to/app_icon.png", appicon_devices: [:iphone, :ios_marketing], appicon_path: "path/to/Assets.xcassets" )

It works when I add the app icon manually and build the app without the command above, so it must be related to this.

@jsaini-hw
Copy link

Any update on the fix of this issue? I am facing the same issue

@jsaini-hw
Copy link

Issue waswith my fastfile - I was missing :ios_marketing from appicon_devices:. After adding it, it works fine. Thank You!

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

4 participants