The "terminated due to signal 9" message just means your app was terminated by a SIGKILL signal. The OS sends that signal whenever your app is terminated involuntarily, whether it's because of memory pressure (or several other reasons not relevant to this discussion), or the user explicitly killing your app by double tapping the Home button and swiping it away. In your case, the user is explicitly killing your application, so the "Terminated due to signal 9" message is completely expected
Подскажите пожалуйста, каждый раз после установки приложения на устройство, оно сначала вылетает через 5-10 секунд, а потом работает нормально, такое происходит только при первом запуске, в чем может быть причина? iOS15, SwiftUI