MantisBT - CMake | ||||||||||
View Issue Details | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||
0015272 | CMake | CMake | public | 2014-12-01 05:23 | 2016-06-10 14:31 | |||||
Reporter | Jan Rüegg | |||||||||
Assigned To | Kitware Robot | |||||||||
Priority | normal | Severity | minor | Reproducibility | always | |||||
Status | closed | Resolution | moved | |||||||
Platform | OS | OS X | OS Version | 10.9 | ||||||
Product Version | CMake 3.0.2 | |||||||||
Target Version | Fixed in Version | |||||||||
Summary | 0015272: “File reference” warnings when building a CMake project with resources in Xcode 6 | |||||||||
Description | Not all the warnings from http://public.kitware.com/Bug/view.php?id=15111 [^] are fixed in CMake 3.0.2. For example, when adding a storyboard, you have to add it to the resources, and to the executable to make it work: add_executable(foo MACOSX_BUNDLE ${SOURCES} main.storyboard) set_target_properties(foo PROPERTIES RESOURCE main.storyboard) This adds two references, and the warning is back: 2014-12-01 10:43:54.083 xcodebuild[44408:1007] warning: The file reference for "main.storyboard" is a member of multiple groups ("foo" and "Resources"); this indicates a malformed project. Only the membership in one of the groups will be preserved (but membership in targets will be unaffected). If you want a reference to the same file in more than one group, please add another reference to the same path. | |||||||||
Steps To Reproduce | ||||||||||
Additional Information | ||||||||||
Tags | No tags attached. | |||||||||
Relationships |
| |||||||||
Attached Files | ||||||||||
Issue History | ||||||||||
Date Modified | Username | Field | Change | |||||||
2014-12-01 05:23 | Jan Rüegg | New Issue | ||||||||
2014-12-01 11:16 | Brad King | Relationship added | related to 0015111 | |||||||
2014-12-01 11:22 | Brad King | Note Added: 0037329 | ||||||||
2016-06-10 14:29 | Kitware Robot | Note Added: 0042677 | ||||||||
2016-06-10 14:29 | Kitware Robot | Status | new => resolved | |||||||
2016-06-10 14:29 | Kitware Robot | Resolution | open => moved | |||||||
2016-06-10 14:29 | Kitware Robot | Assigned To | => Kitware Robot | |||||||
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|