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

Carthage is run even if there is no Cartfile #393

Closed DavidPotter closed 2 years ago

DavidPotter commented 6 years ago

The Carthage tasks are run even if there is no Cartfile present in the directory. This generates an unnecessary Carthage directory. Could the plugin be modified to check for the file before doing anything else with Carthage?

renep commented 6 years ago

Looks like the updates in the latest release have introduced this issue. See #388 and #389