MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0012569 | CMake | CMake | public | 2011-11-10 07:11 | 2016-06-10 14:31 |
| Reporter | James Munro | ||||
| Assigned To | Kitware Robot | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | moved | ||
| Platform | Apple | OS | Mac OS X | OS Version | 10.7.2 |
| Product Version | CMake 2.8.6 | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0012569: Summary pane does not work for generated Xcode projects using iOS Simulator SDK (device works) | ||||
| Description | The Xcode project summary pane only works when I generate projects for device builds. If I use the iOS Simulator SDK, this pane is absent. It isn't a huge problem, but it would be convenient if it worked for both options. See picture for the pane I'm talking about if unsure. The reason for using 2 separate builds is because I have been unable to produce a project that can be correctly used for both, but that itself is not a huge problem for us at this stage. The project compiles and runs fine, as expected. | ||||
| Steps To Reproduce | Using the following settings for a simulator build: set (TARGET_SDK iPhoneSimulator${TARGET_SDK_VERSION}.sdk) set (TARGET_PLATFORM iPhoneSimulator.platform) set (CMAKE_OSX_SYSROOT /Developer/Platforms/${TARGET_PLATFORM}/Developer/SDKs/${TARGET_SDK}) set (CMAKE_OSX_ARCHITECTURES \"i386\") set (CMAKE_XCODE_EFFECTIVE_PLATFORMS \"-iphonesimulator\") and the following settings for a device build: set (TARGET_SDK iPhoneOS${TARGET_SDK_VERSION}.sdk) set (TARGET_PLATFORM iPhoneOS.platform) set (CMAKE_OSX_SYSROOT /Developer/Platforms/${TARGET_PLATFORM}/Developer/SDKs/${TARGET_SDK}) set (CMAKE_OSX_ARCHITECTURES \"armv6;armv7\") set (CMAKE_XCODE_EFFECTIVE_PLATFORMS \"-iphoneos\") The only real difference is the target SDK and desired architectures. I am able to reproduce the problem 100% of the time. | ||||
| Additional Information | This is using Xcode 4.2 Build 4D199 and iOS SDK 5.0 | ||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | https://public.kitware.com/Bug/file/4114/SummaryPane.png ![]() | ||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2011-11-10 07:11 | James Munro | New Issue | |||
| 2011-11-10 07:11 | James Munro | File Added: SummaryPane.png | |||
| 2011-11-10 07:21 | James Munro | Note Added: 0027742 | |||
| 2012-08-11 11:38 | David Cole | Status | new => backlog | ||
| 2012-08-11 11:38 | David Cole | Note Added: 0030320 | |||
| 2016-06-10 14:28 | Kitware Robot | Note Added: 0041930 | |||
| 2016-06-10 14:28 | Kitware Robot | Status | backlog => resolved | ||
| 2016-06-10 14:28 | Kitware Robot | Resolution | open => moved | ||
| 2016-06-10 14:28 | Kitware Robot | Assigned To | => Kitware Robot | ||
| 2016-06-10 14:31 | Kitware Robot | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||