Xcode 5 make incorrect changes to Framework Search Path

Originator:caoer115
Number:rdar://14885462 Date Originated:
Status:OPEN Resolved:
Product:Developer Tools Product Version:Xcode 5 DP6
Classification:NONE Reproducible:YES
 
Summary:
Xcode 5 make previous setting in Framework Search Path invalid and add an absolute path into it. 
Steps to Reproduce:
Drag GoogleOpenSource.framework under lib folder into Frameworks group in Xcode, or right click Frameworks group to add GoogleOpenSource.framework into it. 
Expected Results:
Framework Search Path unchanged. stay:

$(inherited)
"$(SRCROOT)/lib"

Actual Results:
Framework Search Path is changed to 

$(inherited)
\"$(SRCROOT)/lib\"
/Users/username/Documents/Projects/tmp/XcodeFrameworkAddTest/XcodeFrameworkAddTest/lib

Regression:

Notes:

because " is changed to \" this setting not no longer working, and absolute framework search path is a nightmare for developing in team.

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!