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

Can't use inline_assets parameter — need new release tag #15

Open
simondelphia opened this issue Jul 5, 2022 · 1 comment
Open

Can't use inline_assets parameter — need new release tag #15

simondelphia opened this issue Jul 5, 2022 · 1 comment

Comments

@simondelphia
Copy link

simondelphia commented Jul 5, 2022

Looks like it's supported in the code but when I tried it I got

Could not find option 'inline_assets' in the list of available options: result_bundle_path, result_bundle_paths, binary_path, enable_junit

    xchtmlreport(
      result_bundle_path: my_path
      binary_path: binary_path,
      inline_assets: true,
    )

I see it referenced here, https://github.com/TitouanVanBelle/fastlane-plugin-xchtmlreport/blob/da4e5ef643a0cc45fb3346fdd161ad80252b438e/lib/fastlane/plugin/xchtmlreport/actions/xchtmlreport_action.rb but is there something else missing?

@simondelphia
Copy link
Author

simondelphia commented Jul 5, 2022

Oh I guess it's installed 0.1.1 but that doesn't include the latest changes on main. Could you add a new release please?

Trying to figure out how to point a Fastlane plugin to a specific version… I suppose I could just fork the repo.

EDIT: was able to modify the Pluginfile with the git and branch parameters to get the latest changes.

@simondelphia simondelphia changed the title Can't use inline_assets parameter Can't use inline_assets parameter — need new release tag Jul 5, 2022
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