This repository was archived by the owner on Jul 31, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Unable to run mint run mint run xcodegenΒ #8
Copy link
Copy link
Open
Description
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 xcodegenReason
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.ymlIs there any way to avoid escaping spaces?
Metadata
Metadata
Assignees
Labels
No labels