You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 4, 2020. It is now read-only.
I get the following error, because of my usage of hasDirectoryPath which only available on OS X 10.11+:
🏃 Compiling script...
💥 Failed to compile script
👉 The following error(s) occured:
- 124:18: 'hasDirectoryPath' is only available on OS X 10.11 or newer
- 124:18: note: add 'if #available' version check
Is there anyway I can set the deployment target to OS X 10.11+ through Marathonfile?
The text was updated successfully, but these errors were encountered:
It's not possible yet. Perhaps we can add another comment syntax for this, just like how you can specify dependency URLs inline using // marathon:<url>. This also has the added benefit of working the same was as how you can specify as Swift tools version when using the Swift Package Manager (using // swift-tools-version:4.0).
Perhaps adding support for a syntax like // marathon: min-macos-version: 10.11? What do you think @kaandedeoglu?
I get the following error, because of my usage of
hasDirectoryPath
which only available on OS X 10.11+:Is there anyway I can set the deployment target to OS X 10.11+ through Marathonfile?
The text was updated successfully, but these errors were encountered: