[cmake-developers] [CMake 0012569]: Summary pane does not work for generated Xcode projects using iOS Simulator SDK (device works)

Mantis Bug Tracker mantis at public.kitware.com
Thu Nov 10 07:11:46 EST 2011


The following issue has been SUBMITTED. 
====================================================================== 
http://cmake.org/Bug/view.php?id=12569 
====================================================================== 
Reported By:                James Munro
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   12569
Category:                   CMake
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2011-11-10 07:11 EST
Last Modified:              2011-11-10 07:11 EST
====================================================================== 
Summary:                    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
====================================================================== 

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                    
======================================================================




More information about the cmake-developers mailing list