carthage Questions
4
Solved
Is it possible to install GoogleMap SDK via Carthage?
I only saw the tutorial for Cocoapods only.
Or I only can install manually if I am using Carthage?
Iatry asked 22/8, 2016 at 6:13
2
Solved
I'm currently looking at a library which only supports Carthage as a package manager. The project I'm looking to integrate it with already has some CocoaPods dependencies. Has anybody tried using b...
3
Solved
I was wondering if there is something like private pods in Carthage, I have a couple of frameworks and I'm currently using git submodules, I started using Carthage for a new project and is pretty n...
Nikianikita asked 8/12, 2015 at 18:34
7
Solved
I want to install carthage on my Mac OS using brew install carthage command. However, I get the following error:
touch: /usr/local/Homebrew/.git/FETCH_HEAD: Permission denied
touch: /usr/local/Hom...
4
Solved
I am creating an iOS app and use Carthage to build external libraries. Since the libraries I use are currently both Swift 2 and Swift 3 I am in a bit of a squeeze. Thus I want to have one Swift 2 b...
6
Solved
I have 2 versions of Xcode installed, 8.3.2 and 8.2.1.
I'm working on a project that was written in Swift 2 and installed few third-party's via Carthage.
After pulling branch I did carthage update...
2
I had a project with both Carthage and Cocoapods. They both have one common dependency (PureLayout, to be precise). Strange, but project compiles fine without any errors about class redeclaration, ...
3
Solved
I have simple ksh script which runs
carthage update --platform iOS as a Build pre-action and it started to fail after updating to Xcode 10.
Running the command in Terminal generates Carthage folde...
6
Solved
After the app uploading I receive the following email
We identified one or more issues with a recent delivery for your app,
XXX. Please correct the following issues, then upload again.
ITMS-...
8
I'm trying to install Carthage dependencies in my Xcode project with the
Carthage bootstrap --platform iOS
command line but It's fail and I have this message in my terminal:
Could not find any...
Agra asked 4/10, 2018 at 15:37
4
Solved
I am trying to install Realm to my project using Carthage. It used to work before but after switching to new MacBook Pro (15-inch, 2018, TouchBar) I am getting the following error,
carthage update...
3
Solved
The teams developing frameworks for our iOS app are migrating from Cocoapods to Carthage.
Under Cocoapods, I could set up dependencies as "development pods". For example, instead of having the mai...
2
Solved
2
What are the list of Carthage related files which are good if pushed to git. I know,
- Cartfile
- Cartfile.private
- Cartfile.resolved
What about the Build and Checkout folders?
5
i have a swift project with some frameworks added via carthage. Is it possible to use those frameworks in playground inside project and how to use it, because
import Argo
doesn't work :(
Latoya asked 26/4, 2015 at 20:16
4
I am using charts library and trying to run the demo. Before running I have to install the dependencies using Carthage. I goto project folder location and type in terminal:
carthage update
I got...
Squinch asked 23/9, 2016 at 8:35
1
Solved
I've installed Alamofire 5 using Carthage, and it keeps showing error that it has no member request.
Alamofire.request(route).responseJSONDecodable { response in }
Module 'Alamofire' has no m...
5
Solved
Swift 4.2 came out and I'm receiving this error message in my project when using ObjectMapper and some other pods too:
Module compiled with Swift 4.1.2 cannot be imported in Swift 4.1.50
So ho...
Maharani asked 5/6, 2018 at 21:43
2
Solved
I need to have carthage for running Appium tests.
While Appium community is still working on supporting XCode9.2, we need to rely on XCode 8.3.3
OS: MacOS High Sierria
XCode version: XCode 8.3.3
Ja...
Fiddling asked 29/1, 2018 at 16:7
3
Solved
Here is a link to Carthage:
https://github.com/Carthage/Carthage
It additionally adds some changes in project files so I can simply remove extra files/folders and it will work but I can't use Car...
Tertius asked 19/8, 2015 at 9:25
1
1
Solved
I'm having problems trying to realize the following dependency setup between two frameworks and an app, all developed by me:
Util containts a bunch of low-level utilities and extensions to Foun...
Prance asked 11/4, 2018 at 8:36
2
Solved
I'm using Carthage for dependency management and have a bunch of warnings in my project:
"Multiple build commands for output file /Users/me/Library/Developer/Xcode/DerivedData/project-ymeymeyme/Bu...
1
carthage version: 0.25.0
xcodebuild -version: 8.3.3
Are you using --no-build? No
Are you using --no-use-binaries? No
Are you using --use-submodules? No
Are you using --cache-builds? No
Cartfile...
Agley asked 10/10, 2017 at 20:51
1
After taking a look to Google Tag Manager for iOS, it seems the only way to integrate it is by using CocoaPods.
https://developers.google.com/tag-manager/ios/v5
My company use Carthage, though. W...
Treacy asked 23/2, 2017 at 16:57
© 2022 - 2025 — McMap. All rights reserved.