The following issue has been SUBMITTED. 
====================================================================== 
http://www.cmake.org/Bug/view.php?id=15669 
====================================================================== 
Reported By:                Seppo Tomperi
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   15669
Category:                   Modules
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2015-07-29 08:07 EDT
Last Modified:              2015-07-29 08:07 EDT
====================================================================== 
Summary:                    XCTest for iOS target has incorrect TEST_HOST
Description: 
Path to executable in TEST_HOST is not correct when targeting iOS device.

Steps to Reproduce: 
unzip iOSNavAppXCTest.zip
cd iOSNavAppXCTest
mkdir build
cd build
cmake -G Xcode ..

grep TEST_HOST NavApp3.xcodeproj/project.pbxproj

####

TEST_HOST variable has extra directory: "Contents/MacOS", which is not there.
Executable is in NavApp3.app-directory.

If "Contents/MacOS" is edited away from project file then project works and
XCTests can be run in simulator and on iPhone.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2015-07-29 08:07 Seppo Tomperi  New Issue                                    
2015-07-29 08:07 Seppo Tomperi  File Added: iOSNavAppXCTest.zip                 
  
======================================================================

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to