Xcode 14 Beta 5 shows this exception:
[<_UINavigationBarContentViewLayout valueForUndefinedKey:]: this class is not key value coding-compliant for the key inlineTitleView.
I am getting this new exception in all my obj-c projects while using Xcode 14 Beta 5.
A few notes:
- Exception appears on any simulator device (running iOS 16)
- Exception appears right on the start inside
int main(int argc, char * argv[])
- No exception on real device running iOS 15
- Exception can be ignored (no crash).
I wonder if anyone else encountered this.