I am trying to add a static framework from a private repo using Carthage, but carthage update
results in 'Dependency "«Repo Name»" has no shared framework schemes'.
Despite the error message, the framework's scheme is shared.
Strangely, changing the Mach-O Type to Dynamic Library fixes this, without making any changes to the scheme. Changing it back to Static Library makes the problem reoccur.
I am using Carthage v0.33.0.
- Add
github "«private repo name»"
to Cartfile - Run
carthage update