Debugging

RSS for tag

Discover and resolve issues with your app.

Posts under Debugging tag

200 Posts
Sort by:

Post

Replies

Boosts

Views

Activity

xcode14:Library not loaded: /usr/lib/swift/libswiftCoreGraphics.dylib
Xcode13.4.1 is running properly, but after upgrading Xcode14, the debugging device reports an error: Library not loaded: / usr/lib/swift/libswiftCoreGraphics dylib, I according to the online solutions are tried, can't solve my problem, problem is ios10.3.3 equipment, unable to debug, also is unable to start the application success after packaging, Is this a problem with xcode14 itself?
33
14
25k
2w
Error throws while using the speech recognition service in my app
Recently I updated to Xcode 14.0. I am building an iOS app to convert recorded audio into text. I got an exception while testing the application from the simulator(iOS 16.0). [SpeechFramework] -[SFSpeechRecognitionTask handleSpeechRecognitionDidFailWithError:]_block_invoke Ignoring subsequent recongition error: Error Domain=kAFAssistantErrorDomain Code=1101 "(null)" Error Domain=kAFAssistantErrorDomain Code=1107 "(null)" I have to know what does the error code means and why this error occurred.
19
3
7.6k
Feb ’24
problema publicando mi primera app
esta es mi primera aplicacion que se publicara en la tienda, esta hecha con react native porque es el lenguaje que se usar, y porque necesitaba que fuera para compilar tanto para ios como para android. desde mayo que la subi siempre me la cancelan porque hay que afinar detalles, se lo hago y la reenvio pero ya la ultima no me dicen que debo hacerle para que la aprueben, solo me dicen que debo guiarme por varios lineamientos de apple me dan los link para leer las guias, pero no se mucho de aplicaciones moviles entonces este ultimo mensaje de apple es como decirme montate en este cohete prendido y manejado leyendo este manual de 2000 hojas, no se arreglar leyendo lo que no me dicen que debo buscar, les pongo el mensaje a ver si alguien de aca podria ayudarme porfavor esta app es una que me mandaron a hacer en mi oficina y me tienen presion que la termine "We are not able to provide feedback on app concepts or features, but we recommend evaluating your app against the App Store Review Guidelines, as well as the iOS Developer Program License Agreement (PLA), and the Human Interface Guidelines."
3
1
891
Jul ’23
Breakpoints not resolving on Xcode 14 (Turn to outlines when app is run)
We are running into an issue where breakpoints are not resolving on Xcode 14 (The same break points on Xcode 13.4.1 are working fine). They change to an outline when we run our app I have tried all the usual fixes Cleaned the build Cleaned Derived data Restarted Xcode Restarted the machine Re-cloned the repo to see if starting fresh helps I have also tried Removing all symbol stripping Ensuring the DSYM is getting generated and is loaded in the debugger Removing all optimization options Tried the Xcode 14.1 beta What's really strange is the break points will work occasionally and will work for a few runs and then stop working again. Does anyone have any suggestions?
4
3
2.9k
Aug ’23
Crash on [AVPlayer _addLayer] in iOS 16 caused by Pegasus
Hi, Our apps currently facing a crash that only happens in iPhone with iOS 16. Unfortunately, we could not reproduce this issue, neither from XCode build or App store build. From third party crash analytics, it happens mostly of background and they highlighted this as the issue. Fatal Exception: NSInvalidArgumentException *** -[__NSArrayM insertObject:atIndex:]: object cannot be nil And the stack trace, it shows: AVFCore __22-[AVPlayer _addLayer:]_block_invoke Pegasus __116-[PGPictureInPictureProxy _endDeactivatingPictureInPictureIfNeededWithAnimationType:stopReason:cleanupHandlerOrNil:]_block_invoke We also attach the full crash log to give full context of the crash. Any idea why this crash happens and is there anything i can do to prevent the crashes from happening again? pegasus.crash
14
6
3.9k
Dec ’23
iOS16 SwiftUI cannot figure out crash reason
I am getting random crash from time to time while using SwiftUI but i cannot find a way to get more context into the crash how to find the root cause? didn't even get more info while the crash happened while connected to XCode Version 14.1 (14B47b) OS Version: iPhone OS 16.1 (20B82) Release Type: User Report Version: 104 Exception Type: EXC_BREAKPOINT (SIGTRAP) Exception Codes: 0x0000000000000001, 0x000000019a9edeb4 Termination Reason: SIGNAL 5 Trace/BPT trap: 5 Terminating Process: exc handler [45365] Triggered by Thread: 0 Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0 Crashed: 0 SwiftUI 0x19a9edeb4 0x19a9c3000 + 175796 1 SwiftUI 0x19a9ede98 0x19a9c3000 + 175768 2 SwiftUI 0x19aa02da4 0x19a9c3000 + 261540 3 libswiftCore.dylib 0x1910dd138 Slice.index(after:) + 48 4 SwiftUI 0x19abd4d48 0x19a9c3000 + 2170184 5 SwiftUI 0x19ac16594 0x19a9c3000 + 2438548 6 libswiftCore.dylib 0x190f29678 BidirectionalCollection.index(_:offsetBy:) + 292 7 SwiftUI 0x19a9edd00 0x19a9c3000 + 175360 8 SwiftUI 0x19be30904 0x19a9c3000 + 21420292 9 SwiftUI 0x19bc2ffa8 0x19a9c3000 + 19320744 10 SwiftUI 0x19b7b1034 0x19a9c3000 + 14606388 11 SwiftUI 0x19b7afc20 0x19a9c3000 + 14601248 12 SwiftUI 0x19b7b21e4 0x19a9c3000 + 14610916 13 UIKitCore 0x1994e57d4 -[UICollectionView _selectItemAtIndexPath:animated:scrollPosition:notifyDelegate:deselectPrevious:performCustomSelectionAction:] + 1060 14 UIKitCore 0x1997314d4 -[UICollectionView touchesEnded:withEvent:] + 480 15 UIKitCore 0x1993e7514 forwardTouchMethod + 284 16 UIKitCore 0x1993e7514 forwardTouchMethod + 284 17 UIKitCore 0x1993e7514 forwardTouchMethod + 284 18 UIKitCore 0x1993e7514 forwardTouchMethod + 284 19 UIKitCore 0x1993185e0 _UIGestureEnvironmentUpdate + 5772 20 UIKitCore 0x199b9ce14 -[UIGestureEnvironment _deliverEvent:toGestureRecognizers:usingBlock:] + 288 21 UIKitCore 0x1992dc31c -[UIGestureEnvironment _updateForEvent:window:] + 188 22 UIKitCore 0x1992e0c74 -[UIWindow sendEvent:] + 3268 23 UIKitCore 0x1992dff44 -[UIApplication sendEvent:] + 672 24 UIKitCore 0x1992df600 __dispatchPreprocessedEventFromEventQueue + 7084 25 UIKitCore 0x1993273e4 __processEventQueue + 5632 26 UIKitCore 0x199f790a4 updateCycleEntry + 168 27 UIKitCore 0x199837740 _UIUpdateSequenceRun + 84 28 UIKitCore 0x199e7efd0 schedulerStepScheduledMainSection + 172 29 UIKitCore 0x199e7e19c runloopSourceCallback + 92 30 CoreFoundation 0x1970fdf54 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28 31 CoreFoundation 0x19710a32c __CFRunLoopDoSource0 + 176 32 CoreFoundation 0x19708e210 __CFRunLoopDoSources0 + 244 33 CoreFoundation 0x1970a3ba8 __CFRunLoopRun + 836 34 CoreFoundation 0x1970a8ed4 CFRunLoopRunSpecific + 612 35 GraphicsServices 0x1cfb05368 GSEventRunModal + 164 36 UIKitCore 0x1995873d0 -[UIApplication _run] + 888 37 UIKitCore 0x199587034 UIApplicationMain + 340 38 libswiftUIKit.dylib 0x19fb73308 UIApplicationMain(_:_:_:_:) + 104 39 Fyzio Klinik Doctor 0x10445b2d8 static UIApplicationDelegate.main() + 104 40 Fyzio Klinik Doctor 0x10445b260 static AppDelegate.$main() + 44 41 Fyzio Klinik Doctor 0x10445b450 main + 28 42 dyld 0x1b5700960 start + 2528 Thread 1: 0 libsystem_pthread.dylib 0x1e370eb90 start_wqthread + 0
1
1
702
Oct ’23
react-native ios app crashes immediately on simulators and TestFlight installs
I  am completely at a loss here - I have a react native app created within expo. It runs perfectly well with expo go. I then built it using eas on my Mac (latest Ventura OS installed) and posted it to app store connect and installed it through TestFlight - it crashed immediately. I'm VERY new to this so it took me a long time to figure out how to troubleshoot this but I ended up finding this in the crash logs: Thread 2 name: Dispatch queue: com.facebook.react.ExceptionsManagerQueue Thread 2 Crashed: 0 libsystem_kernel.dylib 0x2076d8200 __pthread_kill + 8 1 libsystem_pthread.dylib 0x217b3a1ac pthread_kill + 268 2 libsystem_c.dylib 0x1d2111c8c abort + 180 3 libc++abi.dylib 0x217a7ab8c abort_message + 132 4 libc++abi.dylib 0x217a6aa80 demangling_terminate_handler() + 336 5 libobjc.A.dylib 0x1c3e11d3c _objc_terminate() + 144 6 libc++abi.dylib 0x217a79f28 std::__terminate(void (*)()) + 20 7 libc++abi.dylib 0x217a79ec4 std::terminate() + 56 8 libdispatch.dylib 0x1d20adff0 _dispatch_client_callout + 40 9 libdispatch.dylib 0x1d20b5694 _dispatch_lane_serial_drain + 672 10 libdispatch.dylib 0x1d20b61e0 _dispatch_lane_invoke + 384 11 libdispatch.dylib 0x1d20c0e10 _dispatch_workloop_worker_thread + 652 12 libsystem_pthread.dylib 0x217b33df8 _pthread_wqthread + 288 13 libsystem_pthread.dylib 0x217b33b98 start_wqthread + 8 And: Thread 2 crashed with ARM Thread State (64-bit): x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x0000000000000000 x4: 0x0000000217a7e0f5 x5: 0x000000016b4c6430 x6: 0x000000000000006e x7: 0xffffffff00000600 x8: 0xb1cfaa93a40be1da x9: 0xb1cfaa92cf4791da x10: 0x0000000000000200 x11: 0x000000000000000b x12: 0x000000000000000b x13: 0x00000000001ff800 x14: 0x00000000000007fb x15: 0x000000008c033819 x16: 0x0000000000000148 x17: 0x000000016b4c7000 x18: 0x0000000000000000 x19: 0x0000000000000006 x20: 0x0000000000001603 x21: 0x000000016b4c70e0 x22: 0x0000000000000000 x23: 0x000000016b4c70e0 x24: 0x0000000000000000 x25: 0x0000000280c888e8 x26: 0x0000000000000114 x27: 0x0000000000000000 x28: 0x0000000283787840 fp: 0x000000016b4c63a0 lr: 0x0000000217b3a1ac sp: 0x000000016b4c6380 pc: 0x00000002076d8200 cpsr: 0x40001000 far: 0x000000021e5abf50 esr: 0x56000080 Address size fault I  spent an entire day searching for causes surrounding these errors - there were references to this but nothing related to what I was doing. I then went back to the basics - literally: npx create-expo-app TestApp eas build:configure eas build --platform ios And loaded this into a simulator (downloaded the ipa file, changed it to a .zip file, transferred the app file to the simulator) and it immediately crashed again. I've used various versions of expo, node, eas cli, etc - all giving me the same results. I tried using ErrorUtils to send an error to my node server but that didn't work (I might have set it up wrong). I'm not sure how to proceed in troubleshooting this. It seems like the basic process of creating an expo app and having it installable in a simulator or an iPhone isn't working for me. I haven't used (nor do I know how to) Xcode much outside of using the simulators. Any help would be VERY MUCH appreciated.
9
0
13k
Oct ’23
iOS 16 crash on [UIKeyboardTaskQueue promoteDeferredTaskIfIdle]
Hi, I've recently experienced a weird crash that only happening on iOS 16 device (iOS 16.xx - 16.3). Here is the stack trace 0 libobjc.A.dylib 0x00000001bc11ae5c _objc_retain_x0 (in libobjc.A.dylib) + 16 1 UIKitCore 0x00000001c5c06a5c -[UIKeyboardTaskQueue promoteDeferredTaskIfIdle] (in UIKitCore) + 72 2 UIKitCore 0x00000001c5c069e8 -[UIKeyboardTaskQueue performDeferredTaskIfIdle] (in UIKitCore) + 28 3 UIKitCore 0x00000001c54039c8 -[UIKeyboardTaskQueue continueExecutionOnMainThread] (in UIKitCore) + 372 4 Foundation 0x00000001bd21484c ___NSThreadPerformPerform (in Foundation) + 260 5 CoreFoundation 0x00000001c2f31f30 ___CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ (in CoreFoundation) + 24 6 CoreFoundation 0x00000001c2f3e308 ___CFRunLoopDoSource0 (in CoreFoundation) + 172 7 CoreFoundation 0x00000001c2ec222c ___CFRunLoopDoSources0 (in CoreFoundation) + 336 8 CoreFoundation 0x00000001c2ed7b88 ___CFRunLoopRun (in CoreFoundation) + 832 9 CoreFoundation 0x00000001c2edcebc _CFRunLoopRunSpecific (in CoreFoundation) + 608 10 GraphicsServices 0x00000001fcf33364 _GSEventRunModal (in GraphicsServices) + 160 11 UIKitCore 0x00000001c53d2868 -[UIApplication _run] (in UIKitCore) + 884 12 UIKitCore 0x00000001c53d24cc _UIApplicationMain (in UIKitCore) + 336 13 News 0x00000001106d5d1c main (in News) (main.m:23) 14 dyld 0x00000001e16fe95c start (in dyld) + 2524
18
7
4k
Jul ’23
App crashing on CGColorSpaceIsUncalibrated with Invalid kernel Address
Hi, I am trying to fix one of the crash coming on the App, I am attaching the Main thread Stack trace, Google search is also not giving any result, if anyone has faced the similar issue, or knew about it, can you help me in understanding the issue. 0 CoreGraphics                  0x179c CGColorSpaceIsUncalibrated + 4 1 QuartzCore                    0x8f410 CARequiresColorMatching + 64 2 QuartzCore                    0xf1614 CA_CGColorGetRGBComponents + 68 3 QuartzCore                    0x20098 -[NSObject(CAAnimatableValue) CA_interpolateValue:byFraction:] + 140 4 QuartzCore                    0x1c608 -[CABasicAnimation applyForTime:presentationObject:modelObject:] + 420 5 QuartzCore                    0x1c35c CA::Layer::presentation_layer(CA::Transaction*) + 428 6 UIKitCore                     0xe944 -[UIViewSpringAnimationState animationForLayer:forKey:forView:] + 136 7 UIKitCore                     0xdbe0 -[UIViewAnimationState actionForLayer:forKey:forView:] + 104 8 UIKitCore                     0xda64 +[UIView(Animation) _defaultUIViewActionForLayer:forKey:] + 92 9 UIKitCore                     0xd128 -[UIView(UIKitManual) actionForLayer:forKey:] + 308 10 QuartzCore                    0xad44 -[CALayer actionForKey:] + 148 11 QuartzCore                    0xabb8 CA::Layer::begin_change(CA::Transaction*, unsigned int, objc_object*, objc_object*&) + 212 12 QuartzCore                    0x130bc CA::Layer::setter(unsigned int, _CAValueType, void const*) + 812 13 QuartzCore                    0xd9c4 -[CALayer setBackgroundColor:] + 56 14 UIKitCore                     0x6b64c -[UIView _setBackgroundCGColor:withSystemColorName:] + 1036 15 UIKitCore                     0x6addc -[UIView _effectiveThemeTraitCollectionDidChangeInternal:] + 472 16 UIKitCore                     0x5f1a4 -[UIView _tintColorDidChange] + 208 17 UIKitCore                     0x5f00c -[_UITintColorVisitor _visitView:] + 312 18 UIKitCore                     0x5ed80 _UIViewVisitorRecursivelyEntertainDescendingVisitors + 220 19 UIKitCore                     0x5ee28 _UIViewVisitorRecursivelyEntertainDescendingVisitors + 388 20 UIKitCore                     0x5ee28 _UIViewVisitorRecursivelyEntertainDescendingVisitors + 388 21 UIKitCore                     0x5ee28 _UIViewVisitorRecursivelyEntertainDescendingVisitors + 388 22 UIKitCore                     0x5ee28 _UIViewVisitorRecursivelyEntertainDescendingVisitors + 388 23 UIKitCore                     0x5ee28 _UIViewVisitorRecursivelyEntertainDescendingVisitors + 388 24 UIKitCore                     0x5ee28 _UIViewVisitorRecursivelyEntertainDescendingVisitors + 388 25 UIKitCore                     0x5ee28 _UIViewVisitorRecursivelyEntertainDescendingVisitors + 388 26 UIKitCore                     0x5ee28 _UIViewVisitorRecursivelyEntertainDescendingVisitors + 388 27 UIKitCore                     0xee410 +[_UIViewVisitor _startTraversalOfVisitor:withView:] + 196 28 UIKitCore                     0x13ff94 -[UIView _dispatchTintColorVisitorWithReasons:] + 124 29 UIKitCore                     0x34aba8 -[UIView _beginOcclusion:] + 164 30 UIKitCore                     0x34a9fc -[UIPresentationController _enableOcclusion:] + 188 31 UIKitCore                     0x34a8b4 -[_UIViewControllerTransitionCoordinator _applyBlocks:releaseBlocks:] + 240 32 UIKitCore                     0x34a78c -[_UIViewControllerTransitionContext __runAlongsideAnimations] + 272 33 UIKitCore                     0x34a660 __63+[UIView(Animation) _setAlongsideAnimations:toRunByEndOfBlock:]_block_invoke + 36 34 UIKitCore                     0xd25a4 -[UIViewAnimationState _runAlongsideAnimations] + 40 35 UIKitCore                     0xd12e8 -[UIViewAnimationState pop] + 40 36 UIKitCore                     0xd0d14 +[UIViewAnimationState popAnimationState] + 56 37 UIKitCore                     0xd0b40 +[UIView _setupAnimationWithDuration:delay:view:options:factory:animations:start:animationStateGenerator:completion:] + 592 38 UIKitCore                     0x48e370 +[UIView(UIViewAnimationWithBlocks) animateWithDuration:delay:usingSpringWithDamping:initialSpringVelocity:options:animations:completion:] + 124 39 UIKitCore                     0x3e9098 -[UIAlertControllerVisualStyleAlert animateAlertControllerView:ofAlertController:forPresentation:inContainerView:descendantOfContainerView:duration:completionBlock:] + 580 40 UIKitCore                     0x3e8be8 -[_UIAlertControllerAnimatedTransitioning _animateTransition:completionBlock:] + 456 41 UIKitCore                     0x570a6c -[_UIAlertControllerAnimatedTransitioning animateTransition:] + 412 42 UIKitCore                     0x7f765c ___UIViewControllerTransitioningRunCustomTransition_block_invoke_3 + 48 43 UIKitCore                     0x206614 +[UIKeyboardSceneDelegate _pinInputViewsForKeyboardSceneDelegate:onBehalfOfResponder:duringBlock:] + 96 44 UIKitCore                     0x2b6db0 ___UIViewControllerTransitioningRunCustomTransition_block_invoke_2 + 196 45 UIKitCore                     0x1f7e4c +[UIView(Animation) _setAlongsideAnimations:toRunByEndOfBlock:] + 180 46 UIKitCore                     0x1f7d08 _UIViewControllerTransitioningRunCustomTransition + 484 47 UIKitCore                     0x762078 __56-[UIPresentationController runTransitionForCurrentState]_block_invoke_3 + 1532 48 UIKitCore                     0x1a4958 -[_UIAfterCACommitBlock run] + 72 49 UIKitCore                     0x1a488c -[_UIAfterCACommitQueue flush] + 176 50 UIKitCore                     0x1a4798 _runAfterCACommitDeferredBlocks + 496 51 UIKitCore                     0x3f6c0 _cleanUpAfterCAFlushAndRunDeferredBlocks + 108 52 UIKitCore                     0x504fc4 _UIApplicationFlushCATransaction + 72 53 UIKitCore                     0x651678 _UIUpdateSequenceRun + 84 54 UIKitCore                     0xc90904 schedulerStepScheduledMainSection + 172 55 UIKitCore                     0xc8fad0 runloopSourceCallback + 92 56 CoreFoundation                0xd622c CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 28 57 CoreFoundation                0xe2614 __CFRunLoopDoSource0 + 176 58 CoreFoundation                0x6651c __CFRunLoopDoSources0 + 244 59 CoreFoundation                0x7beb8 __CFRunLoopRun + 836 60 CoreFoundation                0x811e4 CFRunLoopRunSpecific + 612 61 GraphicsServices              0x1368 GSEventRunModal + 164 62 UIKitCore                     0x3a2d88 -[UIApplication _run] + 888 63 UIKitCore                     0x3a29ec UIApplicationMain + 340 64 PS Express                    0x28490 main + 34 (main.m:34) 65 ???                           0x1c6bc5948 (Missing)
3
0
896
Jun ’23
Crash in [UIViewController _presentViewController:withAnimationController:completion:]
Our app has a Crash, here is the Crash report. How should I investigate this error? Fatal Exception: NSInvalidArgumentException 0 CoreFoundation 0x9e48 __exceptionPreprocess 1 libobjc.A.dylib 0x178d8 objc_exception_throw 2 UIKitCore 0x326cbc -[UIViewController _presentViewController:withAnimationController:completion:] 3 UIKitCore 0x325c10 __63-[UIViewController _presentViewController:animated:completion:]_block_invoke 4 UIKitCore 0x349598 -[_UIViewControllerTransitionCoordinator _applyBlocks:releaseBlocks:] 5 UIKitCore 0x2b7a48 -[_UIViewControllerTransitionContext _runAlongsideCompletions] 6 UIKitCore 0x2b6ad8 -[_UIViewControllerTransitionContext completeTransition:] 7 UIKitCore 0x2b7c38 -[UITransitionView notifyDidCompleteTransition:] 8 UIKitCore 0x2b7838 -[UITransitionView _didCompleteTransition:] 9 UIKit 0xa7e58 -[UITransitionViewAccessibility _didCompleteTransition:] 10 UIKitCore 0x103d464 __UIVIEW_IS_EXECUTING_ANIMATION_COMPLETION_BLOCK__ 11 UIKitCore 0xd14ac -[UIViewAnimationBlockDelegate _didEndBlockAnimation:finished:context:] 12 UIKitCore 0xd0408 -[UIViewAnimationState sendDelegateAnimationDidStop:finished:] 13 UIKitCore 0xcfb28 -[UIViewAnimationState animationDidStop:finished:] 14 UIKit 0xb0f50 -[UIViewAnimationStateAccessibility animationDidStop:finished:] 15 UIKitCore 0xcfc3c -[UIViewAnimationState animationDidStop:finished:] 16 UIKit 0xb0f50 -[UIViewAnimationStateAccessibility animationDidStop:finished:] 17 QuartzCore 0x1310c CA::Layer::run_animation_callbacks(void*) 18 libdispatch.dylib 0x3fdc _dispatch_client_callout 19 libdispatch.dylib 0x127f4 _dispatch_main_queue_drain 20 libdispatch.dylib 0x12444 _dispatch_main_queue_callback_4CF 21 CoreFoundation 0x9a6d8 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ 22 CoreFoundation 0x7c03c __CFRunLoopRun 23 CoreFoundation 0x80ec0 CFRunLoopRunSpecific 24 GraphicsServices 0x1368 GSEventRunModal 25 UIKitCore 0x3a186c -[UIApplication _run] 26 UIKitCore 0x3a14d0 UIApplicationMain 27 Authenticator 0x9334 main + 26 (AppDelegate.swift:26) 28 ??? 0x1b65de960 (シンボルが不足しています)
4
2
917
May ’24
Companion Link Active on device
Would someone please be able to explain to me what companion link is and how it may have become enabled on my device ? Would be greatly appreciated Terminusd-395.60.3 pid 1307 built on Dec 17 2022 04:33:51, iphoneOS 20D47 "🙈", packet logging disabled Companion link is currently enabled on this device 20:39:52.3305 : time of this status dump --------- NRD Local Device Database Status (0 devices) --------- --------- Director status --------- Name: Link Director Enabled: YES Fixed Interface mode: NO SOCKS port: 62742 SOCKS server: (null) FD Usage: { NETPOLICY = 2; Total = 6; VNODE = 4; } Unlocked data protection: ClassA --------- Manager status --------- Name: Policy Session Manager Policy Session: { priority = control1 policies = {} } Installed policies: { "NRLinkDirector-Drop" = ( 1 ); } Name: Link Manager - Bluetooth LinkManager type: Bluetooth State: Ready [] Links: {( )} Pipes: {( )} Peripherals: (null) CentralMgr: (null) PeripheralMgr: (null) currentAdvertisementState: Idle currentAdvertisementRate: Default Name: Link Manager - WiFi LinkManager type: WiFi State: Ready Links: {( )} WiFi Interface: en0 (index 16) AWDL Interface: (null) (index 0) WiFi Available: YES WiFi WoW Enabled: NO WiFi Client Type: 0 Local WiFi Endpoint: 192.168.1.124:0 Local WiFi Signature: (null) Remote WiFi Endpoints: { } Remote WiFi Signature: (null) Remote AWDL EndpointDict: { } Available IPv4 addresses: ( "192.168.1.124" ) Available IPv6 addresses: ( ) Available AWDL addresses: ( ) Prefer WiFi asserts: 0 Cleared Prefer WiFi asserts: 0 Orphaned Device Monitor Connections: {( )} Orphaned Device Preferences Connections: {( )} Ephemeral Device Connections: {( )}
2
0
1.3k
Jun ’23
Unable to install runner: A valid provisioning profile for this executable was not found
Hi there, Currently having some issues debugging on a physical device. I am running a flutter app, and have a provisioning profile provided by our client company that is not expired and has worked up until recently just fine with physical devices. Running the app on a simulator works okay as well. However, all of the sudden the app will not run on a physical device. The build succeeds fine, but then I receive the error "Unable to install runner: A valid provisioning profile for this executable was not found". I have opened devices and simulators and tried to install the provisioning profile on the device, but get the error "Failed to install one or more provisioning profiles on the device: Please ensure the provisioning profile is configured for this device. If not, please try to generate a new profile." I don't know why this error appears, because I have used this exact profile on this device many times before. I'm hesitant to contact the client to receive a new provisioning profile because it is not easy to do, and again this one has worked fine until now. Does anyone have any ideas? Thanks!
2
0
3.0k
Oct ’23
_dispatch_client_callout crash
I received the attached crash report. The problem is that the crash report does not contain the abort reason - it appears to be thrown in the GCD library with no additional information. Is it a possible deadlock? 2023-02-15_02-40-23.0077_+0100-94015bd052c4005658221a5e6279f28a75b9e92c.crash Any ideas?
3
0
1.4k
Dec ’23
WeatherKit: Couldn't lookup symbols
I'm not able to inspect WeatherKit objects like HourWeather and CurrentWeather using the Xcode debugger and breakpoints. When I pause on a breakpoint and try something like po hours where hours is a [HourWeather] I get a debugger error like Couldn't lookup symbols: type metadata accessor for WeatherKit.HourWeather. Is there something about WeatherKit that prevents the debugger from printing out its objects?
1
1
632
Nov ’23
iOS 16.x - Keyboard and speech crash
Crash - 1: Fatal Exception: NSRangeException 0 CoreFoundation 0x9e38 __exceptionPreprocess 1 libobjc.A.dylib 0x178d8 objc_exception_throw 2 CoreFoundation 0x1af078 -[__NSCFString characterAtIndex:].cold.1 3 CoreFoundation 0x1a44c -[CFPrefsPlistSource synchronize] 4 UIKitCore 0x1075f68 -[UIPredictionViewController predictionView:didSelectCandidate:] 5 TextInputUI 0x2461c -[TUIPredictionView _didRecognizeTapGesture:] 6 UIKitCore 0xbe180 -[UIGestureRecognizerTarget _sendActionWithGestureRecognizer:] 7 UIKitCore 0x42c050 _UIGestureRecognizerSendTargetActions 8 UIKitCore 0x1a5a18 _UIGestureRecognizerSendActions 9 UIKitCore 0x86274 -[UIGestureRecognizer _updateGestureForActiveEvents] 10 UIKitCore 0x132348 _UIGestureEnvironmentUpdate 11 UIKitCore 0x9ba418 -[UIGestureEnvironment _deliverEvent:toGestureRecognizers:usingBlock:] 12 UIKitCore 0xf6df4 -[UIGestureEnvironment _updateForEvent:window:] 13 UIKitCore 0xfb760 -[UIWindow sendEvent:] 14 UIKitCore 0xfaa20 -[UIApplication sendEvent:] 15 UIKitCore 0xfa0d8 __dispatchPreprocessedEventFromEventQueue 16 UIKitCore 0x141e00 __processEventQueue 17 UIKitCore 0x44a4f0 __eventFetcherSourceCallback 18 CoreFoundation 0xd5f24 CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION 19 CoreFoundation 0xe22fc __CFRunLoopDoSource0 20 CoreFoundation 0x661c0 __CFRunLoopDoSources0 21 CoreFoundation 0x7bb7c __CFRunLoopRun 22 CoreFoundation 0x80eb0 CFRunLoopRunSpecific 23 GraphicsServices 0x1368 GSEventRunModal 24 UIKitCore 0x3a1668 -[UIApplication _run] 25 UIKitCore 0x3a12cc UIApplicationMain ============================================================ Crash - 2: Crashed: com.apple.root.background-qos 0 libobjc.A.dylib 0x1c20 objc_msgSend + 32 1 UIKitCore 0xb0e0d8 __37-[UIDictationConnection cancelSpeech]_block_invoke + 152 2 libdispatch.dylib 0x24b4 _dispatch_call_block_and_release + 32 3 libdispatch.dylib 0x3fdc _dispatch_client_callout + 20 4 libdispatch.dylib 0x15b8c _dispatch_root_queue_drain + 684 5 libdispatch.dylib 0x16284 _dispatch_worker_thread2 + 164 6 libsystem_pthread.dylib 0xdbc _pthread_wqthread + 228 7 libsystem_pthread.dylib 0xb98 start_wqthread + 8 ============================================================ I encountered the two keyboard-related crashes in iOS 16.x, but I cannot reproduce them. Can anyone tell me what is going on and how to fix them? Please let me know.
2
2
1.8k
Aug ’23
App Crashes On Launch
I have been trying to figure this out for days and can't figure it out. I originally thought it was my launch screen, but everything is set up fine. My app keeps getting rejected for the same reason and I need help. See the lastExceptionBacktrace from the log Apple sent me below. "exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGABRT"}, "asi" : {"libsystem_c.dylib":["abort() called"]}, "lastExceptionBacktrace" : [{"imageOffset":40340,"symbol":"__exceptionPreprocess","symbolLocation":164,"imageIndex":6},{"imageOffset":99280,"symbol":"objc_exception_throw","symbolLocation":60,"imageIndex":15},{"imageOffset":1535240,"symbol":"-[NSException init]","symbolLocation":0,"imageIndex":6},{"imageOffset":9072980,"imageIndex":0},{"imageOffset":9073352,"imageIndex":0},{"imageOffset":8992,"symbol":"_dispatch_call_block_and_release","symbolLocation":32,"imageIndex":16},{"imageOffset":16044,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":16},{"imageOffset":28556,"symbol":"_dispatch_queue_override_invoke","symbolLocation":788,"imageIndex":16},{"imageOffset":88388,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":16},{"imageOffset":90456,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":16},{"imageOffset":3488,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":10},{"imageOffset":2940,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":10}]
5
0
1.2k
Jul ’23
Timer running at increased speed each time I start it again
I am currently working on an app, and it has a timer in a separate view from the main ContentView(). I have realized that I am not resetting the timer each time, and since it is initialized with a binding var, the var is increasing faster than desired (add one to var every 0.01 seconds). Simply setting the var to a binding and changing it that way hasn't worked for some reason, and I have created a function that runs every time the timer fires to check if the isRunning binding var is false, and if it is, invalidate the timer. The code for ContentView is: import Foundation import SwiftUI import CoreData struct ContentView: View { @Environment(\.managedObjectContext) private var viewContext @FetchRequest(entity: Time.entity(), sortDescriptors: []) private var times: FetchedResults<Time> @State var startstop: String = "Start" @State var start: Bool = false @State var elapsedTime: Int = 0 @State var timeMinutes: Int = 0 @State var timeSeconds: Int = 0 @State var timeMilliseconds: Int = 0 @State var hour: Int = 0 @State var minute: Int = 0 @State var second: Int = 0 @State var formattedTime: String = "" @State var saveTime: Int = 0 @State var timerRunning: Bool = true @State var firstRun: Bool = true // Format date after core data fetch to allow creating NSSortDescript for date var body: some View { VStack{ Text("Cube App") .font(.largeTitle) .fontWeight(.bold) .padding(.top, 4.0) Text(scrambles.randomElement()!) .font(.title) .fontWeight(.semibold) .multilineTextAlignment(.center) .padding([.top, .leading, .trailing]) if start{ Stopwatch(progressTime: $elapsedTime, isRunning: $timerRunning) .padding(.top) .fontWeight(.bold) .onAppear{ timerRunning = true toggleStartStop() } } Button(startstop){ toggleStart() if start == false{ saveTime = elapsedTime stopTime() elapsedTime = 0 toggleStartStop() } } .fontWeight(.bold) .font(.system(size: 30)) .padding(.top, 30) Spacer() } } private func stopTime(){ timerRunning = false print(saveTime) addTime() } private func addTime(){ withAnimation{ timeMinutes = saveTime / 6000 timeSeconds = (saveTime % 6000) / 100 timeMilliseconds = saveTime % 100 let time = Time(context: viewContext) if timeMinutes == 0{ if timeMilliseconds < 10{ time.time = "\(timeSeconds).0\(timeMilliseconds)" }else{ time.time = "\(timeSeconds).\(timeMilliseconds)" } }else if timeMilliseconds < 10{ if timeSeconds < 10{ time.time = "\(timeMinutes):0\(timeSeconds).0\(timeMilliseconds)" }else{ time.time = "\(timeMinutes):\(timeSeconds).0\(timeMilliseconds)" } }else{ if timeSeconds < 10{ time.time = "\(timeMinutes):0\(timeSeconds).\(timeMilliseconds)" }else{ time.time = "\(timeMinutes):\(timeSeconds).\(timeMilliseconds)" } } time.date = Date() saveContext() } } private func saveContext(){ do { try viewContext.save() } catch { let error = error as NSError print(error) fatalError(error as! String) } } private func toggleStart(){ if start{ start = false }else{ start = true } } private func toggleStartStop(){ if startstop == "Start"{ startstop = "Stop" }else{ startstop = "Start" } } } struct ContentView_Previews: PreviewProvider { static var previews: some View { let persistenceController = PersistenceController.shared ContentView().environment(\.managedObjectContext, persistenceController.container.viewContext) } } Note: I have excluded the array of "scrambles" as it went over the character limit, but it is only used in a text in the vstack. The code for the Stopwatch (Timer) file is: import SwiftUI struct Stopwatch: View { @Binding var progressTime: Int @Binding var isRunning: Bool /// Computed properties to get the progressTime in hh:mm:ss format var hours: Int { progressTime / 6000 } var minutes: Int { (progressTime % 6000) / 100 } var seconds: Int { progressTime % 100 } var timer: Timer { Timer.scheduledTimer(withTimeInterval: 0.01, repeats: true) {_ in progressTime += 1 reset() } } var body: some View { HStack(spacing: 2) { StopwatchUnitView(timeUnit: hours) Text(":") StopwatchUnitView(timeUnit: minutes) Text(".") StopwatchUnitView(timeUnit: seconds) }.onAppear(perform: { _ = timer }) } func reset(){ if isRunning == false{ self.timer.invalidate() print("invailidated") } } func toggleRun(){ if isRunning{ isRunning = false progressTime = 0 print(isRunning) timer.invalidate() }else{ isRunning = true } } func fetchTime() -> Int{ return progressTime } } struct StopwatchUnitView: View { var timeUnit: Int /// Time unit expressed as String. /// - Includes "0" as prefix if this is less than 10 var timeUnitStr: String { let timeUnitStr = String(timeUnit) return timeUnit < 10 ? "0" + timeUnitStr : timeUnitStr } var body: some View { HStack (spacing: 2) { Text(timeUnitStr.substring(index: 0)).frame(width: 10) Text(timeUnitStr.substring(index: 1)).frame(width: 10) } } } extension String { func substring(index: Int) -> String { let arrayString = Array(self) return String(arrayString[index]) } } struct stopwatch_Previews: PreviewProvider { static var previews: some View { Stopwatch(progressTime:.constant(0), isRunning: .constant(true) /*firstRun: .constant(true)*/) } } Could somebody help me reset the timer each time and fix the issue?
3
0
982
Jul ’23
App Crash at launch -> NO_CRASH_STACK (crash log attached)
App crashes at launch for some of our live users (NOT TESTFLIGHT). I have managed to extract the error log: Incident Identifier: B1F06CCD-4AAB-402F-9909-11FA7E1C54F3 Hardware Model: iPhone14,3 Process: *** [549] Path: /private/var/containers/Bundle/Application/DAE1AAC4-2150-46EF-B7B9-29553EA7346E/***.app/*** Identifier: com.XX.XX Version: 9.0 (70) AppStoreTools: 14E221 AppVariant: 1:iPhone14,3:15 Code Type: ARM-64 (Native) Role: Foreground Parent Process: launchd [1] Coalition: com.XX [580] Date/Time: 2023-06-12 15:59:45.2595 +1000 Launch Time: 2023-06-12 15:59:45.2060 +1000 OS Version: iPhone OS 15.6.1 (19G82) Release Type: User Baseband Version: 1.70.01 Report Version: 104 Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Termination Reason: DYLD 4 Symbol missing Symbol not found: (_objc_claimAutoreleasedReturnValue) Referenced from: '/Volumes/VOLUME/*/***.app/Frameworks/GoogleUtilities.framework/GoogleUtilities' Expected in: '/usr/lib/libobjc.A.dylib' (terminated at launch; ignore backtrace) Triggered by Thread: 0 Thread 0 Crashed: 0 dyld 0x00000001034bcb14 __abort_with_payload + 8 1 dyld 0x00000001034c26cc abort_with_payload_wrapper_internal + 104 (terminate_with_reason.c:102) 2 dyld 0x00000001034c2700 abort_with_payload + 16 (terminate_with_reason.c:124) 3 dyld 0x0000000103492a00 dyld4::halt(char const*) + 580 (DyldProcessConfig.cpp:2102) 4 dyld 0x000000010348fa20 dyld4::prepare(dyld4::APIs&amp;, dyld3::MachOAnalyzer const*) + 3560 (dyldMain.cpp:0) 5 dyld 0x000000010348dd84 start + 488 (dyldMain.cpp:864) Thread 0 crashed with ARM Thread State (64-bit): x0: 0x0000000000000006 x1: 0x0000000000000004 x2: 0x000000016ddc56c8 x3: 0x00000000000000e4 x4: 0x000000016ddc52c8 x5: 0x0000000000000000 x6: 0x0000000000000000 x7: 0x000000016ddc4d40 x8: 0x0000000000000020 x9: 0x0000000000000009 x10: 0x000000016ddc53b8 x11: 0x0000000000000108 x12: 0x0000000000000000 x13: 0x0000000000000035 x14: 0x0000000248f2d99d x15: 0x000000016ddc47e8 x16: 0x0000000000000209 x17: 0x00000001034b71c8 x18: 0x0000000000000000 x19: 0x0000000000000000 x20: 0x000000016ddc52c8 x21: 0x00000000000000e4 x22: 0x000000016ddc56c8 x23: 0x0000000000000004 x24: 0x0000000000000006 x25: 0x000000016ddc52c8 x26: 0x0000000000000400 x27: 0x0000000000000400 x28: 0x00000000000000f0 fp: 0x000000016ddc5290 lr: 0x00000001034c26cc sp: 0x000000016ddc5250 pc: 0x00000001034bcb14 cpsr: 0x1000 esr: 0x56000080 Address size fault Binary Images: 0x103474000 - 0x1034cbfff dyld arm64e &lt;66e1fb2668f8379ba052eb8b8291b5e1&gt; /usr/lib/dyld EOF Any help in fixing this issue with GoogleUtilities.framework/GoogleUtilities will be highly appreciated.
5
1
1.3k
Aug ’23
Logs are still private even after installing Wallet Logging Profile
Hi, I'm currently developing Apple Pay In-App Provisioning and have encountered an issue with viewing logs necessary for debugging. I've followed the instructions listed in https://download.developer.apple.com/iOS/iOS_Logs/Wallet_Logging_Instructions.pdf and have installed the relevant wallet profile. After repeating the issue, and opening up the sysdiagnose file on my mac, the logs that i'm interested in is still hidden with private tags. The device I'm using to develop on is an iPhone 11, runnning on iOS 16.5. The version of Xcode is 14.3. I am also using a sandbox account on the device if that is relevant to the issue. Below are screenshots of the logs I'm interested in. Any help in solving this issue will be greatly appreciated.
3
1
1.1k
Aug ’23