How to duplicate a project target in XCode4
问题 I want to create a target with different bundle id for test environment. I tried using the "Duplicate" function to clone a target and change the bundle id and found that the orignal one was changed too. Thanks for any tips! ================== Update ===================== Solve the link error after duplicates the target, it is a xcode bug. The quote character " is changed to \" in search paths(Building setting of the target). see detail: http://flakasoft.com/developer-tips/xcode-4-bug