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

Fastlane returns action not found #9

Open
nachness opened this issue May 21, 2019 · 0 comments
Open

Fastlane returns action not found #9

nachness opened this issue May 21, 2019 · 0 comments

Comments

@nachness
Copy link

I install the plugin using the following steps:

  • fastlane add_plugin store_sizer
  • fastlane install_plugins
  • bundle exec fastlane test archive_path:MyArchiveName.xcarchive

In my Fastfile I have

default_platform(:ios)

platform :ios do
  lane :test do |options|
    store_size_xcarchive(archive_path: options[:archive_path])
    store_size_xcarchive_check
  end
end

However I get the following error:

bundle exec fastlane test archive_path:SizeTest.xcarchive
[✔] 🚀 
[15:46:17]: ------------------------------
[15:46:17]: --- Step: default_platform ---
[15:46:17]: ------------------------------
[15:46:17]: Driving the lane 'ios test' 🚀
+------------------+----------+
|        Lane Context         |
+------------------+----------+
| DEFAULT_PLATFORM | ios      |
| PLATFORM_NAME    | ios      |
| LANE_NAME        | ios test |
+------------------+----------+
[15:46:17]: Could not find action, lane or variable 'store_size_xcarchive'. Check out the documentation for more details: https://docs.fastlane.tools/actions
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