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 May 8, 2022. It is now read-only.
Same here, I wasn't able to import the framework via Carthage on MacOS
Minimal steps to reproduce the issue
❯ mkdir temp && cd temp
❯ echo 'github "krisk/fuse-swift"\n' > Cartfile
❯ carthage update --platform macOS
*** Fetching fuse-swift
*** Checking out fuse-swift at "1.4.0"
*** xcodebuild output can be found in /var/folders/zz/hrtg5njd3ndc12jmlmfg3lzr0000gn/T/carthage-xcodebuild.57kvhC.log
*** Skipped building fuse-swift due to the error:
Dependency "fuse-swift" has no shared framework schemes for any of the platforms: Mac
If you believe this to be an error, please file an issue with the maintainers at https://github.com/krisk/fuse-swift/issues/new
Proposed fix
I was able to fix this by adding a MacOS build target & scheme in the Xcode project: tohjustin@c2290ce
Hi there! I was curious if it would be possible for the framework to support MacOS through Carthage? Currently it only builds to IOS.
The text was updated successfully, but these errors were encountered: