View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0012569CMakeCMakepublic2011-11-10 07:112016-06-10 14:31
ReporterJames Munro 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
PlatformAppleOSMac OS XOS Version10.7.2
Product VersionCMake 2.8.6 
Target VersionFixed in Version 
Summary0012569: Summary pane does not work for generated Xcode projects using iOS Simulator SDK (device works)
DescriptionThe 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 ReproduceUsing 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 InformationThis is using Xcode 4.2 Build 4D199 and iOS SDK 5.0
TagsNo tags attached.
Attached Filespng file icon SummaryPane.png [^] (64,207 bytes) 2011-11-10 07:11

 Relationships

  Notes
(0027742)
James Munro (reporter)
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 (manager)
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 (administrator)
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.

 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


Copyright © 2000 - 2018 MantisBT Team