Open Dan2552 opened 7 years ago
The following works after carthage update --platform macOS on branch:
carthage update --platform macOS
cd /Users/dan2552/projects/branch/src && sourcekitten complete --text 'import Foundation import Swiftline let bold = "hello".style.Bold' --offset 61 -- \ -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk \ -target x86_64-apple-macosx10.10 \ -F /Users/dan2552/projects/branch/Carthage/Build/Mac
The following works after
carthage update --platform macOS
on branch: