GithubHelp home page GithubHelp logo

Comments (12)

uplsourav avatar uplsourav commented on July 19, 2024 1

from netflix-like-ios.

akinoavx13 avatar akinoavx13 commented on July 19, 2024

Hi !

Did you run carthage update --platform ios to install project dependencies ?

from netflix-like-ios.

uplsourav avatar uplsourav commented on July 19, 2024

image
Yes, I tried to run this command but it's got failed, trying to resolve the issue, I shared the image with the issue.

from netflix-like-ios.

akinoavx13 avatar akinoavx13 commented on July 19, 2024

Ok I tried on my side and that working.
Can you please, copy and paste the output of the error here ?

from netflix-like-ios.

uplsourav avatar uplsourav commented on July 19, 2024

souravs-MacBook-Air:netflix-like-ios sourav$ carthage update --platform iOS
*** Fetching Kingfisher

*** Fetching Cache
*** Fetching Alamofire
*** Checking out Cache at "5.2.0"
*** Checking out Kingfisher at "4.10.1"
*** Checking out Alamofire at "4.9.1"
*** xcodebuild output can be found in /var/folders/f1/t797t01n18g3s4mk5f844hnh0000gn/T/carthage-xcodebuild.94VFVk.log
*** Building scheme "Alamofire iOS" in Alamofire.xcworkspace
*** Building scheme "Cache-iOS" in Cache.xcodeproj
Build Failed
Task failed with exit code 65:
/usr/bin/xcrun xcodebuild -project /Users/sourav/Documents/Project/iosProjects/netflix-like-ios/Carthage/Checkouts/Cache/Cache.xcodeproj -scheme Cache-iOS -configuration Release -derivedDataPath /Users/sourav/Library/Caches/org.carthage.CarthageKit/DerivedData/10.2_10E125/Cache/5.2.0 -sdk iphoneos ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES archive -archivePath /var/folders/f1/t797t01n18g3s4mk5f844hnh0000gn/T/Cache SKIP_INSTALL=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=NO CLANG_ENABLE_CODE_COVERAGE=NO STRIP_INSTALLED_PRODUCT=NO (launched in /Users/sourav/Documents/Project/iosProjects/netflix-like-ios/Carthage/Checkouts/Cache)

This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/f1/t797t01n18g3s4mk5f844hnh0000gn/T/carthage-xcodebuild.94VFVk.log
souravs-MacBook-Air:netflix-like-ios sourav$
souravs-MacBook-Air:netflix-like-ios sourav$ carthage update --platform iOS
*** Fetching Alamofire
*** Fetching Kingfisher
*** Fetching Cache
*** Checking out Kingfisher at "4.10.1"
*** Checking out Alamofire at "4.9.1"
*** Checking out Cache at "5.2.0"
*** xcodebuild output can be found in /var/folders/f1/t797t01n18g3s4mk5f844hnh0000gn/T/carthage-xcodebuild.RSgNWk.log
*** Building scheme "Alamofire iOS" in Alamofire.xcworkspace
*** Building scheme "Cache-iOS" in Cache.xcodeproj
Build Failed
Task failed with exit code 65:
/usr/bin/xcrun xcodebuild -project /Users/sourav/Documents/Project/iosProjects/netflix-like-ios/Carthage/Checkouts/Cache/Cache.xcodeproj -scheme Cache-iOS -configuration Release -derivedDataPath /Users/sourav/Library/Caches/org.carthage.CarthageKit/DerivedData/10.2_10E125/Cache/5.2.0 -sdk iphoneos ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES archive -archivePath /var/folders/f1/t797t01n18g3s4mk5f844hnh0000gn/T/Cache SKIP_INSTALL=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=NO CLANG_ENABLE_CODE_COVERAGE=NO STRIP_INSTALLED_PRODUCT=NO (launched in /Users/sourav/Documents/Project/iosProjects/netflix-like-ios/Carthage/Checkouts/Cache)

This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/f1/t797t01n18g3s4mk5f844hnh0000gn/T/carthage-xcodebuild.RSgNWk.log

from netflix-like-ios.

uplsourav avatar uplsourav commented on July 19, 2024

image

from netflix-like-ios.

akinoavx13 avatar akinoavx13 commented on July 19, 2024

Can you try to clear your carthage cache by running :
rm -rf ~/Library/Caches/org.carthage.CarthageKit
and then, fetch dependencies again by running :
carthage update --platform ios

from netflix-like-ios.

akinoavx13 avatar akinoavx13 commented on July 19, 2024

Which Xcode version do you use ?

from netflix-like-ios.

uplsourav avatar uplsourav commented on July 19, 2024

Xcode Version 10.2 (10E125)

from netflix-like-ios.

uplsourav avatar uplsourav commented on July 19, 2024

souravs-MacBook-Air:netflix-like-ios sourav$ carthage update --platform ios
*** Cloning Kingfisher
*** Cloning Alamofire
*** Cloning Cache
*** Checking out Cache at "5.2.0"
*** Checking out Kingfisher at "4.10.1"
*** Checking out Alamofire at "4.9.1"
*** xcodebuild output can be found in /var/folders/f1/t797t01n18g3s4mk5f844hnh0000gn/T/carthage-xcodebuild.C9gQo5.log
*** Building scheme "Alamofire iOS" in Alamofire.xcworkspace
*** Building scheme "Cache-iOS" in Cache.xcodeproj
Build Failed
Task failed with exit code 65:
/usr/bin/xcrun xcodebuild -project /Users/sourav/Documents/Project/iosProjects/netflix-like-ios/Carthage/Checkouts/Cache/Cache.xcodeproj -scheme Cache-iOS -configuration Release -derivedDataPath /Users/sourav/Library/Caches/org.carthage.CarthageKit/DerivedData/10.2_10E125/Cache/5.2.0 -sdk iphoneos ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES archive -archivePath /var/folders/f1/t797t01n18g3s4mk5f844hnh0000gn/T/Cache SKIP_INSTALL=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=NO CLANG_ENABLE_CODE_COVERAGE=NO STRIP_INSTALLED_PRODUCT=NO (launched in /Users/sourav/Documents/Project/iosProjects/netflix-like-ios/Carthage/Checkouts/Cache)

This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/f1/t797t01n18g3s4mk5f844hnh0000gn/T/carthage-xcodebuild.C9gQo5.log

from netflix-like-ios.

akinoavx13 avatar akinoavx13 commented on July 19, 2024

Indeed, I reproduced the bug on Xcode 10.2 (10E125).
It seems that Xcode10.2 failed to compile hypersolo/Cache ...

The following build commands failed:
	CompileSwift normal arm64
	CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler
	CompileSwift normal armv7
(3 failures)

This issues is fixed on the latest Xcode 11.3.1 (11C505).
Can you update your Xcode to this following version ?

from netflix-like-ios.

uplsourav avatar uplsourav commented on July 19, 2024

Okay I'm updating the Xcode version

from netflix-like-ios.

Related Issues (1)

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.