View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0013353 | CMake | CMake | public | 2012-06-26 16:48 | 2013-01-09 10:55 | ||||
Reporter | Grant Limberg | ||||||||
Assigned To | David Cole | ||||||||
Priority | normal | Severity | major | Reproducibility | always | ||||
Status | closed | Resolution | no change required | ||||||
Platform | Apple Mac OS | OS | OS X | OS Version | 10.8 DP4 | ||||
Product Version | CMake 2.8.8 | ||||||||
Target Version | CMake 2.8.9 | Fixed in Version | CMake 2.8.9 | ||||||
Summary | 0013353: xcodebuild no longer recognizes the -buildstyle argument | ||||||||
Description | As of Xcode 4.4 Developer Previews, xcodebuild no longer supports the -buildstyle argument. A new method for generating Xcode builds is needed. | ||||||||
Steps To Reproduce | 1) Install Mountain Lion Developer Preview 4 and Xcode 4.4 Developer Preview 6. 2) Try to generate an Xcode based project... Kaboom | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | |
Relationships |
Notes | |
(0029842) David Cole (manager) 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 (reporter) 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 (manager) 2012-08-07 13:29 |
Resolving issue as "no change required" : see reporter's last comment... |
(0032026) Robert Maynard (manager) 2013-01-09 10:55 |
Closing resolved issues that have not been updated in more than 4 months. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2012-06-26 16:48 | Grant Limberg | New Issue | |
2012-06-26 18:21 | David Cole | Note Added: 0029842 | |
2012-08-03 00:15 | Grant Limberg | Note Added: 0030160 | |
2012-08-07 13:29 | David Cole | Assigned To | => David Cole |
2012-08-07 13:29 | David Cole | Status | new => assigned |
2012-08-07 13:29 | David Cole | Note Added: 0030185 | |
2012-08-07 13:29 | David Cole | Status | assigned => resolved |
2012-08-07 13:29 | David Cole | Fixed in Version | => CMake 2.8.9 |
2012-08-07 13:29 | David Cole | Resolution | open => no change required |
2012-08-09 17:19 | David Cole | Target Version | => CMake 2.8.9 |
2013-01-09 10:55 | Robert Maynard | Note Added: 0032026 | |
2013-01-09 10:55 | Robert Maynard | Status | resolved => closed |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |