首页 > 其他 > 详细

XCode UITesting Issue TrackList

时间:2016-06-23 18:44:34      阅读:192      评论:0      收藏:0      [点我收藏+]

1.  Test target ... encountered an error (No Info.plist found for target application at path ...)

error log:

17:25:44.598 Xcode[10011:3265648] Test operation failure: No Info.plist found for target application at path build/Debug-iphonesimulator/MicroStrategy.app/Info.plist

17:25:44.598 Xcode[10011:3265648] _finishWithError:Error Domain=IDETestOperationsObserverErrorDomain Code=3 "No Info.plist found for target application at path build/Debug-iphonesimulator/MicroStrategy.app/Info.plist" UserInfo={NSLocalizedDescription=No Info.plist found for target application at path build/Debug-iphonesimulator/MicroStrategy.app/Info.plist} didCancel: 1

 

solution:

1) Xcode>File>Project Settings>Advanced

check Build Location, change the Legacy to Default

 

2) check the target>build Settings>Build Locations

check the Build Products Path, does it change the default path of ${PRODUCT_DIR}/build to some customized value like build?

change the value to ${PRODUCT_DIR}/build

 

root cause:

change the default build location to some customized path

 

XCode UITesting Issue TrackList

原文:http://www.cnblogs.com/JulieandJulia/p/5611603.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!