-
Notifications
You must be signed in to change notification settings - Fork 387
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
Not building on Carthage v0.34 #127
Comments
Open LocationManager.xcodeproj using Xcode carthage build LocationManager --platform ios
*** Building scheme "INTULocationManager" in LocationManager.xcworkspace |
Wait for this PR to complete or if you wanna build it now just add this to your Cartfile:
P.S. Make sure to update your Cartfile after the PR completes though. |
Attempting to install/build via the latest release of Carthage (v0.34) results in the following error:
After some snooping online it would seem this is a problem with how the library is structured, seeing all resources I could find blame the absence of xcschemas as the cause of this error, when this repo definitely includes them.
I'm wondering if anyone else has been able to repro + what could be causing this?
For reference all I did was run:
carthage update LocationManager --platform ios
My Cartfile contains
github "intuit/LocationManager" ~> 4.4.0
The text was updated successfully, but these errors were encountered: