fastlane-plugin-appicon icon indicating copy to clipboard operation
fastlane-plugin-appicon copied to clipboard

Some icon sizes are missed

Open ShemTovYosef opened this issue 7 years ago • 3 comments

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 avatar Oct 17 '17 23:10 ShemTovYosef

screen shot 2017-10-18 at 2 37 02 In xcode project some icons unassigned, I'm using xcode 9.0

ShemTovYosef avatar Oct 17 '17 23:10 ShemTovYosef

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']
          },

ShemTovYosef avatar Oct 17 '17 23:10 ShemTovYosef

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.

HairyPorker avatar Nov 15 '17 06:11 HairyPorker