-
Notifications
You must be signed in to change notification settings - Fork 78
Running Marathon on macOS Catalina does not work #206
Comments
I resolved this error by switching Command Line Tools to use Xcode 11 Beta: Please excuse the inconvenience! |
I'm seeing this error - although at some stage it was working fine. cd "/Users/johndpope/.marathon/Scripts/Cache/-Users-johndpope-Downloads-frontpage-ios-app-FrontPage-src-Sync/" && readlink OriginalFile swift --version xcode beta 11 my bad - this fixes it marathon run Sync.swift --verbose going in circles |
You are right. After successful installation I wasn't successful in building and compiling a Marathon Script on Catalina either. |
Installed without an issue but unable to complete helloWorld example. Tests also failing. |
Hi everyone, please note that Marathon is being deprecated and will not be updated for macOS Catalina (at least not by me). Feel free to either debug this and submit a PR, or migrate your scripts to use SwiftPM directly (which is my personal recommendation). |
Platform
macOS Catalina Version 10.15 Beta (19A512f)
Issue
I freshly installed Marathon the recommended way on macOS Catalina Beta Version.
It seems to install without any error, but when trying to run Marathon via
marathon
I get the following error:This copy of libswiftCore.dylib requires an OS version prior to 10.14.4.
[1] 13259 abort marathon run
I didn't dig into source code yet, but does anybody know a fast way to solve this error?
Thanks in advance!
The text was updated successfully, but these errors were encountered: