Homebrew / legacy-homebrew

💀 The former home of Homebrew/homebrew (deprecated)
https://brew.sh
26.99k stars 11.36k forks source link

The new xcodebuild method is not always being recognized #27092

Closed chdiza closed 10 years ago

chdiza commented 10 years ago

For instance, a formula that just had system "xcodebuild" replaced with xcodebuild will complain that one shouldn't use system "xcodebuild". E.g. brew install blueutil builds, but only after showing this:

Warning: system "xcodebuild" is deprecated, use the xcodebuild method instead
Build settings from command line:
    SDKROOT =
    SYMROOT = build

=== BUILD TARGET blueutil OF PROJECT blueutil WITH THE DEFAULT CONFIGURATION (Release) ===
jacknagel commented 10 years ago

Heh, this is just me not thinking things through.