Skip to content

Could not find action, lane or variable 'appicon' #73

Open
@Jukez17

Description

@Jukez17

It seems that the appicon action is not working on the iOS.

I have following lane:

  lane :icon do
    appicon(
      appicon_image_file: 'fastlane/metadata/logo-1024.png',
      appicon_devices: %i[ipad iphone ios_marketing watch watch_marketing],
      appicon_path: 'Images'
    )
  end

that results to Could not find action, lane or variable 'appicon'. Check out the documentation for more details: https://docs.fastlane.tools/actions when running bundle exec fastlane icon

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions