Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode4, iOS: Copied a target, why can't I change the identifier?

Tags:

xcode4

ios4

This is diving me crazy - I've copied a target for my iOS project in Xcode4 - however, the Target Identifier field under "iOS Application Target" on the Summary page for my target is uneditable.

How do I change the target's identifier?

like image 482
Rob Avatar asked Apr 20 '11 03:04

Rob


1 Answers

It gets the identifier from the product name. Go into build settings, then scroll down to the Packaging section. Change the product name and the identifier will change accordingly.

like image 93
RedBlueThing Avatar answered Oct 08 '22 13:10

RedBlueThing