Notes |
|
(0029842)
|
David Cole
|
2012-06-26 18:21
|
|
No worries... It's basically a false error message. The only place we generate "-buildstyle" is when we think it's an Xcode version 1.5 installation:
$ git grep -C 2 -Ei "\-buildstyle"
Source/cmGlobalXCodeGenerator.cxx- if(this->XcodeVersion == 15)
Source/cmGlobalXCodeGenerator.cxx- {
Source/cmGlobalXCodeGenerator.cxx: makeCommand += " -buildstyle Development ";
Source/cmGlobalXCodeGenerator.cxx- }
Source/cmGlobalXCodeGenerator.cxx- else
The same thing happened with the recent Xcode 4.3 installations.
We'll just have to add some code to recognize the new Xcode (hopefully) and then we won't generate calls with "-buildstyle" in them anymore... |
|
|
(0030160)
|
Grant Limberg
|
2012-08-03 00:15
|
|
Looks like it's no longer an issue with the final release of Xcode 4.4 and OS X 10.8. This issue can be closed. |
|
|
(0030185)
|
David Cole
|
2012-08-07 13:29
|
|
Resolving issue as "no change required" : see reporter's last comment... |
|
|
(0032026)
|
Robert Maynard
|
2013-01-09 10:55
|
|
Closing resolved issues that have not been updated in more than 4 months. |
|