ios - Why does a previously working Xcode project hang up in Xcode 7 when presenting a new UITableviewController Subclass? -
moving project on xcode 7 caused project hang in 2 places both new uitableviewcontroller subclass should have been presented. seems bug in xcode 7 , present in 7.01, project worked fine in xcode 6.4.
this bug doesn't throw exception, things seem hang.
wading thru code line line became clear in both cases there issue returning uitableviewcell uitextview's upon tableviewcell.
solution
on debugger navigator might see showing reference [nslocalizablestring length]
on thread. codes not explicitly call nslocalizablestring
seems textview might dealing with.
the solution simple - remove initial text uitextview in interface builder, doing product->clean , running code again.
this resolves issue , expected table views presented in using xcode 6.4
hope saves else several hours of banging head against wall.
right, off file radar apple.
Comments
Post a Comment