Questions tagged [carthage]

Carthage is a decentralized dependency manager for Cocoa projects, able to build dependencies for providing dynamic frameworks. Carthage does not automatically modify project files or build settings.

Homepage: https://github.com/Carthage/Carthage

475 questions
0
votes
1 answer

Library not loaded because image not found

I'm using Carthage and faced with strange problem. I have framework inside my app: Mac-mini:Test test$ ls…
John Tracid
  • 3,836
  • 3
  • 22
  • 33
0
votes
1 answer

Shared Cartfile with private git repo?

I'm contributing to a Swift project that uses Carthage to manage dependencies. Some of those dependencies are private repos, i.e. the Cartfile contains entries like: git "https://username@bitbucket.org/path/project.git" "master" For simplicity, we…
neal
  • 343
  • 3
  • 10
0
votes
1 answer

Carthage + Quick framework + Swift 2 = "error: module file was created by an older version of the compiler; rebuild 'Quick' and try again"

I'm using Xcode 7 beta 5 (it's the only xcode currently installed) with Swift 2 and when I try to run unit tests with Quick, I get the following error: error: module file was created by an older version of the compiler; rebuild 'Quick' and try…
Willam Hill
  • 1,572
  • 1
  • 17
  • 28
0
votes
0 answers

Using both cocoapods and carthage together for different libraries

I installed Alamofire with Carthage, and I found some other libraries that I might want to integrate with my projects too but unfortunately they only support Cocoapods. So the question is, can I use Carthage for library A and Cocoapod for library B?
Happiehappie
  • 1,084
  • 2
  • 13
  • 26
0
votes
1 answer

Carthage, embed third party frameworks in my own framework

I'm building my own iOS framework that I want to make available via Carthage. It relies on two other frameworks, also installed via Carthage. When a user installs my framework, does he get the third party frameworks I installed?
sf89
  • 5,088
  • 7
  • 24
  • 27
0
votes
1 answer

ObjectMapper, Carthage, and Xcode 6.3 error

Have a project using Carthage for dependencies. Recently updated to Xcode 6.3 and Swift 1.2. When that happened I also had to update my Cartfile which is now: github "Alamofire/Alamofire" >= 1.2 github "SwiftyJSON/SwiftyJSON" >= 2.2 github…
J_Sizzle
  • 600
  • 1
  • 4
  • 12
0
votes
1 answer

AppCode run iOS simulator "Library not loaded"

I was trying AppCode 3.1. I had a iOS 8.1 project with XCode 6.1.1 with one one linked framework. The framework is SwifteriOS.framework build with Carthage (https://github.com/Carthage/Carthage) like this: github "mattdonnelly/Swifter" ==…
Daiwei
  • 40,666
  • 3
  • 38
  • 48
-1
votes
1 answer

Is Mapbox Navigation compatible with Swift 5.0

Can anyone confirm that Mapbox Navigation works with Swift 5.0 or for that matter they are still a going concern? I have now tried building the frameworks in Carthage using Xcode 11.3 and a fresh install of Xcode 11.6 on a brand new Mac running the…
user6631314
  • 1,751
  • 1
  • 13
  • 44
-2
votes
2 answers

iOS Dependency manager in Cocoa Touch Framework

I have been researching a while and with no success on how I can build a cocoa touch framework, add dependency manger for 3rd party libraries and finally add the framework in an app project. First, I would like to say that the framework I am…
Reimond Hill
  • 4,278
  • 40
  • 52
-3
votes
1 answer

How to Embed Binaries in a Carthage Project in Xcode

I want to add a framework in my Carthage Project which I then use in my Main project, the frame work needs to be embedded in order to work, however the Carthage project does not have the ability to embed Binaries There is no area to Embed binaries.
Arnvfx
  • 61
  • 4
  • 10
1 2 3
31
32