MantisBT - CMake
View Issue Details
0012569CMakeCMakepublic2011-11-10 07:112016-06-10 14:31
James Munro 
Kitware Robot 
normalminoralways
closedmoved 
AppleMac OS X10.7.2
CMake 2.8.6 
 
0012569: Summary pane does not work for generated Xcode projects using iOS Simulator SDK (device works)
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.
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.
This is using Xcode 4.2 Build 4D199 and iOS SDK 5.0
No tags attached.
png SummaryPane.png (64,207) 2011-11-10 07:11
https://public.kitware.com/Bug/file/4114/SummaryPane.png
png
Issue History
2011-11-10 07:11James MunroNew Issue
2011-11-10 07:11James MunroFile Added: SummaryPane.png
2011-11-10 07:21James MunroNote Added: 0027742
2012-08-11 11:38David ColeStatusnew => backlog
2012-08-11 11:38David ColeNote Added: 0030320
2016-06-10 14:28Kitware RobotNote Added: 0041930
2016-06-10 14:28Kitware RobotStatusbacklog => resolved
2016-06-10 14:28Kitware RobotResolutionopen => moved
2016-06-10 14:28Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0027742)
James Munro   
2011-11-10 07:21   
I just wanted to mention those backslashes aren't in the config file, its because I pulled this out of a Python script which generates the CMakeLists file.
(0030320)
David Cole   
2012-08-11 11:38   
Sending old, never assigned issues to the backlog.

(The age of the bug, plus the fact that it's never been assigned to anyone means that nobody is actively working on it...)

If an issue you care about is sent to the backlog when you feel it should have been addressed in a different manner, please bring it up on the CMake mailing list for discussion. Sign up for the mailing list here, if you're not already on it: http://www.cmake.org/mailman/listinfo/cmake [^]

It's easy to re-activate a bug here if you can find a CMake developer who has the bandwidth to take it on, and ferry a fix through to our 'next' branch for dashboard testing.
(0041930)
Kitware Robot   
2016-06-10 14:28   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.