-
Notifications
You must be signed in to change notification settings - Fork 78
Marathon run isn't working properly #110
Comments
Hi @sahara108. Could you provide some more debuggable information? What kind of script are you trying to run? Does it have any dependencies? I haven't tried Marathon on 10.13 Beta yet, so it might have something to do with it as well. |
Just try to use the Vision framework to detect and crop face from a picture.
|
And you're saying that the exact same code works if you put it inside an executable program instead? Are you using the Swift Package Manager or a command line app from Xcode? What is the output if you run the script using the |
And you're saying that the exact same code works if you put it inside an executable program instead? Yes Verbose output:
|
Hi @sahara108 Could you try this again? The code looks like it might fall of the end in certain places. For example, the while loop may go forever ? Or you may execute it on a system that isn't 10.13 ? Try to handle all of these pitfalls and see if any of these reasons are to blame first. |
I have found that running the scripts by using
marathon run myscript.swift
doesn't work properly. It hangs the program forever. I end up build an executable program to use it.I am using 10.13 Beta (17A291j). The code is written by swift 4
The text was updated successfully, but these errors were encountered: