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
android_appicon(appicon_image_file: "../appIconAssets/savvy/appIcon/app-icon.png",appicon_devices: [:phone,:tablet],# - does not exist on androidappicon_path: '../../android/app/src/main/res/mipmap')
Could not find option 'appicon_devices'in the list of available options:
appicon_image_file, appicon_icon_types, appicon_path, appicon_filename, appicon_custom_sizes
This is because inside the android app icon actions appicon_devices is not specified as an option.
I am not sure if this is a example error or a android action error.
When I run the following command from the example
This is because inside the android app icon actions
appicon_devices
is not specified as an option.I am not sure if this is a example error or a android action error.
https://github.com/KrauseFx/fastlane-plugin-appicon/blob/master/lib/fastlane/plugin/appicon/actions/android_appicon_action.rb
The text was updated successfully, but these errors were encountered: