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

Could not find option 'appicon_devices' in the list of available options #55

Open
karltaylor opened this issue Sep 5, 2019 · 0 comments

Comments

@karltaylor
Copy link

karltaylor commented Sep 5, 2019

When I run the following command from the example

android_appicon(
    appicon_image_file: "../appIconAssets/savvy/appIcon/app-icon.png",
    appicon_devices: [:phone, :tablet], # - does not exist on android
    appicon_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.

https://github.com/KrauseFx/fastlane-plugin-appicon/blob/master/lib/fastlane/plugin/appicon/actions/android_appicon_action.rb

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

1 participant