Application is crashing on latest iOS devices like XR, XR Max

>PLATFORM AND VERSION
>iOS
>Incident Identifier: 0167F154-1A77-4454-A0A2-22846677DEF4
>CrashReporter Key: ab540aded1d4379ba5a07697901640f55c00aa4a
>Hardware Model: iPhone11,8.
>Process: MilitaryStar [2251]
>Path: /private/var/containers/Bundle/Application/0574F9A2-9811-48F5-8E5C-88D88EB19D55/MilitaryStar.app/MilitaryStar
>Identifier: com.aafes.militarystar
>Version: 1.5.3 (1.5.3)
>AppStoreTools: 10B61
>AppVariant: 1:iPhone11,8:12
>Code Type: ARM-64 (Native)
>Role: Non UI
>Parent Process: launchd [1]
>Coalition: com.aafes.militarystar [758]
>
>
>Date/Time: 2018-12-09 14:18:42.5151 +0100
>Launch Time: 2018-12-09 14:18:36.2489 +0100
>OS Version: iPhone OS 12.1 (16B93)
>Baseband Version: 1.01.30
>Report Version: 104
>
>DESCRIPTION OF PROBLEM
>After loading login page the app is crashing on iPhone XR & XR Max. Application is developed using IONIC framework & on login page we have implemented touchid to log in to the application.
>Crash Log is mentioned below:
>---------------
>Exception Type: EXC_BAD_ACCESS (SIGSEGV)
>Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000000000010
>VM Region Info: 0x10 is not in any region. Bytes before following region: 4331913200
> REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL
> UNUSED SPACE AT START
>ā€”>
> __TEXT 000000010233c000-0000000102340000 [ 16K] r-x/r-x SM=COW ā€¦/MilitaryStar
>
>Termination Signal: Segmentation fault: 11
>Termination Reason: Namespace SIGNAL, Code 0xb
>Terminating Process: exc handler [2251]
>Triggered by Thread: 0
>
>Thread 0 Crashed:
>0 UIKitCore 0x00000001c34c170c -[UIPresentationController _transitionToPresentationController:withTransitionCoordinator:] + 1912 (UIPresentationController.m:495)
>1 UIKitCore 0x00000001c35aeffc -[UIViewController _adaptedPresentationControllerForTraitCollection:withTransitionCoordinator:] + 824 (UIViewController.m:6999)
>2 UIKitCore 0x00000001c34c83e0 -[UIPresentationController _sharedParent:willTransitionToTraitCollection:withTransitionCoordinator:] + 216 (UIPresentationController.m:1694)
>3 UIKitCore 0x00000001c34c8268 -[UIPresentationController _window:willTransitionToTraitCollection:withTransitionCoordinator:] + 100 (UIPresentationController.m:1679)
>4 UIKitCore 0x00000001c34c82cc -[UIPresentationController _window:willTransitionToTraitCollection:withTransitionCoordinator:] + 200 (UIPresentationController.m:1681)
>5 UIKitCore 0x00000001c359b7cc -[UIViewController _window:willTransitionToTraitCollection:withTransitionCoordinator:] + 360 (UIViewController.m:2671)
>6 UIKitCore 0x00000001c3bd858c -[UIWindow _willTransitionToTraitCollection:withTransitionCoordinator:] + 456 (UIWindow.m:4929)
>7 UIKitCore 0x00000001c3bd811c -[UIWindow _willChangeToSize:orientation:screen:withTransitionCoordinator:] + 200 (UIWindow.m:4860)
>8 UIKitCore 0x00000001c3bcf7c8 -[UIWindow _rotateToBounds:withAnimator:transitionContext:] + 268 (UIWindow.m:3130)
>9 UIKitCore 0x00000001c3bd22d4 -[UIWindow _rotateWindowToOrientation:updateStatusBar:duration:skipCallbacks:] + 1220 (UIWindow.m:3763)
>10 UIKitCore 0x00000001c3bd2b34 -[UIWindow _setRotatableClient:toOrientation:updateStatusBar:duration:force:isRotating:] + 520 (UIWindow.m:3806)
>11 UIKitCore 0x00000001c3bd1d5c -[UIWindow _setRotatableViewOrientation:updateStatusBar:duration:force:] + 132 (UIWindow.m:3637)
>12 UIKitCore 0x00000001c34cb398 -[_UIFullscreenPresentationController _placeCounterRotationViewWithView:inWindow:fromOrientation:toOrientation:force:] + 520 (_UIFullscreenPresentationController.m:156)
>13 UIKitCore 0x00000001c34cb034 -[_UIFullscreenPresentationController _adjustOrientationIfNecessaryInWindow:forViewController:preservingViewController:] + 940 (_UIFullscreenPresentationController.m:138)
>14 UIKitCore 0x00000001c34c0a10 -[UIPresentationController _presentWithAnimationController:interactionController:target:didEndSelector:] + 968 (UIPresentationController.m:411)
>15 UIKitCore 0x00000001c35ae998 -[UIViewController _presentViewController:modalSourceViewController:presentationController:animationController:interactionController:completion:] + 1524 (UIViewController.m:6912)
>16 UIKitCore 0x00000001c35b04c0 -[UIViewController _presentViewController:withAnimationController:completion:] + 4320 (UIViewController.m:7261)
>17 UIKitCore 0x00000001c35b2e20 __63-[UIViewController _presentViewController:animated:completion:]_block_invoke + 108 (UIViewController.m:7644)
>19 UIKitCore 0x00000001c35b2d74 -[UIViewController _presentViewController:animated:completion:] + 192 (UIViewController.m:7650)
>20 UIKitCore 0x00000001c35b30f8 -[UIViewController presentViewController:animated:completion:] + 176 (UIViewController.m:7682)
>21 SafariServices 0x00000001abbcbbf8 __82-[_SFAppAutoFillPasswordViewController authenticateToPresentInPopover:completion:]_block_invoke + 240 (SFAppAutoFillPasswordViewController.m:82)
>22 CoreFoundation 0x0000000195ffe8b4 invoking
+ 148
>23 CoreFoundation 0x0000000195ed7538 -[NSInvocation invoke] + 308 (NSForwarding.m:3052)
>
>
**>STEPS TO REPRODUCE **
**>- Launch the application. **
**>- After splash screen, login page will appear. **
>- Application crashing on devices specified above.

1 Like

Iā€™m facing the same issue. do you resolve it?