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
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
The text was updated successfully, but these errors were encountered:
It seems that the appicon action is not working on the iOS.
I have following lane:
that results to
Could not find action, lane or variable 'appicon'. Check out the documentation for more details: https://docs.fastlane.tools/actions
when runningbundle exec fastlane icon
The text was updated successfully, but these errors were encountered: