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

CocoaLumberjack: timed out while trying to read CoreDataLogger.xcodeproj

I'm using Carthage, Xcode 8 and swift 2.3, on Mac Sierra, carthage version 0.17.2 In my cartfile I have: github "CocoaLumberjack/CocoaLumberjack" "2.4.0" I run Carthage bootstrap --platform iOS and I get this error: timed out while trying to read…
D. Rothschild
  • 659
  • 9
  • 14
0
votes
1 answer

UberRides Carthage Issue

I want to use UberRides SDK in Objective-C Project. I checked pod for objective c but it is not available. So i tried Carthage. Here is my Cartfile: # UberRides github "https://github.com/uber/rides-ios-sdk" ~> 0.5 I use carthage update --platform…
Jayesh Thanki
  • 2,037
  • 2
  • 23
  • 32
0
votes
1 answer

Xcode 8 Can not build with carthage

I'm migrating my project from 7.3.1 to 8.0, and I have some code written in old version of Swift, so I set Use Legacy Swift Language Version to YES. When I build and run, I get this: Module file was created by an older version of the compiler;…
Jason
  • 37
  • 1
  • 11
0
votes
1 answer

How can I remove the XcodeColors dependancy from XCGLogger?

With the latest updates to Xcode 8 when I try and do a Carthage update I'm getting the following: xcodebuild[9502:2418269] [MT] PluginLoading: Required plug-in compatibility UUID 8A66E736-A720-4B3C-92F1-33D9962C69DF for plug-in at path…
Cormac
  • 43
  • 4
0
votes
1 answer

Swift framework integration - Xcode shows errors but compiles ok

I have created a Swift framework and I have integrated that framework into my project using Carthage. All the necessary steps mentioned on the Carthage github page have been completed. When I use the framework classes in my main project code, Xcode…
Kedar
  • 1,298
  • 10
  • 20
0
votes
1 answer

XCode8 + Carthage + RATreeView (missing architecture?)

I'm a bit new to iOS development, and have run into an issue I can't seem to fix. I'm developing with XCode8, using a Swift3 Universal Project, which I've added various frameworks to, via Carthage (which up until know has worked flawlessly). The…
Xorcist
  • 3,129
  • 3
  • 21
  • 47
0
votes
1 answer

Carthage update takes forever and I don't use but two of the services at the moment

Is there some way I can just use a portion of the watson ios sdk? Carthage update downloads and builds about 10+ services that I'm not using and the "All Services" build takes forever. Is there a way I can cut down the time and specify only the…
Troy
  • 188
  • 8
0
votes
0 answers

GCDWebUploader.bundle causes code singing error (macOS)

When I try to submit a macOS app that has GCDWebServers 3.3.3 added via Carthage: github "swisspol/GCDWebServer" == 3.3.3 I get the following error: Invalid Signature. Code object is not signed at all. The binary at path…
Aral Balkan
  • 5,981
  • 3
  • 21
  • 24
0
votes
2 answers

cannot build project with xcode 8 beta 6

I am getting following error after I add a library via carthage - library name compiled with older version of Swift language (2.0) than previous files (3.0) for architecture x86_64 I have tried it with Argo library.…
raghvendra
  • 285
  • 5
  • 18
0
votes
1 answer

Issues rebuilding alamofire with iOS 10

I have an iOS app that worked great in iOS 9 but when I upgraded to iOS 10, I am getting an error with alamofire. When I build the app it says "Module file was created using an older version of the compiler, rebuild 'Alamofire' and try again" I…
Coherent
  • 1,933
  • 5
  • 24
  • 33
0
votes
1 answer

How to build frameworks for arm* architecture only, with Carthage?

I'm trying to build the project to be sent to the AppStore, and all dependencies are going to arm * + i386 + x86_64. I take Carthage. How to make the assembly dependencies only arm *?
0
votes
2 answers

How to update compiler and rebuild Alamofire

Today I noticed this error on my Xcode project... Module file was created by an older version of the compiler; rebuild 'Alamofire' and try…
John
  • 1,808
  • 7
  • 28
  • 57
0
votes
1 answer

Xcodebuild: Failed to load Addressbook

When I used carthage, build always faild, So I search carthage github issues, I found it seems to be xcodebuild error, Even though, I input xcodebuild -list it will throw error ~$ > xcodebuild -list 2016-03-02 10:40:17.413 xcodebuild[17993:2398778]…
Magic
  • 115
  • 6
0
votes
1 answer

Carthage does not build main framework

Lets say 2 Frameworks A & B are created. Inside framework A, using Cartthage framework B is included. Now when I include framework A in a project using carthage, it checks out both of them but only builds B. What should I do to get framework A also…
user5381191
  • 611
  • 7
  • 21
0
votes
1 answer

Can't build on device with Swift on Xcode 7.2 (not related to Provisioning Profiles)

This is not related to provisioning profiles. I added SnapKit (0.18.0) with Carthage (0.10). Whenever I try to run the app on a device with Xcode 7.2, I get errors like this: Undefined symbols for architecture arm64: "protocol witness table for…
Rey Gonzales
  • 836
  • 1
  • 8
  • 17
1 2 3
31
32