32

I recently upgraded to Xcode 6.2. It seems like there is a weird bug. For example, if I want to change the bundle id, the textfield will lose focus after any character I type.

Is anyone having the same issues? Does anyone know how to fix that?

It's just quite annoying for me, and I guess for anyone else too.

Fogmeister
  • 76,236
  • 42
  • 207
  • 306
ppalancica
  • 4,236
  • 4
  • 27
  • 42

2 Answers2

4

I also think so it's weird thing, and you need to try change bundle id in the Info tab not in General tab

vichevstefan
  • 898
  • 7
  • 16
  • 1
    Editing values directly in Info.plist seems like a good workaround. Although, this still seems like an Xcode bug... – Vexy Mar 30 '15 at 10:49
2

If you get the problem in "General" tab (same to me), you should modify those infos in "Info" tab if possible. That is my workaround for this bug.

Duyen-Hoa
  • 15,384
  • 5
  • 35
  • 44