Published app crashes with IOS 11 Beta

Hello,


One of my published apps from app store crashes on IOS 11 Beta on my phone. If I just recompile with Xcode 9.0 Beta 3 and load it on the device with no changes, the app runs fine. Can someone tell me how to debug/update the app before IOS 11 releases? Crash log is below:


Incident Identifier: 46621A23-BA33-4F21-B6F1-4C31A7817422

CrashReporter Key: d2fad1138d3098e7b37dff8c52f643503a282d55

Hardware Model: iPhone8,1

Process: RefWatch [1143]

Path: /private/var/containers/Bundle/Application/61246B4D-C09F-40CA-B7E2-833C96C3A98C/RefWatch.app/RefWatch

Identifier: com.marimuthu.RefWatch

Version: 1 (2.1)

Code Type: ARM-64 (Native)

Role: Foreground

Parent Process: launchd [1]

Coalition: com.marimuthu.RefWatch [915]





Date/Time: 2017-08-25 10:11:59.9831 -0700

Launch Time: 2017-08-25 10:11:58.6628 -0700

OS Version: iPhone OS 11.0 (15A5362a)

Baseband Version: 4.00.01

Report Version: 104



Exception Type: EXC_BREAKPOINT (SIGTRAP)

Exception Codes: 0x0000000000000001, 0x00000001049ad998

Termination Signal: Trace/BPT trap: 5

Termination Reason: Namespace SIGNAL, Code 0x5

Terminating Process: exc handler [0]

Triggered by Thread: 0



Filtered syslog:

None found



Thread 0 name: Dispatch queue: com.apple.main-thread

Thread 0 Crashed:

0 RefWatch 0x00000001049ad998 0x10499c000 + 72088

1 RefWatch 0x00000001049ad9c0 0x10499c000 + 72128

2 CoreFoundation 0x000000018280a12c __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 20

3 CoreFoundation 0x00000001828096cc _CFXRegistrationPost + 420

4 CoreFoundation 0x0000000182809430 ___CFXNotificationPost_block_invoke + 60

5 CoreFoundation 0x00000001828869f4 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 1408

6 CoreFoundation 0x00000001827403e0 _CFXNotificationPost + 380

7 Foundation 0x000000018315d498 -[NSNotificationCenter postNotificationName:object:userInfo:] + 68

8 UIKit 0x000000018bc8e098 -[UIApplication _stopDeactivatingForReason:] + 1292

9 UIKit 0x000000018c5c814c __125-[_UICanvasLifecycleSettingsDiffAction performActionsForCanvas:withUpdatedScene:settingsDiff:fromSettings:transitionContext:]_block_invoke + 376

10 UIKit 0x000000018c758290 _performActionsWithDelayForTransitionContext + 112

11 UIKit 0x000000018c5c7f60 -[_UICanvasLifecycleSettingsDiffAction performActionsForCanvas:withUpdatedScene:settingsDiff:fromSettings:transitionContext:] + 252

12 UIKit 0x000000018c3b9210 -[_UICanvas scene:didUpdateWithDiff:transitionContext:completion:] + 364

13 UIKit 0x000000018c261110 -[UIApplicationSceneClientAgent scene:handleEvent:withCompletion:] + 468

14 FrontBoardServices 0x0000000184f0f41c __80-[FBSSceneImpl updater:didUpdateSettings:withDiff:transitionContext:completion:]_block_invoke.362 + 212

15 libdispatch.dylib 0x00000001821fd048 _dispatch_client_callout + 16

16 libdispatch.dylib 0x00000001822046c8 _dispatch_block_invoke_direct$VARIANT$mp + 288

17 FrontBoardServices 0x0000000184f42b04 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 36

18 FrontBoardServices 0x0000000184f427a8 -[FBSSerialQueue _performNext] + 404

19 FrontBoardServices 0x0000000184f42d44 -[FBSSerialQueue _performNextFromRunLoopSource] + 56

20 CoreFoundation 0x0000000182820358 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24

21 CoreFoundation 0x00000001828202d8 __CFRunLoopDoSource0 + 88

22 CoreFoundation 0x000000018281fb60 __CFRunLoopDoSources0 + 204

23 CoreFoundation 0x000000018281d738 __CFRunLoopRun + 1048

24 CoreFoundation 0x000000018273e2d8 CFRunLoopRunSpecific + 436

25 GraphicsServices 0x00000001845c4f84 GSEventRunModal + 100

26 UIKit 0x000000018bc7027c UIApplicationMain + 208

27 RefWatch 0x00000001049a3bf4 0x10499c000 + 31732

28 libdyld.dylib 0x000000018226256c start + 4

>Can someone tell me how to debug/update the app before IOS 11 releases?


If you want to debug for release, you should wait and build at release. Right now you're just debugging whichever beta (and I think you have a borked dylib issue at that, which is causing the app to loop, time out and be killed by the system).


File bugs and wait to panic if the GM shows same, otherwise.

Published app crashes with IOS 11 Beta
 
 
Q