pronebird / UIScrollView-InfiniteScroll

UIScrollView ∞ scroll category
MIT License
1.06k stars 148 forks source link

Carthage update error #75

Closed maclacerda closed 3 years ago

maclacerda commented 5 years ago

Hello,

I'm using your Library and after carthage update the follow error appears:

*** Building scheme "UIScrollView_InfiniteScroll" in UIScrollView_InfiniteScroll.xcodeproj
Build Failed
    Task failed with exit code 65:
    /usr/bin/xcrun xcodebuild -project /Users/marcoslacerda/Developer/Adaxo/lecupon-ios/Carthage/Checkouts/UIScrollView-InfiniteScroll/UIScrollView_InfiniteScroll.xcodeproj -scheme UIScrollView_InfiniteScroll -configuration Release -derivedDataPath /Users/marcoslacerda/Library/Caches/org.carthage.CarthageKit/DerivedData/10.0_10A255/UIScrollView-InfiniteScroll/1.1.0 -sdk iphoneos ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES archive -archivePath /var/folders/_c/3nj34dfs13qb1ny20c_g06qm0000gn/T/UIScrollView-InfiniteScroll SKIP_INSTALL=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=NO CLANG_ENABLE_CODE_COVERAGE=NO STRIP_INSTALLED_PRODUCT=NO (launched in /Users/marcoslacerda/Developer/Adaxo/lecupon-ios/Carthage/Checkouts/UIScrollView-InfiniteScroll)

This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/_c/3nj34dfs13qb1ny20c_g06qm0000gn/T/carthage-xcodebuild.AU3rWN.log

In the Build log file seems:

** ARCHIVE FAILED **

The following build commands failed:
    CompileC /Users/marcoslacerda/Library/Caches/org.carthage.CarthageKit/DerivedData/10.0_10A255/UIScrollView-InfiniteScroll/1.1.0/Build/Intermediates.noindex/ArchiveIntermediates/UIScrollView_InfiniteScroll/IntermediateBuildFilesPath/UIScrollView_InfiniteScroll.build/Release-iphoneos/UIScrollView_InfiniteScroll.build/Objects-normal/armv7/UIScrollView+InfiniteScroll.o /Users/marcoslacerda/Developer/Adaxo/lecupon-ios/Carthage/Checkouts/UIScrollView-InfiniteScroll/Classes/UIScrollView+InfiniteScroll.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)

My Cartfile is:

github "pronebird/UIScrollView-InfiniteScroll"

Any ideas?

Thanks a lot

pronebird commented 5 years ago

Perhaps we need to update the Cartfile? I am more of a Podfile guy. Did you find out why that was happening?