Opened 3 years ago
Last modified 3 years ago
#67880 assigned defect
squirrel-ime fails on 10.6: unknown option: -scheme
| Reported by: | barracuda156 | Owned by: | l2dy (Zero King) |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.8.1 |
| Keywords: | Cc: | cooljeanius (Eric Gallager) | |
| Port: | squirrel-ime |
Description
If it is not fixable, perhaps worth setting a known failure for systems where it will not build?
xcodebuild -project Squirrel.xcodeproj -scheme Squirrel -derivedDataPath ./DerivedData -configuration Release BUILD_DIR=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_aqua_squirrel-ime/squirrel-ime/work/squirrel-0.16.2/build build
unknown option: -scheme
Usage: xcodebuild [-project <projectname>] [-activetarget] [-alltargets] [-target <targetname>]... [-parallelizeTargets] [-activeconfiguration] [-configuration <configurationname>] [-sdk <sdkfullpath>|<sdkname>] [<buildsetting>=<value>]... [<buildaction>]...
xcodebuild [-version [-sdk <sdkfullpath>|<sdkname>]]
xcodebuild [-showsdks]
xcodebuild [-find <binary>] [-sdk <sdkfullpath>|<sdkname>]
xcodebuild [-list]
make: *** [release] Error 1
Change History (3)
comment:1 follow-up: 2 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)
comment:2 Changed 3 years ago by barracuda156
Replying to ryandesign:
Right, IIRC
-schemewas new in Xcode 4? And-derivedDataPathwas new in Xcode 5. The Portfile is patching these flags in; the solution would be for it not to do that on older Xcode versions.
Oh, awesome. I will try then, thanks.
comment:3 Changed 3 years ago by cooljeanius (Eric Gallager)
| Cc: | cooljeanius added |
|---|
Note: See
TracTickets for help on using
tickets.

Right, IIRC
-schemewas new in Xcode 4? And-derivedDataPathwas new in Xcode 5. The Portfile is patching these flags in; the solution would be for it not to do that on older Xcode versions.