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