vtourraine / AcknowList

Acknowledgements screen displaying a list of licenses, for example from CocoaPods and Swift Package Manager dependencies.
MIT License
798 stars 60 forks source link

'NSInternalInconsistencyException' on iOS 15.2 #99

Open cseh17 opened 2 years ago

cseh17 commented 2 years ago

I added AcknowList to my project probably in iOS 13, and have never touched it since. But recently I checked the app and it seems that in iOS 15 I get the following exception:

Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '-[UITableViewController loadView] instantiated view controller with identifier "UIViewController-0H5-Tf-yWq" from storyboard "Main", but didn't get a UITableView.' terminating with uncaught exception of type NSException CoreSimulator 783.5 - Device: iPhone 13 - Runtime: iOS 15.2 (19C51) - DeviceType: iPhone 13

Now the problem is, that since I changed nothing, I have no idea where this error comes from.

PeterDNardo commented 2 years ago

Does this happen intermittently?

I have a similar case, but it doesn't happen on all devices

vtourraine commented 2 years ago

I’m trying to reproduce this issue. Can someone reliably reproduce it, ideally with one of the example projects included in this repo? If so, please share your macOS and Xcode version, and whether this is an M1 machine. Thank you in advance 🙌