xcode9.0, in storyboard, when I toggle tableview style to grouped, xcode crashed
Asked Answered
R

2

9

In xcode9.0, I add a tableview to storyboard, when I toggle tableview style to grouped, xcode crash.

Replevin answered 24/9, 2017 at 13:15 Comment(4)
This is why i never update my xcode. the only way to do here is report a bug in apple website.Stalder
GOD I HATE XCODE. This is ridiculous!Ceja
FYI, I am experiencing the same thing in a XIB. Opening it as source code and manually changing the table view's style to "grouped" makes it so that I cannot open the XIB until I change it back to "plain". FWIW, Xcode has been mostly stable for me, although I suppose it's possible that this is a High Sierra issue (10.13 has not been very stable, in my experience).Hertha
It's Oct 19, 2017 now. Still having this issue, with both Xcode 9 and High Sierra updated to stable releases.Periodicity
R
4
  1. Drag a new tableview to the top of the view
  2. Remove the default check of the Automatic RowHeight and Automatic Estimate
  3. Select Group Type
  4. OK
Rodger answered 17/10, 2017 at 6:9 Comment(1)
This works, but you can't switch back to "automatic" after that…Montcalm
R
0

I update to Xcode9.0.1, this problem has been solved.

Replevin answered 20/10, 2017 at 1:9 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.