intuit / intuit/LocationManager
Not building on Carthage v0.34
- Dominant language
- Objective-C
- Stars
- 2.5k
- Forks
- 383
- PR merge metrics
- No merged PRs in 30d
Description
Attempting to install/build via the latest release of Carthage (v0.34) results in the following error:
```
Dependency "LocationManager" has no shared framework schemes for any of the platforms: iOS
If you believe this to be an error, please file an issue with the maintainers at https://github.com/intuit/LocationManager/issues/new
```
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`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.