openbakery / gradle-xcodePlugin

gradle plugin for building Xcode Projects for iOS, watchOS, macOS or tvOS
Apache License 2.0
457 stars 127 forks source link

Feature/MASSDE-181-Carthage-update-cache #386

Closed shoebox closed 6 years ago

shoebox commented 6 years ago
renep commented 6 years ago

The build fails for project that don't use carthage:

Here the output from my build server:

* What went wrong:
A problem was found with the configuration of task ':carthageUpdate'.
> File '/Users/groundskeeper/Go/pipelines/GXP-Example-ios-Continuous/example/iOS/Example/Cartfile.resolved' specified for property 'cartFileResolved' does not exist.
shoebox commented 6 years ago

Will add a fix to it, to make the inputs optionals, and probably some unit tests to avoid those problems