wearereasonablepeople / ReRouter

Routing with ReactiveReSwift and RxSwift
MIT License
8 stars 2 forks source link

Does not compile #39

Open marbetschar opened 6 years ago

marbetschar commented 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.
marbetschar commented 6 years ago

FWIW: #38 should fix this. Do you mind merging it in?