Open marbetschar opened 6 years ago
I get the following output while trying to compile using Carthage:
*** Building scheme "ReRouter" in ReRouter.xcodeproj Build Failed Task failed with exit code 65: /usr/bin/xcrun xcodebuild -project /.../Carthage/Checkouts/ReRouter/ReRouter.xcodeproj -scheme ReRouter -configuration Release -derivedDataPath ~/Library/Caches/org.carthage.CarthageKit/DerivedData/10.0_10A255/ReRouter/0.1.0 -sdk iphoneos ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES archive -archivePath /var/folders/ns/0h9r9v5908x4x67v5j9wvhvw0000gn/T/ReRouter SKIP_INSTALL=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=NO CLANG_ENABLE_CODE_COVERAGE=NO STRIP_INSTALLED_PRODUCT=NO (launched in /.../Carthage/Checkouts/ReRouter) This usually indicates that project itself failed to compile.
FWIW: #38 should fix this. Do you mind merging it in?
I get the following output while trying to compile using Carthage: