MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0015672 | CMake | CMake | public | 2015-07-30 10:59 | 2016-01-04 11:51 |
Reporter | A. Klitzing | ||||
Assigned To | Gregor Jasny | ||||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | OSX | OS Version | 10.10 | |
Product Version | CMake 3.3 | ||||
Target Version | CMake 3.3.1 | Fixed in Version | CMake 3.3.1 | ||
Summary | 0015672: XCode project broken since cmake 3.3.0 | ||||
Description | We use cmake to build our application for iOS. If we try the same workflow with cmake 3.3.0 we get this error: $ cmakexbuild -target install 2015-07-30 16:41:03.453 xcodebuild[47660:18383918] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 1381. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to debug. 2015-07-30 16:41:03.458 xcodebuild[47660:18383918] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 1381. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to debug. 2015-07-30 16:41:03.459 xcodebuild[47660:18383918] The data couldn’t be read because it isn’t in the correct format. xcodebuild: error: Unable to read project 'XXX.xcodeproj'. Reason: Project /tmp/build/XXX.xcodeproj cannot be opened because the project file cannot be parsed. The same workflow works with cmake 3.0.x - 3.2.x! | ||||
Steps To Reproduce | 1. cmake ../XXX/ -DCMAKE_PREFIX_PATH=/tmp/thirdparty -DCMAKE_TOOLCHAIN_FILE=../XXX/cmake/iOS.toolchain.cmake -GXcode 2. cmakexbuild -target install Toolchain file: https://code.google.com/p/ios-cmake/source/browse/toolchain/iOS.cmake [^] | ||||
Additional Information | Line 1380 - 1382 of project.pbxproj 1380 2525E3626D4B43E89F8019E3 /* /tmp/XXX/resources/images/iOS/appIcons/icon29x29@2x.png */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = image; na me = "icon29x29@2x.png"; path = "resources/images/iOS/appIcons/icon29x29@2x.png"; sourceTree = SOURCE_ROOT; }; 1381 254B9DCBBC4947269D39ACED /* /tmp/XXX/resources/images/iOS/appIcons/icon29x29~ipad.png */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = image; name = icon29x29~ipad.png; path = resources/images/iOS/appIcons/icon29x29~ipad.png; sourceTree = SOURCE_ROOT; }; 1382 268D04D278914C12AE277A44 /* /tmp/XXX/resources/images/iOS/appIcons/icon40x40@2x~ipad.png */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = imag e; name = "icon40x40@2x~ipad.png"; path = "resources/images/iOS/appIcons/icon40x40@2x~ipad.png"; sourceTree = SOURCE_ROOT; }; | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2015-07-30 10:59 | A. Klitzing | New Issue | |||
2015-07-30 11:06 | Brad King | Assigned To | => Gregor Jasny | ||
2015-07-30 11:06 | Brad King | Status | new => assigned | ||
2015-07-30 11:09 | Brad King | Note Added: 0039196 | |||
2015-07-30 11:12 | Brad King | Target Version | => CMake 3.3.1 | ||
2015-07-30 11:12 | Brad King | Product Version | => CMake 3.3 | ||
2015-07-31 07:59 | Gregor Jasny | Note Added: 0039209 | |||
2015-07-31 08:48 | Brad King | Note Added: 0039210 | |||
2015-08-01 18:28 | Gregor Jasny | Note Added: 0039214 | |||
2015-08-03 08:38 | Brad King | Note Added: 0039218 | |||
2015-08-03 09:28 | Brad King | Note Added: 0039219 | |||
2015-08-03 09:28 | Brad King | Status | assigned => resolved | ||
2015-08-03 09:28 | Brad King | Resolution | open => fixed | ||
2015-08-03 09:28 | Brad King | Fixed in Version | => CMake 3.3.1 | ||
2016-01-04 11:51 | Robert Maynard | Note Added: 0040102 | |||
2016-01-04 11:51 | Robert Maynard | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|