Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 6.1.1 crashed changing TableView to Static Cells

I am trying to create a Table View Controller in my storyboard and when I change from "Dynamic Prototypes" to "Static Cells" Xcode stops responding until it eventually crashes.

What I tried so far:

  • Re-installing Xcode;
  • Clear Xcode folders under ~/Library (including DerivedData);
  • Creating in a new project (still crashes);
  • Ask a colleague to create a Table View Controller with static cells in the same project. He can do it on his computer. I can see the Table View on my computer and even edit rows, but I cannot add sections.
  • Tried both Swift/Obj-C projects, with or without Core Data;

I am using XCode 6.1.1 (6A2008a), the same as my colleague.

Please help! Thanks!

like image 355
Tiago A. Avatar asked Dec 15 '14 15:12

Tiago A.


1 Answers

Yes , I have faced similar problem .please try with Xcode 6.3.x or later version .

like image 72
prakash hadapad Avatar answered Nov 22 '22 22:11

prakash hadapad