Carthage Tutorial: Getting Started | raywenderlich.com

In this Carthage tutorial, you’ll learn what Carthage is, how to install it and how to use it to declare, install and integrate your dependencies.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/7649117-carthage-tutorial-getting-started

Hi, I am using XCode12, and when I was in your “starter” folder, I needed to install via --use-xcframework, and so I did. But then a fatal error came up upon build time "Code=259 “Cannot retrive binary file from bundle”, I tried google but did not help.

Then I proceeded to your “final” folder, got such an error “DuckDuckDefine.xcodeproj Building for iOS Simulator, but the linked and embedded framework ‘Alamofire.framework’ was built for iOS + iOS Simulator.”

I was wondering, how I can get around with this or is Carthage not supported anymore due to latest xcode changes?

This topic could use an update for M1 architecture.