-
Many people will be moving away from CocoaPods and Carthage and using Swift Package Manager (Dependencies). Can you please add support? Thank you!
-
I am getting crash.
-[UITableView setEmptyDataSetSource:]: unrecognized selector sent to instance
Added by carthage.
-
Hi guys!
I use Carthage. And when I try to fetch dependencies I get this error:
```
*** Downloading RxKeyboard.framework binary at "0.9.2"
*** Skipped installing RxKeyboard.framework binary due…
-
### What did you do?
Application crash in getter and setter method.
### What did you expect to happen?
Not crash
### What actually happened instead?
Not crash
### Environment
List the s…
-
I'm having trouble building with Carthage
error: could not read data from '/Users/.../Documents/.../Carthage/Checkouts/Moya-ModelMapper/Info.plist': The file “Info.plist” couldn’t be opened because…
-
I'm new developer, how can i add this lib manually (without Carthage)
-
It would be great if there were a few pointers in the Readme on how to get a project with OpenCastSwift up and running.
Is the preferred way to use Carthage?
-
The instructions for building and running the iOS-Example code did not work for me: http://assimpkit.readthedocs.io/en/latest/user/examples.html
The first error is the provisioning profile/Team. It…
-
## Enhancement Suggestion
The "Organization/FrameworkName" convention for automatically detecting frameworks causes subtle problems with Carthage workflows.
**Steps which explain the enhancement…
-
`carthage checkout --use-submodules` can be really slow for some cases of recursive submodules. It's exacerbated because we don't reuse existing clones that exist within `.git/modules/` of the parent …