Skip to content
This repository was archived by the owner on Jan 4, 2020. It is now read-only.
This repository was archived by the owner on Jan 4, 2020. It is now read-only.

"illegal hardware instruction" error message when try to edit a script #185

@maximkhatskevich

Description

@maximkhatskevich

It happens when I have a 'Marathonfile' in the root folder and that file contains references to a local folder or another script.

For example, if I have Setup.swift script and no Marathonfile at all, when I call

marathon edit Setup.swift

it opens Xcode as expected.

If I add a URL into Marathonfile like this:

https://github.com/JohnSundell/Files.git

and then call

marathon edit Setup.swift

it opens Xcode as expected, no problem.

BUT if I add references to a folder (with valid package, in the example below current folder contains package) or reference to another (existing!) swift file in the same folder like shown below:

https://github.com/JohnSundell/Files.git
./
AnotherScript.swift

when I run

marathon edit Setup.swift

I get a very weird message like following:

[1]    10603 illegal hardware instruction  marathon edit Setup.swift

NOTE, that the 5-digit number is always different, but the following message is always the same.

If I remove references to local files - everything starts working again.

Any ideas what's going on and how to fix? Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions