Carthage/Carthage

Add a command to help people figure out why schemes aren't built

Open

#1,621 opened on Dec 1, 2016

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Swift (1,544 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (15,179 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

We should add a command to help people figure out why schemes aren't built.

Something like this:

$ carthage diagnose --platform ios
* path/to/Bar.xcodeproj
  * Foo.xcscheme
    ✓ Framework
    X Dynamic Framework
  * Flab.xcscheme
    ✓ Framework
    ✓ Dynamic Framework
    ✓ iOS
* Baz.xcodeproj
  * No shared schemes

Contributor guide