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

Unable to run mint run mint run xcodegen #8

Open
uhooi opened this issue Jul 14, 2022 · 0 comments
Open

Unable to run mint run mint run xcodegen #8

uhooi opened this issue Jul 14, 2022 · 0 comments

Comments

@uhooi
Copy link

uhooi commented Jul 14, 2022

Issue

Unable to run mint run mint run xcodegen .

Fastfile

xcodegen(executable: "mint run mint run xcodegen", spec: "foo.yml")

Output

[18:09:27]: ----------------------
[18:09:27]: --- Step: xcodegen ---
[18:09:27]: ----------------------
[18:09:27]: $ mint\ run\ mint\ run\ xcodegen --spec /Users/uhooi/.../foo.yml
[18:09:27]: -------------------
[18:09:27]: --- Step: is_ci ---
[18:09:27]: -------------------
+-----------------------------------+----------------------------+
|                          Lane Context                          |
+-----------------------------------+----------------------------+
| DEFAULT_PLATFORM                  | ios                        |
| PLATFORM_NAME                     | ios                        |
| LANE_NAME                         | ios setup                  |
| GET_INFO_PLIST_VALUE_CUSTOM_VALUE | $(CURRENT_PROJECT_VERSION) |
+-----------------------------------+----------------------------+
[18:09:27]: No such file or directory - mint run mint run xcodegen

Reason

Because of the escaped spaces.

# NG
$ mint\ run\ mint\ run\ xcodegen --spec /Users/uhooi/.../foo.yml
-bash: mint run mint run xcodegen: command not found

# OK
$ mint run mint run xcodegen --spec /Users/uhooi/.../foo.yml

Is there any way to avoid escaping spaces?

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