Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing to install via Carthage with XCode 10 #27

Open
aehlke opened this issue Oct 21, 2018 · 1 comment
Open

Failing to install via Carthage with XCode 10 #27

aehlke opened this issue Oct 21, 2018 · 1 comment

Comments

@aehlke
Copy link

aehlke commented Oct 21, 2018

Dependency "UAProgressView" has no shared framework schemes for any of the platforms: iOS

Cartfile: github "UrbanApps/UAProgressView" ~> 0.1.4

@ykws
Copy link
Contributor

ykws commented Dec 29, 2021

@aehlke
We need to add UAProgressView.xcscheme.

The folks at Carthage helped me discover the issue - Xcode was not adding the schemes to git. Make sure that .xcodeproj/xcshareddata/xcschemes is added and pushed to github.

https://stackoverflow.com/questions/35054788/carthage-no-shared-framework-schemes-for-ios-platform-for-my-own-framework

For example: Parchment.xcscheme

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants