idoubs
idoubs copied to clipboard
Crash while running on IOS-16 beta with error Method cache corrupted.
We are facing a crash while running our application on iOS-16 beta. (its working fine with iOS-15).
It crashed with EXC_BAD_ACCESS after[[NgnEngine sharedInstance].sipService registerIdentity]called. and we got below log in console : -
objc[791]: Method cache corrupted. This may be a message to an invalid object, or a memory error somewhere else.
objc[791]: receiver 0x2830b52c0, SEL 0x102d83f9c, isa 0x102eefb58, cache 0x102eefb68, buckets and mask 0x7000283abd000, occupied 0x7
objc[791]: receiver 96 bytes, buckets 128 bytes
objc[791]: selector 'pcscfPort'
objc[791]: isa 'NgnSipPreferences'
objc[791]: Method cache corrupted. This may be a message to an invalid object, or a memory error somewhere else.
(lldb)
kindly help me to fix this issue,Thanks.
I have the same problem in iOS 16.1
我们也遇到了这个问题