Swinject / SwinjectAutoregistration

Swinject extension to automatically register your services
MIT License
251 stars 45 forks source link

Improvements for using the project with Carthage #36

Closed mpdifran closed 5 years ago

mpdifran commented 6 years ago
mpdifran commented 6 years ago

Can someone kick off Travis again? I think the issue is unrelated to my PR.

jakubvano commented 6 years ago

@mpdifran I've checked the build log, it fails with

The command "curl -L -O https://github.com/Carthage/Carthage/releases/download/0.17.2/Carthage.pkg sudo installer -pkg Carthage.pkg -target / carthage bootstrap --no-use-binaries --no-build" failed and exited with 2

It looks like it is trying to execute 3 commands as one: I'd say that there are missing - on the lines in the before_install phase you've added.

mpdifran commented 6 years ago

Oops, ok, I'll look into fixing it.

tkohout commented 5 years ago

Thanks, looks good. The pull request is continued here: https://github.com/Swinject/SwinjectAutoregistration/pull/41