Nsinternalinconsistencyexception', Reason: 'Could Not Load Nib in Bundle While Fetching 500+ Records from the Address Book Database

NSInternalInconsistencyException', reason: 'Could not load NIB in bundle while fetching 500+ records from the address book database

After lots of brain storming sessions and drinking lots of coffees i used the "Analyse tool" cleared all the memory warnings and then used the "Instruments tool" to see if there were any leaks cleared them as well. Removed the derived data and cleaned the application and i was done.

There were round about 67 issues all over the application which the "Analyse tool" came up with and over 3-4 issues that the "Instrument tool" displayed

I know this may sound stupid but i got my crash resolved by doing this. Hope this helps someone who is stuck in the same problem.

Incorrect difference in rendering accessory/disclosure indicator between iOS 12.x and iOS 13.x

The content view now shrinks away from a disclosure indicator. The image view and other views are in the content view. So their right edge has moved left.

One choice is: don't use a disclosure indicator! Just put your own indicator-like symbol at the right-center of the content view. Then the content view will fill the cell.

Or else, use the clouds and other visual material as the cell background. You can assemble a background consisting of a plain UIView that contains the image, the desc text, and the desc background, and set the backgroundImage to that view.



Related Topics



Leave a reply



Submit