Xcode 5 preview 6: Different Info.plist per build configuration ignored in Xcode UI - regression from Xcode 4

Originator:hannes.oud.dev
Number:rdar://14917059 Date Originated:05-Sep-2013 12:05 PM
Status:Open Resolved:
Product:Developer Tools Product Version:Xcode 5 preview 6
Classification:Serious Bug Reproducible:Allways
 
Summary:
When setting up a scheme which uses a different build configuration which has a different info.plist assigned, this is not respected by the Xcode 5 project editor Info tab.

Steps to Reproduce:
steps 1-5 can be skipped if you open the attached demo-project
1. create a new [empty iOS-] project 
2. duplicate the Debug build configuration as Debug2
3. duplicate Info.plist file as Info2.plist and set is as info-plist of the Debug2 build configuration
4. change the bundle-id in the Info2.plist
5. duplicate the existing scheme and set the build configuration to use in it to Debug2 at all instances

6. open the project inspector by clicking the project file in Xcode 5
7. open the info Tab
8. switch back and forth between the two schemes, which reflect the two build configs and observe the bundle id in the "Info" or "General" tab.

Expected Results:
The shown bundle id should change each time one switches between the schemes/build configs.

Actual Results:
The shown bundle id remains the same and isn't deterministically influenced by switching scheme.

Version:
Xcode 5 preview 6

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!