Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Just upgraded to Xcode 6.2 - bundle identifier nearly impossible to enter

I just upgraded to Xcode v6.2, and the bundle identifier field is nearly impossible to use. After each character I type, it loses focus.

Am I doing something totally stupid, or is this a bug in Xcode?

UPDATE: This issue also affects the Build and version fields.

Also, after changing the values in info.plist, it still does not work properly for me on the General tab.

like image 461
Richard Avatar asked Mar 11 '15 16:03

Richard


2 Answers

Seems a bug in xcode 6.1 and 6.2.Once you change Bundle identifier in info.plist , Then its editable in general tab next time . enter image description here

like image 161
Muhammad Adnan Avatar answered Nov 18 '22 05:11

Muhammad Adnan


Set it in info.plist first, it was bugging for me too, but after that it somehow got fixed.

like image 27
IxPaka Avatar answered Nov 18 '22 06:11

IxPaka