Git Product home page Git Product logo

Comments (6)

singhhari avatar singhhari commented on June 5, 2024 1

Nice, have fun! I'm going to close this since it looks like no other issues are coming up.

from ios-oss.

anatoliykant avatar anatoliykant commented on June 5, 2024 1

Thx for help, @singhhari 🤝

from ios-oss.

singhhari avatar singhhari commented on June 5, 2024

Hi @anatoliykant, not entirely sure why make bootstrap is failing based on the logs. Can you try running bin/carthage.sh . in the directory and see if your dependencies are building?

from ios-oss.

anatoliykant avatar anatoliykant commented on June 5, 2024

Hi, @singhhari.
Thanks for the quick response.

  1. If I execute the command bin/carthage.sh ., I get the following output to the console:
Unrecognized command: '.'. See `carthage help`.
  1. If I execute the command bin/carthage.sh or ./bin/carthage.sh, I get the following output to the console:
Available commands:

   archive           Archives built frameworks into a zip that Carthage can use
   bootstrap         Check out and build the project's dependencies
   build             Build the project's dependencies
   checkout          Check out the project's dependencies
   copy-frameworks   In a Run Script build phase, copies each framework specified by a SCRIPT_INPUT_FILE and/or SCRIPT_INPUT_FILE_LIST environment variables into the built app bundle
   fetch             Clones or fetches a Git repository ahead of time
   help              Display general or command-specific help
   outdated          Check for compatible updates to the project's dependencies
   update            Update and rebuild the project's dependencies
   validate          Validate that the versions in Cartfile.resolved are compatible with the Cartfile requirements
   version           Display the current version of Carthage

from ios-oss.

singhhari avatar singhhari commented on June 5, 2024

Ah my mistake. @anatoliykant Try bin/carthage.sh bootstrap --platform iOS to build carthage dependencies for iOS. I don't think this will fix your original issue but it should move us a step forward.

from ios-oss.

anatoliykant avatar anatoliykant commented on June 5, 2024

Yes it works and allowed the dependencies to be installed. 👍

$ bin/carthage.sh bootstrap --platform iOS
*** Checking out AlamofireImage at "4.1.0"
*** Checking out Kickstarter-Prelude at "9118beee2b37fa5fc5a4f56502c1fa99030b9f9e"
*** Checking out ios-snapshot-test-case at "6.2.0"
*** Checking out Kickstarter-ReactiveExtensions at "2fceab5217b819986c7adf7334e27ad6e008b4b6"
*** Cloning ios-snapshot-test-case
*** Cloning AlamofireImage
*** Cloning Kickstarter-ReactiveExtensions
*** Cloning Kickstarter-Prelude
*** Checking out analytics-ios at "4.1.2"
*** Cloning analytics-ios
*** Checking out stripe-ios at "v18.0.0"
*** Cloning stripe-ios
*** Checking out ReactiveSwift at "6.5.0"
*** Cloning ReactiveSwift
*** Checking out appcenter-sdk-apple at "4.0.0"
*** Cloning appcenter-sdk-apple
*** Checking out Alamofire at "5.4.1"
*** Cloning Alamofire
*** Checking out swift-sdk at "v3.6.1"
*** Cloning swift-sdk
*** Checking out facebook-objc-sdk at "v6.5.2"
*** Cloning facebook-objc-sdk
*** xcodebuild output can be found in /var/folders/2p/kz5hwvys7pl4gjvpgyww69bh_tbwp3/T/carthage-xcodebuild.BkvW7K.log
*** Downloading binary-only framework FirebaseAnalyticsBinary at "https://dl.google.com/dl/firebase/ios/carthage/FirebaseAnalyticsBinary.json"
*** Downloading analytics-ios.framework binary at "4.1.2"
*** Downloading appcenter-sdk-apple.framework binary at "4.0.0"
*** Downloading FirebaseAnalyticsBinary.framework binary at "7.4.0"
*** Downloading facebook-objc-sdk.framework binary at "Facebook SDK v6.5.2"
*** Downloading binary-only framework FirebaseCrashlyticsBinary at "https://dl.google.com/dl/firebase/ios/carthage/FirebaseCrashlyticsBinary.json"
*** Downloading FirebaseCrashlyticsBinary.framework binary at "7.4.0"
*** Downloading binary-only framework FirebasePerformanceBinary at "https://dl.google.com/dl/firebase/ios/carthage/FirebasePerformanceBinary.json"
*** Downloading FirebasePerformanceBinary.framework binary at "7.4.0"
*** Downloading binary-only framework FirebaseProtobufBinary at "https://dl.google.com/dl/firebase/ios/carthage/FirebaseProtobufBinary.json"
*** Downloading FirebaseProtobufBinary.framework binary at "7.4.0"
*** Downloading ios-snapshot-test-case.framework binary at "6.2.0"
*** Downloading stripe-ios.framework binary at "Version 18.0.0"
***  Skipped installing ios-snapshot-test-case.framework binary due to the error:
	"Incompatible Swift version - framework was built with 5.1 (swiftlang-1100.0.270.13 clang-1100.0.33.7) and the local version is 5.3.2 (swiftlang-1200.0.45 clang-1200.0.32.28)."

    Falling back to building from the source
*** Building scheme "Alamofire iOS" in Alamofire.xcworkspace
*** Building scheme "AlamofireImage iOS" in AlamofireImage.xcworkspace
*** Building scheme "FBSnapshotTestCase iOS" in FBSnapshotTestCase.xcworkspace
*** Building scheme "Prelude-iOS" in Prelude.xcodeproj
*** Building scheme "Prelude-UIKit-iOS" in Prelude.xcodeproj
*** Building scheme "ReactiveExtensions-TestHelpers-iOS" in ReactiveExtensions.xcodeproj
*** Building scheme "ReactiveExtensions-iOS" in ReactiveExtensions.xcodeproj
*** Building scheme "ReactiveSwift-iOS" in ReactiveSwift.xcworkspace
*** Building scheme "OptimizelySwiftSDK-iOS" in OptimizelySwiftSDK.xcworkspace

from ios-oss.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.