I have installed xcode 15.3 and trying to run my old source code which was working fine in xcode13. Issue in xcode 15.3- App has been terminated after launching the app in iOS 17, but working fine in iOS 15. Kindly review below message print after app terminated.
Thread 1: "Application circumvented Objective-C runtime dealloc initiation for <UILabel> object."
warning: Module "/usr/lib/system/libsystem_kernel.dylib" uses triple "x86_64-apple-macosx14.3.0", which is not compatible with the target triple "x86_64-apple-ios13.0.0-simulator". Enabling per-module Swift scratch context.
Kindly provide solution, I have tried to find + (void)initializer but not find in my source code. I have fixed in source code with UIlabel allocation then again app terminated for next object like UIView etc. Like "Application circumvented Objective-C runtime dealloc initiation for <UIView> object."