dduan / Just

Swift HTTP for Humans
MIT License
1.4k stars 134 forks source link

Remove references to Quick/Nimble #92

Closed halseth closed 7 years ago

halseth commented 7 years ago

This PR removes two references to (the unused?) testing framework Quick/Nimble.

These references would cause Carthage to fail building Just on systems where Xcode 8 never had been installed:

=== CLEAN TARGET Quick-iOS OF PROJECT Quick WITH CONFIGURATION Release ===

Check dependencies
The “Swift Language Version” (SWIFT_VERSION) build setting must be set to a supported value for targets which use Swift. This setting can be set in the build settings editor.
The “Swift Language Version” (SWIFT_VERSION) build setting must be set to a supported value for targets which use Swift. This setting can be set in the build settings editor.

** CLEAN FAILED **

The following build commands failed:
    Check dependencies
(1 failure)
=== BUILD TARGET Quick-iOS OF PROJECT Quick WITH CONFIGURATION Release ===

Check dependencies
The “Swift Language Version” (SWIFT_VERSION) build setting must be set to a supported value for targets which use Swift. This setting can be set in the build settings editor.
The “Swift Language Version” (SWIFT_VERSION) build setting must be set to a supported value for targets which use Swift. This setting can be set in the build settings editor.

** BUILD FAILED **

The following build commands failed:
    Check dependencies
halseth commented 7 years ago

This was caused by an old checkout of Quick lingering in the Carthage folder. Closing.