View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015376CMakeCMakepublic2015-01-27 13:482015-06-01 08:38
Reportertron_thomas 
Assigned To 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionduplicate 
PlatformMacintoshOSOS XOS Version10.10
Product VersionCMake 3.1 
Target VersionFixed in Version 
Summary0015376: CMake creates Xcode project with invalid project settings
DescriptionA project configured for Xcode will have invalid project settings
Steps To ReproduceSteps:
1.Create a simple hello world C++ module named Hello.cpp
2. Use the following CMake script to configure the project to build with Xcode 6.1.1

cmake_minimum_required (VERSION 3.1.0)

project(Hello)

add_executable(Hello Hello.cpp)

3. Open the Xcode project

Expected:
The project should open with no warnings or errors

Actual:
The project will contain the following warning about overriding architecture settings
Additional InformationThis can be particularly bad for project that contains many buildables as Xcode may take a long time to fix the issue or may get hung up trying to apply the fix

It is also quite annoying when someone frequently reconfigures the project with CMake as the problem return each time
TagsNo tags attached.
Attached Files

 Relationships
duplicate of 0014736closedBrad King Xcode warning due to set ARCHS (CMAKE_OSX_ARCHITECTURES) variable in project 

  Notes
(0037844)
Brad King (manager)
2015-01-27 14:01

Resolving as duplicate of 0014736.
(0038863)
Robert Maynard (manager)
2015-06-01 08:38

Closing resolved issues that have not been updated in more than 4 months.

 Issue History
Date Modified Username Field Change
2015-01-27 13:48 tron_thomas New Issue
2015-01-27 14:01 Brad King Relationship added duplicate of 0014736
2015-01-27 14:01 Brad King Note Added: 0037844
2015-01-27 14:01 Brad King Status new => resolved
2015-01-27 14:01 Brad King Resolution open => duplicate
2015-06-01 08:38 Robert Maynard Note Added: 0038863
2015-06-01 08:38 Robert Maynard Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team