Warnings from frameworks generated by other projects in workspace do not show up when building app target

Originator:kenny
Number:rdar://25282993 Date Originated:
Status:Open Resolved:
Product:Xcode Product Version:7.3
Classification:Serious Bug Reproducible:Always
 
When you have a project inside of a workspace that creates frameworks that an application target uses, warnings do not show up when compiling the application target - but only warnings in files directly linked with the application target appear.

You can see the warnings in the framework if you select its scheme and compile it, instead of the app target.

This is a regression in Xcode 7.3.

Steps to Reproduce:
1. Setup cocoapods with use_frameworks! flag
2. Create warning in a local (development) pod file (unused variable or something)
3. Build main app target

Expected Results:
To see the warning generated in the local file when building the main app target

Actual Results:
Only files directly linked with that target (not files in frameworks) are shown in issue navigator

Version:
Xcode 7.3 (7D175)

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!