Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[macos] Failed to start remote service "com.apple.mobile.notification_proxy" on device. #1055

Closed
3 of 12 tasks
kimmy-wang opened this issue Oct 10, 2022 · 2 comments
Closed
3 of 12 tasks

Comments

@kimmy-wang
Copy link

Platform:

  • Dart
  • Flutter Android or iOS
  • Flutter Web
  • Flutter Desktop

IDE:

  • VSCode
  • IntelliJ/AS
  • XCode
  • Other, which one?

split-debug-info and obfuscate (Flutter Android or iOS) or CanvasKit (Flutter Web):

  • Enabled
  • Disabled

Platform installed with:

  • pub.dev
  • GitHub

Output of the command flutter doctor -v below:

[✓] Flutter (Channel stable, 3.3.4, on macOS 12.6 21G115 darwin-x64, locale zh-Hans-CN)
    • Flutter version 3.3.4 on channel stable at /Users/ying/flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision eb6d86ee27 (5 天前), 2022-10-04 22:31:45 -0700
    • Engine revision c08d7d5efc
    • Dart version 2.18.2
    • DevTools version 2.15.0
                                                                                                                                                                                                                          Checking Android licenses is taking an unexpectedly long time...[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
    • Android SDK at /Users/ying/Library/Android/sdk
    • Platform android-33, build-tools 30.0.3
    • ANDROID_HOME = /Users/ying/Library/Android/sdk
    • Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 11.0.13+0-b1751.21-8125866)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 14.0.1)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Build 14A400
    • CocoaPods version 1.11.2

[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 2021.3)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 11.0.13+0-b1751.21-8125866)

[✓] IntelliJ IDEA Ultimate Edition (version 2022.2.3)
    • IntelliJ at /Applications/IntelliJ IDEA.app
    • Flutter plugin version 70.2.5
    • Dart plugin version 222.4345.14

[✓] Connected device (3 available)
    • iPhone 14 Pro Max (mobile) • 08B68F54-230E-4835-A798-F1D57B0A8089 • ios            • com.apple.CoreSimulator.SimRuntime.iOS-16-0 (simulator)
    • macOS (desktop)            • macos                                • darwin-x64     • macOS 12.6 21G115 darwin-x64
    • Chrome (web)               • chrome                               • web-javascript • Google Chrome 106.0.5249.61

The output goes here...

2022-10-10 09:30:15.445 xcodebuild[65414:4469680]  DTDKRemoteDeviceConnection: Failed to start remote service "com.apple.mobile.notification_proxy" on device. Error: Error Domain=com.apple.dtdevicekit Code=811 "Failed to start remote service "com.apple.mobile.notification_proxy" on device." UserInfo={NSUnderlyingError=0x600003190840 {Error Domain=com.apple.dt.MobileDeviceErrorDomain Code=-402653158 "The device is passcode protected." UserInfo={MobileDeviceErrorCode=(0xE800001A), com.apple.dtdevicekit.stacktrace=(
	0   DTDeviceKitBase                     0x000000011a181c90 DTDKCreateNSErrorFromAMDErrorCode + 235
	1   DTDeviceKitBase                     0x000000011a18f568 __63-[DTDKRemoteDeviceConnection startFirstServiceOf:unlockKeybag:]_block_invoke + 609
	2   DTDeviceKitBase                     0x000000011a18ecac __48-[DTDKRemoteDeviceConnection futureWithSession:]_block_invoke_3 + 22
	3   DTDeviceKitBase                     0x000000011a183f84 __DTDKExecuteInSession_block_invoke_2 + 35
	4   DTDeviceKitBase                     0x000000011a183604 __DTDKExecuteWithConnection_block_invoke_2 + 218
	5   DTDeviceKitBase                     0x000000011a183501 __DTDKExecuteWithConnection_block_invoke + 106
	6   libdispatch.dylib                   0x00007ff802680317 _dispatch_client_callout + 8
	7   libdispatch.dylib                   0x00007ff80268db50 _dispatch_sync_invoke_and_complete_recurse + 65
	8   libdispatch.dylib                   0x00007ff80268d6ae _dispatch_sync_f_slow + 194
	9   DVTFoundation                       0x000000010cfe9581 DVTDispatchBarrierSync + 148
	10  DVTFoundation                       0x000000010cfbf0b8 -[DVTDispatchLock performLockedBlock:] + 60
	11  DTDeviceKitBase                     0x000000011a183400 DTDKExecuteWithConnection + 217
	12  DTDeviceKitBase                     0x000000011a183e2a DTDKExecuteInSession + 239
	13  DTDeviceKitBase                     0x000000011a18eafd __48-[DTDKRemoteDeviceConnection futureWithSession:]_block_invoke_2 + 132
	14  DVTFoundation                       0x000000010cfe8769 __DVT_CALLING_CLIENT_BLOCK__ + 7
	15  DVTFoundation                       0x000000010cfe927d __DVTDispatchAsync_block_invoke + 196
	16  libdispatch.dylib                   0x00007ff80267f0cc _dispatch_call_block_and_release + 12
	17  libdispatch.dylib                   0x00007ff802680317 _dispatch_client_callout + 8
	18  libdispatch.dylib                   0x00007ff802686317 _dispatch_lane_serial_drain + 672
	19  libdispatch.dylib                   0x00007ff802686e30 _dispatch_lane_invoke + 417
	20  libdispatch.dylib                   0x00007ff802690eee _dispatch_workloop_worker_thread + 753
	21  libsystem_pthread.dylib             0x00007ff802833fd0 _pthread_wqthread + 326
	22  libsystem_pthread.dylib             0x00007ff802832f57 start_wqthread + 15
), DVTRadarComponentKey=261622, NSLocalizedDescription=The device is passcode protected.}}, NSLocalizedRecoverySuggestion=Please check your connection to your device., DVTRadarComponentKey=261622, NSLocalizedDescription=Failed to start remote service "com.apple.mobile.notification_proxy" on device.}
2022-10-10 09:30:17.152 xcodebuild[65414:4469756] Failed to start service (com.apple.amfi.lockdown): 0xe800001a
2022-10-10 09:30:18.405 xcodebuild[65414:4469680]  DTDKRemoteDeviceConnection: Failed to start remote service "com.apple.mobile.notification_proxy" on device. Error: Error Domain=com.apple.dtdevicekit Code=811 "Failed to start remote service "com.apple.mobile.notification_proxy" on device." UserInfo={NSUnderlyingError=0x600003194120 {Error Domain=com.apple.dt.MobileDeviceErrorDomain Code=-402653158 "The device is passcode protected." UserInfo={MobileDeviceErrorCode=(0xE800001A), com.apple.dtdevicekit.stacktrace=(
	0   DTDeviceKitBase                     0x000000011a181c90 DTDKCreateNSErrorFromAMDErrorCode + 235
	1   DTDeviceKitBase                     0x000000011a18f568 __63-[DTDKRemoteDeviceConnection startFirstServiceOf:unlockKeybag:]_block_invoke + 609
	2   DTDeviceKitBase                     0x000000011a18ecac __48-[DTDKRemoteDeviceConnection futureWithSession:]_block_invoke_3 + 22
	3   DTDeviceKitBase                     0x000000011a183f84 __DTDKExecuteInSession_block_invoke_2 + 35
	4   DTDeviceKitBase                     0x000000011a183604 __DTDKExecuteWithConnection_block_invoke_2 + 218
	5   DTDeviceKitBase                     0x000000011a183501 __DTDKExecuteWithConnection_block_invoke + 106
	6   libdispatch.dylib                   0x00007ff802680317 _dispatch_client_callout + 8
	7   libdispatch.dylib                   0x00007ff80268db50 _dispatch_sync_invoke_and_complete_recurse + 65
	8   libdispatch.dylib                   0x00007ff80268d6ae _dispatch_sync_f_slow + 194
	9   DVTFoundation                       0x000000010cfe9581 DVTDispatchBarrierSync + 148
	10  DVTFoundation                       0x000000010cfbf0b8 -[DVTDispatchLock performLockedBlock:] + 60
	11  DTDeviceKitBase                     0x000000011a183400 DTDKExecuteWithConnection + 217
	12  DTDeviceKitBase                     0x000000011a183e2a DTDKExecuteInSession + 239
	13  DTDeviceKitBase                     0x000000011a18eafd __48-[DTDKRemoteDeviceConnection futureWithSession:]_block_invoke_2 + 132
	14  DVTFoundation                       0x000000010cfe8769 __DVT_CALLING_CLIENT_BLOCK__ + 7
	15  DVTFoundation                       0x000000010cfe927d __DVTDispatchAsync_block_invoke + 196
	16  libdispatch.dylib                   0x00007ff80267f0cc _dispatch_call_block_and_release + 12
	17  libdispatch.dylib                   0x00007ff802680317 _dispatch_client_callout + 8
	18  libdispatch.dylib                   0x00007ff802686317 _dispatch_lane_serial_drain + 672
	19  libdispatch.dylib                   0x00007ff802686e30 _dispatch_lane_invoke + 417
	20  libdispatch.dylib                   0x00007ff802690eee _dispatch_workloop_worker_thread + 753
	21  libsystem_pthread.dylib             0x00007ff802833fd0 _pthread_wqthread + 326
	22  libsystem_pthread.dylib             0x00007ff802832f57 start_wqthread + 15
), DVTRadarComponentKey=261622, NSLocalizedDescription=The device is passcode protected.}}, NSLocalizedRecoverySuggestion=Please check your connection to your device., DVTRadarComponentKey=261622, NSLocalizedDescription=Failed to start remote service "com.apple.mobile.notification_proxy" on device.}
2022-10-10 09:30:20.071 xcodebuild[65414:4469681]  DTDKRemoteDeviceConnection: Failed to start remote service "com.apple.mobile.notification_proxy" on device. Error: Error Domain=com.apple.dtdevicekit Code=811 "Failed to start remote service "com.apple.mobile.notification_proxy" on device." UserInfo={NSUnderlyingError=0x6000031df0f0 {Error Domain=com.apple.dt.MobileDeviceErrorDomain Code=-402653158 "The device is passcode protected." UserInfo={MobileDeviceErrorCode=(0xE800001A), com.apple.dtdevicekit.stacktrace=(
	0   DTDeviceKitBase                     0x000000011a181c90 DTDKCreateNSErrorFromAMDErrorCode + 235
	1   DTDeviceKitBase                     0x000000011a18f568 __63-[DTDKRemoteDeviceConnection startFirstServiceOf:unlockKeybag:]_block_invoke + 609
	2   DTDeviceKitBase                     0x000000011a18ecac __48-[DTDKRemoteDeviceConnection futureWithSession:]_block_invoke_3 + 22
	3   DTDeviceKitBase                     0x000000011a183f84 __DTDKExecuteInSession_block_invoke_2 + 35
	4   DTDeviceKitBase                     0x000000011a183604 __DTDKExecuteWithConnection_block_invoke_2 + 218
	5   DTDeviceKitBase                     0x000000011a183501 __DTDKExecuteWithConnection_block_invoke + 106
	6   libdispatch.dylib                   0x00007ff802680317 _dispatch_client_callout + 8
	7   libdispatch.dylib                   0x00007ff80268d7ee _dispatch_lane_barrier_sync_invoke_and_complete + 60
	8   DVTFoundation                       0x000000010cfe9581 DVTDispatchBarrierSync + 148
	9   DVTFoundation                       0x000000010cfbf0b8 -[DVTDispatchLock performLockedBlock:] + 60
	10  DTDeviceKitBase                     0x000000011a183400 DTDKExecuteWithConnection + 217
	11  DTDeviceKitBase                     0x000000011a183e2a DTDKExecuteInSession + 239
	12  DTDeviceKitBase                     0x000000011a18eafd __48-[DTDKRemoteDeviceConnection futureWithSession:]_block_invoke_2 + 132
	13  DVTFoundation                       0x000000010cfe8769 __DVT_CALLING_CLIENT_BLOCK__ + 7
	14  DVTFoundation                       0x000000010cfe927d __DVTDispatchAsync_block_invoke + 196
	15  libdispatch.dylib                   0x00007ff80267f0cc _dispatch_call_block_and_release + 12
	16  libdispatch.dylib                   0x00007ff802680317 _dispatch_client_callout + 8
	17  libdispatch.dylib                   0x00007ff802686317 _dispatch_lane_serial_drain + 672
	18  libdispatch.dylib                   0x00007ff802686e30 _dispatch_lane_invoke + 417
	19  libdispatch.dylib                   0x00007ff802690eee _dispatch_workloop_worker_thread + 753
	20  libsystem_pthread.dylib             0x00007ff802833fd0 _pthread_wqthread + 326
	21  libsystem_pthread.dylib             0x00007ff802832f57 start_wqthread + 15
), DVTRadarComponentKey=261622, NSLocalizedDescription=The device is passcode protected.}}, NSLocalizedRecoverySuggestion=Please check your connection to your device., DVTRadarComponentKey=261622, NSLocalizedDescription=Failed to start remote service "com.apple.mobile.notification_proxy" on device.}
2022-10-10 09:30:22.102 xcodebuild[65414:4469680]  DTDKRemoteDeviceConnection: Failed to start remote service "com.apple.mobile.notification_proxy" on device. Error: Error Domain=com.apple.dtdevicekit Code=811 "Failed to start remote service "com.apple.mobile.notification_proxy" on device." UserInfo={NSUnderlyingError=0x600003059440 {Error Domain=com.apple.dt.MobileDeviceErrorDomain Code=-402653158 "The device is passcode protected." UserInfo={MobileDeviceErrorCode=(0xE800001A), com.apple.dtdevicekit.stacktrace=(
	0   DTDeviceKitBase                     0x000000011a181c90 DTDKCreateNSErrorFromAMDErrorCode + 235
	1   DTDeviceKitBase                     0x000000011a18f568 __63-[DTDKRemoteDeviceConnection startFirstServiceOf:unlockKeybag:]_block_invoke + 609
	2   DTDeviceKitBase                     0x000000011a18ecac __48-[DTDKRemoteDeviceConnection futureWithSession:]_block_invoke_3 + 22
	3   DTDeviceKitBase                     0x000000011a183f84 __DTDKExecuteInSession_block_invoke_2 + 35
	4   DTDeviceKitBase                     0x000000011a183604 __DTDKExecuteWithConnection_block_invoke_2 + 218
	5   DTDeviceKitBase                     0x000000011a183501 __DTDKExecuteWithConnection_block_invoke + 106
	6   libdispatch.dylib                   0x00007ff802680317 _dispatch_client_callout + 8
	7   libdispatch.dylib                   0x00007ff80268d7ee _dispatch_lane_barrier_sync_invoke_and_complete + 60
	8   DVTFoundation                       0x000000010cfe9581 DVTDispatchBarrierSync + 148
	9   DVTFoundation                       0x000000010cfbf0b8 -[DVTDispatchLock performLockedBlock:] + 60
	10  DTDeviceKitBase                     0x000000011a183400 DTDKExecuteWithConnection + 217
	11  DTDeviceKitBase                     0x000000011a183e2a DTDKExecuteInSession + 239
	12  DTDeviceKitBase                     0x000000011a18eafd __48-[DTDKRemoteDeviceConnection futureWithSession:]_block_invoke_2 + 132
	13  DVTFoundation                       0x000000010cfe8769 __DVT_CALLING_CLIENT_BLOCK__ + 7
	14  DVTFoundation                       0x000000010cfe927d __DVTDispatchAsync_block_invoke + 196
	15  libdispatch.dylib                   0x00007ff80267f0cc _dispatch_call_block_and_release + 12
	16  libdispatch.dylib                   0x00007ff802680317 _dispatch_client_callout + 8
	17  libdispatch.dylib                   0x00007ff802686317 _dispatch_lane_serial_drain + 672
	18  libdispatch.dylib                   0x00007ff802686e30 _dispatch_lane_invoke + 417
	19  libdispatch.dylib                   0x00007ff802690eee _dispatch_workloop_worker_thread + 753
	20  libsystem_pthread.dylib             0x00007ff802833fd0 _pthread_wqthread + 326
	21  libsystem_pthread.dylib             0x00007ff802832f57 start_wqthread + 15
), DVTRadarComponentKey=261622, NSLocalizedDescription=The device is passcode protected.}}, NSLocalizedRecoverySuggestion=Please check your connection to your device., DVTRadarComponentKey=261622, NSLocalizedDescription=Failed to start remote service "com.apple.mobile.notification_proxy" on device.}
/Users/ying/flutter/.pub-cache/hosted/pub.dartlang.org/sentry_flutter-6.11.2/macos/Classes/SentryFlutterPluginApple.swift:174:50: warning: 'sdkInfo' is deprecated: This property will be removed in a future version of the SDK
            if let sdkInfo = self.sentryOptions?.sdkInfo {
                                                 ^
2022-10-10 09:30:23.971 xcodebuild[65414:4469764]  DTDKRemoteDeviceConnection: Failed to start remote service "com.apple.mobile.notification_proxy" on device. Error: Error Domain=com.apple.dtdevicekit Code=811 "Failed to start remote service "com.apple.mobile.notification_proxy" on device." UserInfo={NSUnderlyingError=0x6000031379c0 {Error Domain=com.apple.dt.MobileDeviceErrorDomain Code=-402653158 "The device is passcode protected." UserInfo={MobileDeviceErrorCode=(0xE800001A), com.apple.dtdevicekit.stacktrace=(
	0   DTDeviceKitBase                     0x000000011a181c90 DTDKCreateNSErrorFromAMDErrorCode + 235
	1   DTDeviceKitBase                     0x000000011a18f568 __63-[DTDKRemoteDeviceConnection startFirstServiceOf:unlockKeybag:]_block_invoke + 609
	2   DTDeviceKitBase                     0x000000011a18ecac __48-[DTDKRemoteDeviceConnection futureWithSession:]_block_invoke_3 + 22
	3   DTDeviceKitBase                     0x000000011a183f84 __DTDKExecuteInSession_block_invoke_2 + 35
	4   DTDeviceKitBase                     0x000000011a183604 __DTDKExecuteWithConnection_block_invoke_2 + 218
	5   DTDeviceKitBase                     0x000000011a183501 __DTDKExecuteWithConnection_block_invoke + 106
	6   libdispatch.dylib                   0x00007ff802680317 _dispatch_client_callout + 8
	7   libdispatch.dylib                   0x00007ff80268d7ee _dispatch_lane_barrier_sync_invoke_and_complete + 60
	8   DVTFoundation                       0x000000010cfe9581 DVTDispatchBarrierSync + 148
	9   DVTFoundation                       0x000000010cfbf0b8 -[DVTDispatchLock performLockedBlock:] + 60
	10  DTDeviceKitBase                     0x000000011a183400 DTDKExecuteWithConnection + 217
	11  DTDeviceKitBase                     0x000000011a183e2a DTDKExecuteInSession + 239
	12  DTDeviceKitBase                     0x000000011a18eafd __48-[DTDKRemoteDeviceConnection futureWithSession:]_block_invoke_2 + 132
	13  DVTFoundation                       0x000000010cfe8769 __DVT_CALLING_CLIENT_BLOCK__ + 7
	14  DVTFoundation                       0x000000010cfe927d __DVTDispatchAsync_block_invoke + 196
	15  libdispatch.dylib                   0x00007ff80267f0cc _dispatch_call_block_and_release + 12
	16  libdispatch.dylib                   0x00007ff802680317 _dispatch_client_callout + 8
	17  libdispatch.dylib                   0x00007ff802686317 _dispatch_lane_serial_drain + 672
	18  libdispatch.dylib                   0x00007ff802686e30 _dispatch_lane_invoke + 417
	19  libdispatch.dylib                   0x00007ff802690eee _dispatch_workloop_worker_thread + 753
	20  libsystem_pthread.dylib             0x00007ff802833fd0 _pthread_wqthread + 326
	21  libsystem_pthread.dylib             0x00007ff802832f57 start_wqthread + 15
), DVTRadarComponentKey=261622, NSLocalizedDescription=The device is passcode protected.}}, NSLocalizedRecoverySuggestion=Please check your connection to your device., DVTRadarComponentKey=261622, NSLocalizedDescription=Failed to start remote service "com.apple.mobile.notification_proxy" on device.}
2022-10-10 09:30:27.021 xcodebuild[65414:4469681]  DTDKRemoteDeviceConnection: Failed to start remote service "com.apple.mobile.notification_proxy" on device. Error: Error Domain=com.apple.dtdevicekit Code=811 "Failed to start remote service "com.apple.mobile.notification_proxy" on device." UserInfo={NSUnderlyingError=0x6000031e5c50 {Error Domain=com.apple.dt.MobileDeviceErrorDomain Code=-402653158 "The device is passcode protected." UserInfo={MobileDeviceErrorCode=(0xE800001A), com.apple.dtdevicekit.stacktrace=(
	0   DTDeviceKitBase                     0x000000011a181c90 DTDKCreateNSErrorFromAMDErrorCode + 235
	1   DTDeviceKitBase                     0x000000011a18f568 __63-[DTDKRemoteDeviceConnection startFirstServiceOf:unlockKeybag:]_block_invoke + 609
	2   DTDeviceKitBase                     0x000000011a18ecac __48-[DTDKRemoteDeviceConnection futureWithSession:]_block_invoke_3 + 22
	3   DTDeviceKitBase                     0x000000011a183f84 __DTDKExecuteInSession_block_invoke_2 + 35
	4   DTDeviceKitBase                     0x000000011a183604 __DTDKExecuteWithConnection_block_invoke_2 + 218
	5   DTDeviceKitBase                     0x000000011a183501 __DTDKExecuteWithConnection_block_invoke + 106
	6   libdispatch.dylib                   0x00007ff802680317 _dispatch_client_callout + 8
	7   libdispatch.dylib                   0x00007ff80268d7ee _dispatch_lane_barrier_sync_invoke_and_complete + 60
	8   DVTFoundation                       0x000000010cfe9581 DVTDispatchBarrierSync + 148
	9   DVTFoundation                       0x000000010cfbf0b8 -[DVTDispatchLock performLockedBlock:] + 60
	10  DTDeviceKitBase                     0x000000011a183400 DTDKExecuteWithConnection + 217
	11  DTDeviceKitBase                     0x000000011a183e2a DTDKExecuteInSession + 239
	12  DTDeviceKitBase                     0x000000011a18eafd __48-[DTDKRemoteDeviceConnection futureWithSession:]_block_invoke_2 + 132
	13  DVTFoundation                       0x000000010cfe8769 __DVT_CALLING_CLIENT_BLOCK__ + 7
	14  DVTFoundation                       0x000000010cfe927d __DVTDispatchAsync_block_invoke + 196
	15  libdispatch.dylib                   0x00007ff80267f0cc _dispatch_call_block_and_release + 12
	16  libdispatch.dylib                   0x00007ff802680317 _dispatch_client_callout + 8
	17  libdispatch.dylib                   0x00007ff802686317 _dispatch_lane_serial_drain + 672
	18  libdispatch.dylib                   0x00007ff802686e30 _dispatch_lane_invoke + 417
	19  libdispatch.dylib                   0x00007ff802690eee _dispatch_workloop_worker_thread + 753
	20  libsystem_pthread.dylib             0x00007ff802833fd0 _pthread_wqthread + 326
	21  libsystem_pthread.dylib             0x00007ff802832f57 start_wqthread + 15
), DVTRadarComponentKey=261622, NSLocalizedDescription=The device is passcode protected.}}, NSLocalizedRecoverySuggestion=Please check your connection to your device., DVTRadarComponentKey=261622, NSLocalizedDescription=Failed to start remote service "com.apple.mobile.notification_proxy" on device.}
2022-10-10 09:30:30.141 xcodebuild[65414:4469680]  DTDKRemoteDeviceConnection: Failed to start remote service "com.apple.mobile.notification_proxy" on device. Error: Error Domain=com.apple.dtdevicekit Code=811 "Failed to start remote service "com.apple.mobile.notification_proxy" on device." UserInfo={NSUnderlyingError=0x600003146be0 {Error Domain=com.apple.dt.MobileDeviceErrorDomain Code=-402653158 "The device is passcode protected." UserInfo={MobileDeviceErrorCode=(0xE800001A), com.apple.dtdevicekit.stacktrace=(
	0   DTDeviceKitBase                     0x000000011a181c90 DTDKCreateNSErrorFromAMDErrorCode + 235
	1   DTDeviceKitBase                     0x000000011a18f568 __63-[DTDKRemoteDeviceConnection startFirstServiceOf:unlockKeybag:]_block_invoke + 609
	2   DTDeviceKitBase                     0x000000011a18ecac __48-[DTDKRemoteDeviceConnection futureWithSession:]_block_invoke_3 + 22
	3   DTDeviceKitBase                     0x000000011a183f84 __DTDKExecuteInSession_block_invoke_2 + 35
	4   DTDeviceKitBase                     0x000000011a183604 __DTDKExecuteWithConnection_block_invoke_2 + 218
	5   DTDeviceKitBase                     0x000000011a183501 __DTDKExecuteWithConnection_block_invoke + 106
	6   libdispatch.dylib                   0x00007ff802680317 _dispatch_client_callout + 8
	7   libdispatch.dylib                   0x00007ff80268d7ee _dispatch_lane_barrier_sync_invoke_and_complete + 60
	8   DVTFoundation                       0x000000010cfe9581 DVTDispatchBarrierSync + 148
	9   DVTFoundation                       0x000000010cfbf0b8 -[DVTDispatchLock performLockedBlock:] + 60
	10  DTDeviceKitBase                     0x000000011a183400 DTDKExecuteWithConnection + 217
	11  DTDeviceKitBase                     0x000000011a183e2a DTDKExecuteInSession + 239
	12  DTDeviceKitBase                     0x000000011a18eafd __48-[DTDKRemoteDeviceConnection futureWithSession:]_block_invoke_2 + 132
	13  DVTFoundation                       0x000000010cfe8769 __DVT_CALLING_CLIENT_BLOCK__ + 7
	14  DVTFoundation                       0x000000010cfe927d __DVTDispatchAsync_block_invoke + 196
	15  libdispatch.dylib                   0x00007ff80267f0cc _dispatch_call_block_and_release + 12
	16  libdispatch.dylib                   0x00007ff802680317 _dispatch_client_callout + 8
	17  libdispatch.dylib                   0x00007ff802686317 _dispatch_lane_serial_drain + 672
	18  libdispatch.dylib                   0x00007ff802686e30 _dispatch_lane_invoke + 417
	19  libdispatch.dylib                   0x00007ff802690eee _dispatch_workloop_worker_thread + 753
	20  libsystem_pthread.dylib             0x00007ff802833fd0 _pthread_wqthread + 326
	21  libsystem_pthread.dylib             0x00007ff802832f57 start_wqthread + 15
), DVTRadarComponentKey=261622, NSLocalizedDescription=The device is passcode protected.}}, NSLocalizedRecoverySuggestion=Please check your connection to your device., DVTRadarComponentKey=261622, NSLocalizedDescription=Failed to start remote service "com.apple.mobile.notification_proxy" on device.}
2022-10-10 09:30:33.056 xcodebuild[65414:4469752]  DTDKRemoteDeviceConnection: Failed to start remote service "com.apple.mobile.notification_proxy" on device. Error: Error Domain=com.apple.dtdevicekit Code=811 "Failed to start remote service "com.apple.mobile.notification_proxy" on device." UserInfo={NSUnderlyingError=0x6000031c6c10 {Error Domain=com.apple.dt.MobileDeviceErrorDomain Code=-402653158 "The device is passcode protected." UserInfo={MobileDeviceErrorCode=(0xE800001A), com.apple.dtdevicekit.stacktrace=(
	0   DTDeviceKitBase                     0x000000011a181c90 DTDKCreateNSErrorFromAMDErrorCode + 235
	1   DTDeviceKitBase                     0x000000011a18f568 __63-[DTDKRemoteDeviceConnection startFirstServiceOf:unlockKeybag:]_block_invoke + 609
	2   DTDeviceKitBase                     0x000000011a18ecac __48-[DTDKRemoteDeviceConnection futureWithSession:]_block_invoke_3 + 22
	3   DTDeviceKitBase                     0x000000011a183f84 __DTDKExecuteInSession_block_invoke_2 + 35
	4   DTDeviceKitBase                     0x000000011a183604 __DTDKExecuteWithConnection_block_invoke_2 + 218
	5   DTDeviceKitBase                     0x000000011a183501 __DTDKExecuteWithConnection_block_invoke + 106
	6   libdispatch.dylib                   0x00007ff802680317 _dispatch_client_callout + 8
	7   libdispatch.dylib                   0x00007ff80268d7ee _dispatch_lane_barrier_sync_invoke_and_complete + 60
	8   DVTFoundation                       0x000000010cfe9581 DVTDispatchBarrierSync + 148
	9   DVTFoundation                       0x000000010cfbf0b8 -[DVTDispatchLock performLockedBlock:] + 60
	10  DTDeviceKitBase                     0x000000011a183400 DTDKExecuteWithConnection + 217
	11  DTDeviceKitBase                     0x000000011a183e2a DTDKExecuteInSession + 239
	12  DTDeviceKitBase                     0x000000011a18eafd __48-[DTDKRemoteDeviceConnection futureWithSession:]_block_invoke_2 + 132
	13  DVTFoundation                       0x000000010cfe8769 __DVT_CALLING_CLIENT_BLOCK__ + 7
	14  DVTFoundation                       0x000000010cfe927d __DVTDispatchAsync_block_invoke + 196
	15  libdispatch.dylib                   0x00007ff80267f0cc _dispatch_call_block_and_release + 12
	16  libdispatch.dylib                   0x00007ff802680317 _dispatch_client_callout + 8
	17  libdispatch.dylib                   0x00007ff802686317 _dispatch_lane_serial_drain + 672
	18  libdispatch.dylib                   0x00007ff802686e30 _dispatch_lane_invoke + 417
	19  libdispatch.dylib                   0x00007ff802690eee _dispatch_workloop_worker_thread + 753
	20  libsystem_pthread.dylib             0x00007ff802833fd0 _pthread_wqthread + 326
	21  libsystem_pthread.dylib             0x00007ff802832f57 start_wqthread + 15
), DVTRadarComponentKey=261622, NSLocalizedDescription=The device is passcode protected.}}, NSLocalizedRecoverySuggestion=Please check your connection to your device., DVTRadarComponentKey=261622, NSLocalizedDescription=Failed to start remote service "com.apple.mobile.notification_proxy" on device.}
2022-10-10 09:30:36.766 xcodebuild[65414:4469752]  DTDKRemoteDeviceConnection: Failed to start remote service "com.apple.mobile.notification_proxy" on device. Error: Error Domain=com.apple.dtdevicekit Code=811 "Failed to start remote service "com.apple.mobile.notification_proxy" on device." UserInfo={NSUnderlyingError=0x6000031e7300 {Error Domain=com.apple.dt.MobileDeviceErrorDomain Code=-402653158 "The device is passcode protected." UserInfo={MobileDeviceErrorCode=(0xE800001A), com.apple.dtdevicekit.stacktrace=(
	0   DTDeviceKitBase                     0x000000011a181c90 DTDKCreateNSErrorFromAMDErrorCode + 235
	1   DTDeviceKitBase                     0x000000011a18f568 __63-[DTDKRemoteDeviceConnection startFirstServiceOf:unlockKeybag:]_block_invoke + 609
	2   DTDeviceKitBase                     0x000000011a18ecac __48-[DTDKRemoteDeviceConnection futureWithSession:]_block_invoke_3 + 22
	3   DTDeviceKitBase                     0x000000011a183f84 __DTDKExecuteInSession_block_invoke_2 + 35
	4   DTDeviceKitBase                     0x000000011a183604 __DTDKExecuteWithConnection_block_invoke_2 + 218
	5   DTDeviceKitBase                     0x000000011a183501 __DTDKExecuteWithConnection_block_invoke + 106
	6   libdispatch.dylib                   0x00007ff802680317 _dispatch_client_callout + 8
	7   libdispatch.dylib                   0x00007ff80268d7ee _dispatch_lane_barrier_sync_invoke_and_complete + 60
	8   DVTFoundation                       0x000000010cfe9581 DVTDispatchBarrierSync + 148
	9   DVTFoundation                       0x000000010cfbf0b8 -[DVTDispatchLock performLockedBlock:] + 60
	10  DTDeviceKitBase                     0x000000011a183400 DTDKExecuteWithConnection + 217
	11  DTDeviceKitBase                     0x000000011a183e2a DTDKExecuteInSession + 239
	12  DTDeviceKitBase                     0x000000011a18eafd __48-[DTDKRemoteDeviceConnection futureWithSession:]_block_invoke_2 + 132
	13  DVTFoundation                       0x000000010cfe8769 __DVT_CALLING_CLIENT_BLOCK__ + 7
	14  DVTFoundation                       0x000000010cfe927d __DVTDispatchAsync_block_invoke + 196
	15  libdispatch.dylib                   0x00007ff80267f0cc _dispatch_call_block_and_release + 12
	16  libdispatch.dylib                   0x00007ff802680317 _dispatch_client_callout + 8
	17  libdispatch.dylib                   0x00007ff802686317 _dispatch_lane_serial_drain + 672
	18  libdispatch.dylib                   0x00007ff802686e30 _dispatch_lane_invoke + 417
	19  libdispatch.dylib                   0x00007ff802690eee _dispatch_workloop_worker_thread + 753
	20  libsystem_pthread.dylib             0x00007ff802833fd0 _pthread_wqthread + 326
	21  libsystem_pthread.dylib             0x00007ff802832f57 start_wqthread + 15
), DVTRadarComponentKey=261622, NSLocalizedDescription=The device is passcode protected.}}, NSLocalizedRecoverySuggestion=Please check your connection to your device., DVTRadarComponentKey=261622, NSLocalizedDescription=Failed to start remote service "com.apple.mobile.notification_proxy" on device.}
2022-10-10 09:30:41.818 xcodebuild[65414:4469752]  DTDKRemoteDeviceConnection: Failed to start remote service "com.apple.mobile.notification_proxy" on device. Error: Error Domain=com.apple.dtdevicekit Code=811 "Failed to start remote service "com.apple.mobile.notification_proxy" on device." UserInfo={NSUnderlyingError=0x600003124e40 {Error Domain=com.apple.dt.MobileDeviceErrorDomain Code=-402653158 "The device is passcode protected." UserInfo={MobileDeviceErrorCode=(0xE800001A), com.apple.dtdevicekit.stacktrace=(
	0   DTDeviceKitBase                     0x000000011a181c90 DTDKCreateNSErrorFromAMDErrorCode + 235
	1   DTDeviceKitBase                     0x000000011a18f568 __63-[DTDKRemoteDeviceConnection startFirstServiceOf:unlockKeybag:]_block_invoke + 609
	2   DTDeviceKitBase                     0x000000011a18ecac __48-[DTDKRemoteDeviceConnection futureWithSession:]_block_invoke_3 + 22
	3   DTDeviceKitBase                     0x000000011a183f84 __DTDKExecuteInSession_block_invoke_2 + 35
	4   DTDeviceKitBase                     0x000000011a183604 __DTDKExecuteWithConnection_block_invoke_2 + 218
	5   DTDeviceKitBase                     0x000000011a183501 __DTDKExecuteWithConnection_block_invoke + 106
	6   libdispatch.dylib                   0x00007ff802680317 _dispatch_client_callout + 8
	7   libdispatch.dylib                   0x00007ff80268d7ee _dispatch_lane_barrier_sync_invoke_and_complete + 60
	8   DVTFoundation                       0x000000010cfe9581 DVTDispatchBarrierSync + 148
	9   DVTFoundation                       0x000000010cfbf0b8 -[DVTDispatchLock performLockedBlock:] + 60
	10  DTDeviceKitBase                     0x000000011a183400 DTDKExecuteWithConnection + 217
	11  DTDeviceKitBase                     0x000000011a183e2a DTDKExecuteInSession + 239
	12  DTDeviceKitBase                     0x000000011a18eafd __48-[DTDKRemoteDeviceConnection futureWithSession:]_block_invoke_2 + 132
	13  DVTFoundation                       0x000000010cfe8769 __DVT_CALLING_CLIENT_BLOCK__ + 7
	14  DVTFoundation                       0x000000010cfe927d __DVTDispatchAsync_block_invoke + 196
	15  libdispatch.dylib                   0x00007ff80267f0cc _dispatch_call_block_and_release + 12
	16  libdispatch.dylib                   0x00007ff802680317 _dispatch_client_callout + 8
	17  libdispatch.dylib                   0x00007ff802686317 _dispatch_lane_serial_drain + 672
	18  libdispatch.dylib                   0x00007ff802686e30 _dispatch_lane_invoke + 417
	19  libdispatch.dylib                   0x00007ff802690eee _dispatch_workloop_worker_thread + 753
	20  libsystem_pthread.dylib             0x00007ff802833fd0 _pthread_wqthread + 326
	21  libsystem_pthread.dylib             0x00007ff802832f57 start_wqthread + 15
), DVTRadarComponentKey=261622, NSLocalizedDescription=The device is passcode protected.}}, NSLocalizedRecoverySuggestion=Please check your connection to your device., DVTRadarComponentKey=261622, NSLocalizedDescription=Failed to start remote service "com.apple.mobile.notification_proxy" on device.}
2022-10-10 09:30:47.871 xcodebuild[65414:4469752]  DTDKRemoteDeviceConnection: Failed to start remote service "com.apple.mobile.notification_proxy" on device. Error: Error Domain=com.apple.dtdevicekit Code=811 "Failed to start remote service "com.apple.mobile.notification_proxy" on device." UserInfo={NSUnderlyingError=0x6000031c4900 {Error Domain=com.apple.dt.MobileDeviceErrorDomain Code=-402653158 "The device is passcode protected." UserInfo={MobileDeviceErrorCode=(0xE800001A), com.apple.dtdevicekit.stacktrace=(
	0   DTDeviceKitBase                     0x000000011a181c90 DTDKCreateNSErrorFromAMDErrorCode + 235
	1   DTDeviceKitBase                     0x000000011a18f568 __63-[DTDKRemoteDeviceConnection startFirstServiceOf:unlockKeybag:]_block_invoke + 609
	2   DTDeviceKitBase                     0x000000011a18ecac __48-[DTDKRemoteDeviceConnection futureWithSession:]_block_invoke_3 + 22
	3   DTDeviceKitBase                     0x000000011a183f84 __DTDKExecuteInSession_block_invoke_2 + 35
	4   DTDeviceKitBase                     0x000000011a183604 __DTDKExecuteWithConnection_block_invoke_2 + 218
	5   DTDeviceKitBase                     0x000000011a183501 __DTDKExecuteWithConnection_block_invoke + 106
	6   libdispatch.dylib                   0x00007ff802680317 _dispatch_client_callout + 8
	7   libdispatch.dylib                   0x00007ff80268d7ee _dispatch_lane_barrier_sync_invoke_and_complete + 60
	8   DVTFoundation                       0x000000010cfe9581 DVTDispatchBarrierSync + 148
	9   DVTFoundation                       0x000000010cfbf0b8 -[DVTDispatchLock performLockedBlock:] + 60
	10  DTDeviceKitBase                     0x000000011a183400 DTDKExecuteWithConnection + 217
	11  DTDeviceKitBase                     0x000000011a183e2a DTDKExecuteInSession + 239
	12  DTDeviceKitBase                     0x000000011a18eafd __48-[DTDKRemoteDeviceConnection futureWithSession:]_block_invoke_2 + 132
	13  DVTFoundation                       0x000000010cfe8769 __DVT_CALLING_CLIENT_BLOCK__ + 7
	14  DVTFoundation                       0x000000010cfe927d __DVTDispatchAsync_block_invoke + 196
	15  libdispatch.dylib                   0x00007ff80267f0cc _dispatch_call_block_and_release + 12
	16  libdispatch.dylib                   0x00007ff802680317 _dispatch_client_callout + 8
	17  libdispatch.dylib                   0x00007ff802686317 _dispatch_lane_serial_drain + 672
	18  libdispatch.dylib                   0x00007ff802686e30 _dispatch_lane_invoke + 417
	19  libdispatch.dylib                   0x00007ff802690eee _dispatch_workloop_worker_thread + 753
	20  libsystem_pthread.dylib             0x00007ff802833fd0 _pthread_wqthread + 326
	21  libsystem_pthread.dylib             0x00007ff802832f57 start_wqthread + 15
), DVTRadarComponentKey=261622, NSLocalizedDescription=The device is passcode protected.}}, NSLocalizedRecoverySuggestion=Please check your connection to your device., DVTRadarComponentKey=261622, NSLocalizedDescription=Failed to start remote service "com.apple.mobile.notification_proxy" on device.}
warning: Run script build phase 'Run Script' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'Runner' from project 'Runner')

The version of the SDK (See pubspec.lock):
6.11.2


I have the following issue:

The description goes here ...

Steps to reproduce:

  • Step

Actual result:

  • Actual

Expected result:

  • Result
@marandaneto
Copy link
Contributor

@kimmy214 can you provide more context? I don't believe this is related to the Sentry SDK.

/Users/ying/flutter/.pub-cache/hosted/pub.dartlang.org/sentry_flutter-6.11.2/macos/Classes/SentryFlutterPluginApple.swift:174:50: warning: 'sdkInfo' is deprecated: This property will be removed in a future version of the SDK
if let sdkInfo = self.sentryOptions?.sdkInfo {

This is just a warning

@marandaneto
Copy link
Contributor

Closing the issue as a part of large repository cleanup, due to it being inactive and/or outdated.
Please do not hesitate to ping me if it is still relevant, and I will happily reopen and work on it.
Cheers!

Repository owner moved this from Needs More Information to Done in Mobile & Cross Platform SDK Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

2 participants