Xcode 5.0.2 (5A3005) add absolute paths for added libraries or frameworks

Originator:jacopo
Number:rdar://15635283 Date Originated:11-Dec-2013 10:37 AM
Status:Open Resolved:
Product:Developer Tools Product Version:Xcode 5.0.2 (5A3005)
Classification:Other Bug Reproducible:Always
 
Summary:
From Xcode 5.x when a third party framework or library is added to a project the path for that framework or library is added as an absolute path and not as a relative path referred to $(SRCROOT) even if the files are copied inside the project folder when are added.

Steps to Reproduce:
1. Open a new project with Xcode 5.0.2 (5A3005)
2. Add a third party framework or library to the project adding the files to the project folder
3. Open the Build settings of the target
4. Go to the Library Search Path or Framework Search Path settings
5. Open the values

Expected Results:
The values state are something like $(SRCROOT)/<ThirdPartyLibraryName>

Actual Results:
The value are stated like \Users\<UserName>\<SubfolderPathToTheProjectFolder>\ProjectFolder\<ThirdPartyLibraryName>

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!