rFlex / SCRecorder

iOS camera engine with Vine-like tap to record, animatable filters, slow motion, segments editing
Apache License 2.0
3.06k stars 583 forks source link

Add Carthage support #349

Open Jachobsen opened 8 years ago

Jachobsen commented 8 years ago

It would be awesome if you could add support for installation via Carthage.

I've tried to clone the repo and share the SCRecorderFramework scheme as instructed in their guide but I run into a build error.

** BUILD FAILED **

The following build commands failed:
    Ld /Users/(..)/Library/Developer/Xcode/DerivedData/SCRecorder-ajtrsnwshdhjpfbcmwvgqdlmwoqj/Build/Intermediates/SCRecorder.build/Release-iphoneos/SCRecorderFramework.build/Objects-normal/arm64/SCRecorder normal arm64
(1 failure)
clang: error: linker command failed with exit code 1 (use -v to see invocation)
A shell task (/usr/bin/xcrun xcodebuild -project /(..)/CarthageTest/Carthage/Checkouts/SCRecorder/Library/SCRecorder.xcodeproj -scheme SCRecorderFramework -configuration Release -sdk iphoneos ONLY_ACTIVE_ARCH=NO BITCODE_GENERATION_MODE=bitcode CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES clean build) failed with exit code 65:
** BUILD FAILED **

The following build commands failed:
    Ld /Users/(..)/Library/Developer/Xcode/DerivedData/SCRecorder-ajtrsnwshdhjpfbcmwvgqdlmwoqj/Build/Intermediates/SCRecorder.build/Release-iphoneos/SCRecorderFramework.build/Objects-normal/arm64/SCRecorder normal arm64
(1 failure)

Any chance you could find the time to take a look at making it work?