Matt Diephouse

Results 139 comments of Matt Diephouse

After talking to the SwiftPM team, I don't think it's a good idea for us to rely on the generated Xcode projects.

SwiftPM can compile the sources—but not into a `.framework` that Carthage can use. To do that, we'd need to use `swift package generate-xcodeproj`, which generates an Xcode project based on...

This was fixed in #1108 and will ship in the next release.

> When is the next release? There's no specific plan, but I can do one in the next week if this is causing pain for people.

I've added it to my todo list and release it when I can. In the future, feel free to open an issue requesting a new release if you're itching to...

I've released 0.14 and [submitted a PR to homebrew](https://github.com/Homebrew/homebrew/pull/49087).

> Maybe this is expected behavior or requires a separate issue but could it be possible that if we add the --no-use-binaries the list of dependencies passed to update is...

I don't think it's that simple. I think it also needs to include the dependencies of those dependencies.

What version of Carthage are you on? `carthage version`