Running tests on Xcode 7b2 issues "Directory not found" warning

Originator:benchatelain
Number:rdar://21671950 Date Originated:03-Jul-2015 03:22 PM
Status:Dup of 19570019 Resolved:Closed
Product:Developer Tools Product Version:Xcode 7b2 (7A121l)
Classification:Other Bug Reproducible:Always
 
Summary:
Running tests on Xcode 7 beta 2 outputs the following warning while linking the Tests target:

ld: warning: directory not found for option '-F/Applications/Xcode7-beta2.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk/Developer/Library/Frameworks'


Steps to Reproduce:
1. Create an iOS app project
2. Add some tests to the Tests target
3. Run tests

Expected Results:
The test target will not emit linker warnings.

Actual Results:
The Tests target build outputs the following warning:

ld: warning: directory not found for option '-F/Applications/Xcode7-beta2.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk/Developer/Library/Frameworks'


Notes:
This warning appears irrespective of whether code coverage data collection is enabled with the “Gather coverage data” checkbox in scheme under Test > Info > Code Coverage.

The full path from the above warning does not exist on my file system, but the Library directory does. Examining that shows a PrivateFrameworks folder containing the following frameworks:
- DTDDISupport.framework
- DTXConnectionServices.framework    
- DVTInstrumentsFoundation.framework 
- DVTInstrumentsUtilities.framework  
- ScriptProcessor.framework          
- UIAutomation.framework

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!