carthage Questions

3

Solved

I use Carthage in my project Contents of Cartfile: #socket.io-client github "socketio/socket.io-client-swift" ~> 13.1.0 Contents of Cartfile.resolved github "daltoniam/Starscream" "3.0.5" ...
Decigram asked 9/4, 2018 at 14:53

30

Solved

I can't get rid of this error! I have tried all sorts of things like clearing Derived Data(Preferences->Locations->click gray arrow to open Derived Data folder in Finder->right-click, move to tr...
Sebiferous asked 5/5, 2017 at 2:10

14

My Swift / iOS9 framework 'viewer_protocol' uses another and external Objective-C framework (CocoaAsyncSocket). I'm using Carthage to build CocoaAsyncSocket. So far everything works fine: In have a...
Exsanguine asked 3/10, 2015 at 14:6

0

After updating a project and re-building/bootstrapping the dependencies for the new deployment target (13.0->14.0) I can't use PO in the xCode console anymore. I'm installing dependencies with c...
Elide asked 9/6, 2023 at 12:49

2

I have this error when building my project that include several external Frameworks that I have installed using Carthage : /Users/moneycup/Library/Developer/Xcode/DerivedData/MoneyCup-fawvvvubqm...
Prong asked 2/12, 2016 at 18:37

3

I have updated mac to 11.6 and xcode to 13.0. Realm could not compile so I updated it with carthage to v10.15.1. Now I get this runtime error just after the app launch: Library not loaded: @rpath/...
Histone asked 22/9, 2021 at 17:15

3

I am getting this error while building the SwiftJSON framework to the Some Xcode project through Carthage Dependency Manager. Sivaramaiahs-Mac-mini:GZipDemoApp vsoftMacmini5$ carthage update --...
Tow asked 22/11, 2016 at 13:55

5

When using external framework Xcode now has an Embedded Binaries as well as Linked Frameworks section. When you download an external framework and Finder->drag it into Xcode, it will place the f...
Lowe asked 3/9, 2015 at 12:30

2

Solved

I've inherited a project that builds with Carthage. Using Xcode 12, I was faced with this error: fatal error: /Applications/Xcode_12.3.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/us...

3

What is quickest way to add dependencies in Xcode project using Carthage. How to add or edit dependencies later.
Quillon asked 9/10, 2018 at 6:39

1

Environment MacBook Pro (13-inch, 2017, Two Thunderbolt 3 ports) Big sur 11.3.1 Xcode 12.5 Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) Target: x86_64-apple-darwin20.4.0 Pro...
Phyto asked 28/5, 2021 at 20:48

3

Solved

I am using Carthage dependency manager in my iOS project. I have the Carthage/build folder in my repository to always have ready to go built frameworks when checking out the repo. I am wondering w...
Sorrento asked 24/2, 2017 at 16:27

5

Solved

I'm looking into cartfile. Can't wait to "simply create a cartfile" like all the instructions say to do. Only... how do you "simply" create a Cartfile? I've created a plain text document, named i...
Molten asked 22/5, 2015 at 16:15

5

Solved

I am using Xcode 12.0 and Carthage 0.35.0 and when I do Carthage bootstrap --platform iOS or Carthage update --platform iOS --no-use-binaries on a framework that I have developed I get this error. ...
Palette asked 17/9, 2020 at 22:31

5

Solved

I create a framework (called ProjectOne) built and tested it. I want to allow this framework to be used in Carthage. I edited my scheme and made the default "ProjectOne" scheme shared in XCODE. I d...
Eliga asked 28/1, 2016 at 7:1

2

Solved

As titled, what's the purpose of "--no-use-binaries" in carthage command line? if missing this, what could happen and what's the benefit to have this?
Vasyuta asked 3/1, 2017 at 11:34

2

I write a framework and I like to divide framework to small separate submodules (targets). Apple provides a cool description for thing I want to achieve with CocoaPods: Targets are the basic bui...
Crispation asked 24/10, 2019 at 11:52

9

Solved

My Cartfile has many libraries. When I do carthage update it goes through all the libraries. That can take very long time. Is there a way to update just a single library with carthage? Something l...
Waterresistant asked 3/6, 2015 at 7:0

0

I have created a framework of SVProgressHUD using https://github.com/Carthage/Carthage/issues/3019#issuecomment-665136323 and added in Xcode project. Image of general tab of xcodeproj: Image of bu...
Duumvir asked 6/10, 2020 at 14:5

2

I am getting this error when using Carthage: Please update to the latest Carthage version: 0.34.0. You currently are on 0.27.0 But I already have 0.34.0 installed. If I do brew info carthage thi...
Mclemore asked 9/1, 2020 at 9:57

0

Trying to setup the webdriver agent from appium ( https://github.com/appium/WebDriverAgent.git ). I've: Cloned Webdriver agent repo ( https://github.com/appium/WebDriverAgent.git ) Opened my termi...
Antependium asked 31/7, 2020 at 11:0

4

Using Xcode 7B4 and Server 5B4 with a Carthage project. To build the project I need to first build it's dependencies. So I added a Before Integration step to the bot with the following code: echo ...
Biebel asked 27/7, 2015 at 3:37

0

In our iOS project we use Carthage as a dependency manager. And we want to add Scan Barcodes with ML Kit to the project. But seems that Scan Barcodes is distributed via Cocoapods only. Is there any...
Sectorial asked 25/6, 2020 at 15:32

2

Solved

I archived my app and would like to upload the ipa file. But, uploading was failed with these errors. App Store Connect Operation Error CFBundleIdentifier Collision. There is more than one bundle...
Rosinarosinante asked 21/9, 2018 at 14:10

3

We have a large project with a lot of dependencies brought in through Carthage. Whenever we try to look at a variable in the lldb debugger (p variablename), it gives us an error: error: Couldn't IR...
Maser asked 19/2, 2019 at 23:24

© 2022 - 2024 — McMap. All rights reserved.