Top "Carthage" questions

Carthage is a decentralized dependency manager for Cocoa projects, able to build dependencies for providing dynamic frameworks.

Linker Command failed with exit code 1 (use -v to see invocation), Xcode 8, Swift 3

I can't get rid of this error! I have tried all sorts of things like clearing Derived Data(Preferences->…

ios objective-c xcode xcode8 carthage
Command Line Tool - Error - xcrun: error: unable to find utility "xcodebuild", not a developer tool or in PATH

I am getting this error while building the SwiftJSON framework to the Some Xcode project through Carthage Dependency Manager. Sivaramaiahs-Mac-mini:…

command-line installation swift3 gzip carthage
Error of "error: could not lock config file .git/config: Permission denied" occurs while installing Carthage

I want to install carthage on my Mac OS using brew install carthage command. However, I get the following error: …

macos homebrew carthage
How to update just one library from the Cartfile with Carthage?

My Cartfile has many libraries. When I do carthage update it goes through all the libraries. That can take very …

carthage
How to clear Carthage cache?

I use Carthage dependencies manager in my iOS projects and I am wondering what is the best way to clean …

ios iphone xcode carthage
umbrella header for module 'myFramework' does not include header 'otherFramework.h'

My Swift / iOS9 framework 'viewer_protocol' uses another and external Objective-C framework (CocoaAsyncSocket). I'm using Carthage to build CocoaAsyncSocket. So …

objective-c xcode swift frameworks carthage
Where is the Run Script and Build Phase in Xcode?

To get Carthage set up, the documentation says that you need to add a Run Script. On your application targets’ “…

ios xcode applescript carthage
How to correctly create carthage cartfile?

I'm looking into cartfile. Can't wait to "simply create a cartfile" like all the instructions say to do. Only... how …

ios carthage
What is the difference between Embedded Binaries and Linked Frameworks

When using external framework Xcode now has an Embedded Binaries as well as Linked Frameworks section. When you download an …

ios xcode frameworks xcode7 carthage
Uninstall/remove Carthage from iOS/xCode project?

Here is a link to Carthage: https://github.com/Carthage/Carthage It additionally adds some changes in project files so …

ios xcode uninstallation removeall carthage