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

Some icon sizes are missed #26

Open
ShemTovYosef opened this issue Oct 17, 2017 · 3 comments
Open

Some icon sizes are missed #26

ShemTovYosef opened this issue Oct 17, 2017 · 3 comments

Comments

@ShemTovYosef
Copy link

Hi,

The next error getting while uploading ipa file to iTunes:

ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'AppIcon57x57.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': '[email protected]'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'AppIcon72x72@2x~ipad.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'AppIcon72x72~ipad.png'"
�[0m

The next config I'm using
appicon(appicon_devices: [:ipad, :iphone, :ios_marketing])

Fastlane version 2.62.0, appicon version 0.10

Could you help please

@ShemTovYosef
Copy link
Author

screen shot 2017-10-18 at 2 37 02

In xcode project some icons unassigned, I'm using xcode 9.0

@ShemTovYosef
Copy link
Author

In source code these sizes not specified

iphone: {
            '2x' => ['20x20', '29x29', '40x40', '60x60'],
            '3x' => ['20x20', '29x29', '40x40', '60x60']
          },
ipad: {
            '1x' => ['20x20', '29x29', '40x40', '76x76'],
            '2x' => ['20x20', '29x29', '40x40', '76x76', '83.5x83.5']
          },

@HairyPorker
Copy link

Hi, I am new to github and fastlane as well as ruby. I already found this plugin is really awesome. However, I am wondering how to use this plugin to generate icon with @2x naming. Thanks.

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