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

XCode error when physical device is attached #377

Closed
freakboy3742 opened this issue Apr 23, 2020 · 1 comment · Fixed by #1468
Closed

XCode error when physical device is attached #377

freakboy3742 opened this issue Apr 23, 2020 · 1 comment · Fixed by #1468
Labels
bug A crash or error in behavior. iOS The issue relates to Apple iOS mobile support.

Comments

@freakboy3742
Copy link
Member

If a locked physical iOS device is attached to your computer when building an iOS app, a stack trace is raised.

If the device is unlocked, the error doesn't occur.

Full stack trace:

[hello-world] Building XCode project...

2020-04-23 17:07:26.815 xcodebuild[53855:6550590]  DTDeviceKit: deviceType from 00008030-0006585E2EBA802E was NULL
2020-04-23 17:07:27.089 xcodebuild[53855:6550590]  DTDeviceKit: deviceType from 00008030-0006585E2EBA802E was NULL
2020-04-23 17:07:27.882 xcodebuild[53855:6550588]  DTDeviceKit: Failed to mount DDI from '<DVTFilePath:0x7f95b52e5c60:'/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/13.2/DeveloperDiskImage.dmg'>', error=-402652958: Error Domain=com.apple.dtdevicekit Code=-402652958 "Development cannot be enabled while your device is locked." UserInfo={NSLocalizedFailureReason=Please unlock your device and reattach. (0xE80000E2)., com.apple.dtdevicekit.stacktrace=(
	0   DTDeviceKitBase                     0x000000011b8ee6e7 DTDKCreateNSError + 109
	1   DTDeviceKitBase                     0x000000011b8eede9 DTDK_AMDErrorToNSError + 792
	2   DTDeviceKitBase                     0x000000011b92c780 -[DTDKMobileDeviceToken _mountDeveloperDiskImage:withError:] + 844
	3   DTDeviceKitBase                     0x000000011b92d29d __58-[DTDKMobileDeviceToken mountDeveloperDiskImageWithError:]_block_invoke + 699
	4   libdispatch.dylib                   0x00007fff7802463d _dispatch_client_callout + 8
	5   libdispatch.dylib                   0x00007fff78030129 _dispatch_lane_barrier_sync_invoke_and_complete + 60
	6   DTDeviceKitBase                     0x000000011b92cf80 -[DTDKMobileDeviceToken mountDeveloperDiskImageWithError:] + 199
	7   IDEiOSSupportCore                   0x000000011b4f72f1 __37-[DVTiOSDevice(Connect) hasConnected]_block_invoke_2 + 267
	8   DVTFoundation                       0x000000010bc7be7a __DVT_CALLING_CLIENT_BLOCK__ + 7
	9   DVTFoundation                       0x000000010bc7fb51 __DVTDispatchGroupAsync_block_invoke + 809
	10  libdispatch.dylib                   0x00007fff780235f8 _dispatch_call_block_and_release + 12
	11  libdispatch.dylib                   0x00007fff7802463d _dispatch_client_callout + 8
	12  libdispatch.dylib                   0x00007fff78026e5e _dispatch_continuation_pop + 534
	13  libdispatch.dylib                   0x00007fff780264a3 _dispatch_async_redirect_invoke + 703
	14  libdispatch.dylib                   0x00007fff780323bc _dispatch_root_queue_drain + 324
	15  libdispatch.dylib                   0x00007fff78032b46 _dispatch_worker_thread2 + 90
	16  libsystem_pthread.dylib             0x00007fff782646b3 _pthread_wqthread + 583
	17  libsystem_pthread.dylib             0x00007fff782643fd start_wqthread + 13
), DVTRadarComponentKey=487927, NSLocalizedDescription=Development cannot be enabled while your device is locked.}
2020-04-23 17:07:27.883 xcodebuild[53855:6550588]  iPhoneConnect: 📱<DVTiOSDevice (0x7f95b5257520), Russell’s iPhone, iPhone, 13.3.1 (17D50), 00008030-0006585E2EBA802E> unable to mount developer disk image, (Error Domain=com.apple.dtdevicekit Code=-402652958 "Development cannot be enabled while your device is locked." UserInfo={NSLocalizedFailureReason=Please unlock your device and reattach. (0xE80000E2)., com.apple.dtdevicekit.stacktrace=(
	0   DTDeviceKitBase                     0x000000011b8ee6e7 DTDKCreateNSError + 109
	1   DTDeviceKitBase                     0x000000011b8eede9 DTDK_AMDErrorToNSError + 792
	2   DTDeviceKitBase                     0x000000011b92c780 -[DTDKMobileDeviceToken _mountDeveloperDiskImage:withError:] + 844
	3   DTDeviceKitBase                     0x000000011b92d29d __58-[DTDKMobileDeviceToken mountDeveloperDiskImageWithError:]_block_invoke + 699
	4   libdispatch.dylib                   0x00007fff7802463d _dispatch_client_callout + 8
	5   libdispatch.dylib                   0x00007fff78030129 _dispatch_lane_barrier_sync_invoke_and_complete + 60
	6   DTDeviceKitBase                     0x000000011b92cf80 -[DTDKMobileDeviceToken mountDeveloperDiskImageWithError:] + 199
	7   IDEiOSSupportCore                   0x000000011b4f72f1 __37-[DVTiOSDevice(Connect) hasConnected]_block_invoke_2 + 267
	8   DVTFoundation                       0x000000010bc7be7a __DVT_CALLING_CLIENT_BLOCK__ + 7
	9   DVTFoundation                       0x000000010bc7fb51 __DVTDispatchGroupAsync_block_invoke + 809
	10  libdispatch.dylib                   0x00007fff780235f8 _dispatch_call_block_and_release + 12
	11  libdispatch.dylib                   0x00007fff7802463d _dispatch_client_callout + 8
	12  libdispatch.dylib                   0x00007fff78026e5e _dispatch_continuation_pop + 534
	13  libdispatch.dylib                   0x00007fff780264a3 _dispatch_async_redirect_invoke + 703
	14  libdispatch.dylib                   0x00007fff780323bc _dispatch_root_queue_drain + 324
	15  libdispatch.dylib                   0x00007fff78032b46 _dispatch_worker_thread2 + 90
	16  libsystem_pthread.dylib             0x00007fff782646b3 _pthread_wqthread + 583
	17  libsystem_pthread.dylib             0x00007fff782643fd start_wqthread + 13
), DVTRadarComponentKey=487927, NSLocalizedDescription=Development cannot be enabled while your device is locked.}) {
    DVTRadarComponentKey = 487927;
    NSLocalizedDescription = "Development cannot be enabled while your device is locked.";
    NSLocalizedFailureReason = "Please unlock your device and reattach. (0xE80000E2).";
    "com.apple.dtdevicekit.stacktrace" = (
	0   DTDeviceKitBase                     0x000000011b8ee6e7 DTDKCreateNSError + 109
	1   DTDeviceKitBase                     0x000000011b8eede9 DTDK_AMDErrorToNSError + 792
	2   DTDeviceKitBase                     0x000000011b92c780 -[DTDKMobileDeviceToken _mountDeveloperDiskImage:withError:] + 844
	3   DTDeviceKitBase                     0x000000011b92d29d __58-[DTDKMobileDeviceToken mountDeveloperDiskImageWithError:]_block_invoke + 699
	4   libdispatch.dylib                   0x00007fff7802463d _dispatch_client_callout + 8
	5   libdispatch.dylib                   0x00007fff78030129 _dispatch_lane_barrier_sync_invoke_and_complete + 60
	6   DTDeviceKitBase                     0x000000011b92cf80 -[DTDKMobileDeviceToken mountDeveloperDiskImageWithError:] + 199
	7   IDEiOSSupportCore                   0x000000011b4f72f1 __37-[DVTiOSDevice(Connect) hasConnected]_block_invoke_2 + 267
	8   DVTFoundation                       0x000000010bc7be7a __DVT_CALLING_CLIENT_BLOCK__ + 7
	9   DVTFoundation                       0x000000010bc7fb51 __DVTDispatchGroupAsync_block_invoke + 809
	10  libdispatch.dylib                   0x00007fff780235f8 _dispatch_call_block_and_release + 12
	11  libdispatch.dylib                   0x00007fff7802463d _dispatch_client_callout + 8
	12  libdispatch.dylib                   0x00007fff78026e5e _dispatch_continuation_pop + 534
	13  libdispatch.dylib                   0x00007fff780264a3 _dispatch_async_redirect_invoke + 703
	14  libdispatch.dylib                   0x00007fff780323bc _dispatch_root_queue_drain + 324
	15  libdispatch.dylib                   0x00007fff78032b46 _dispatch_worker_thread2 + 90
	16  libsystem_pthread.dylib             0x00007fff782646b3 _pthread_wqthread + 583
	17  libsystem_pthread.dylib             0x00007fff782643fd start_wqthread + 13
);
}
2020-04-23 17:07:27.957 xcodebuild[53855:6550568] [MT] iPhoneConnect: 📱<DVTiOSDevice (0x7f95b5257520), Russell’s iPhone, iPhone, 13.3.1 (17D50), 00008030-0006585E2EBA802E> -- An error occurred whilst preparing device for development -- Development cannot be enabled while your device is locked.
Domain: com.apple.dtdevicekit
Code: -402652958
Failure Reason: Please unlock your device and reattach. (0xE80000E2).
User Info: {
    DVTRadarComponentKey = 487927;
    "com.apple.dtdevicekit.stacktrace" = (
	0   DTDeviceKitBase                     0x000000011b8ee6e7 DTDKCreateNSError + 109
	1   DTDeviceKitBase                     0x000000011b8eede9 DTDK_AMDErrorToNSError + 792
	2   DTDeviceKitBase                     0x000000011b92c780 -[DTDKMobileDeviceToken _mountDeveloperDiskImage:withError:] + 844
	3   DTDeviceKitBase                     0x000000011b92d29d __58-[DTDKMobileDeviceToken mountDeveloperDiskImageWithError:]_block_invoke + 699
	4   libdispatch.dylib                   0x00007fff7802463d _dispatch_client_callout + 8
	5   libdispatch.dylib                   0x00007fff78030129 _dispatch_lane_barrier_sync_invoke_and_complete + 60
	6   DTDeviceKitBase                     0x000000011b92cf80 -[DTDKMobileDeviceToken mountDeveloperDiskImageWithError:] + 199
	7   IDEiOSSupportCore                   0x000000011b4f72f1 __37-[DVTiOSDevice(Connect) hasConnected]_block_invoke_2 + 267
	8   DVTFoundation                       0x000000010bc7be7a __DVT_CALLING_CLIENT_BLOCK__ + 7
	9   DVTFoundation                       0x000000010bc7fb51 __DVTDispatchGroupAsync_block_invoke + 809
	10  libdispatch.dylib                   0x00007fff780235f8 _dispatch_call_block_and_release + 12
	11  libdispatch.dylib                   0x00007fff7802463d _dispatch_client_callout + 8
	12  libdispatch.dylib                   0x00007fff78026e5e _dispatch_continuation_pop + 534
	13  libdispatch.dylib                   0x00007fff780264a3 _dispatch_async_redirect_invoke + 703
	14  libdispatch.dylib                   0x00007fff780323bc _dispatch_root_queue_drain + 324
	15  libdispatch.dylib                   0x00007fff78032b46 _dispatch_worker_thread2 + 90
	16  libsystem_pthread.dylib             0x00007fff782646b3 _pthread_wqthread + 583
	17  libsystem_pthread.dylib             0x00007fff782643fd start_wqthread + 13
);
}
--
2020-04-23 17:07:27.958 xcodebuild[53855:6550568] [MT] iPhoneConnect: 📱<DVTiOSDevice (0x7f95b5257520), Russell’s iPhone, iPhone, 13.3.1 (17D50), 00008030-0006585E2EBA802E> == Underlying device preparation errors ==
2020-04-23 17:07:27.958 xcodebuild[53855:6550568] [MT] iPhoneConnect: Development cannot be enabled while your device is locked.
Domain: com.apple.dtdevicekit
Code: -402652958
Failure Reason: Please unlock your device and reattach. (0xE80000E2).
User Info: {
    DVTRadarComponentKey = 487927;
    "com.apple.dtdevicekit.stacktrace" = (
	0   DTDeviceKitBase                     0x000000011b8ee6e7 DTDKCreateNSError + 109
	1   DTDeviceKitBase                     0x000000011b8eede9 DTDK_AMDErrorToNSError + 792
	2   DTDeviceKitBase                     0x000000011b92c780 -[DTDKMobileDeviceToken _mountDeveloperDiskImage:withError:] + 844
	3   DTDeviceKitBase                     0x000000011b92d29d __58-[DTDKMobileDeviceToken mountDeveloperDiskImageWithError:]_block_invoke + 699
	4   libdispatch.dylib                   0x00007fff7802463d _dispatch_client_callout + 8
	5   libdispatch.dylib                   0x00007fff78030129 _dispatch_lane_barrier_sync_invoke_and_complete + 60
	6   DTDeviceKitBase                     0x000000011b92cf80 -[DTDKMobileDeviceToken mountDeveloperDiskImageWithError:] + 199
	7   IDEiOSSupportCore                   0x000000011b4f72f1 __37-[DVTiOSDevice(Connect) hasConnected]_block_invoke_2 + 267
	8   DVTFoundation                       0x000000010bc7be7a __DVT_CALLING_CLIENT_BLOCK__ + 7
	9   DVTFoundation                       0x000000010bc7fb51 __DVTDispatchGroupAsync_block_invoke + 809
	10  libdispatch.dylib                   0x00007fff780235f8 _dispatch_call_block_and_release + 12
	11  libdispatch.dylib                   0x00007fff7802463d _dispatch_client_callout + 8
	12  libdispatch.dylib                   0x00007fff78026e5e _dispatch_continuation_pop + 534
	13  libdispatch.dylib                   0x00007fff780264a3 _dispatch_async_redirect_invoke + 703
	14  libdispatch.dylib                   0x00007fff780323bc _dispatch_root_queue_drain + 324
	15  libdispatch.dylib                   0x00007fff78032b46 _dispatch_worker_thread2 + 90
	16  libsystem_pthread.dylib             0x00007fff782646b3 _pthread_wqthread + 583
	17  libsystem_pthread.dylib             0x00007fff782643fd start_wqthread + 13
);
}
--
2020-04-23 17:07:27.958 xcodebuild[53855:6550568] [MT] iPhoneConnect: Development cannot be enabled while your device is locked.
Domain: com.apple.dtdevicekit
Code: -402652958
Failure Reason: Please unlock your device and reattach. (0xE80000E2).
User Info: {
    DVTRadarComponentKey = 487927;
    "com.apple.dtdevicekit.stacktrace" = (
	0   DTDeviceKitBase                     0x000000011b8ee6e7 DTDKCreateNSError + 109
	1   DTDeviceKitBase                     0x000000011b8eede9 DTDK_AMDErrorToNSError + 792
	2   DTDeviceKitBase                     0x000000011b92c780 -[DTDKMobileDeviceToken _mountDeveloperDiskImage:withError:] + 844
	3   DTDeviceKitBase                     0x000000011b92d29d __58-[DTDKMobileDeviceToken mountDeveloperDiskImageWithError:]_block_invoke + 699
	4   libdispatch.dylib                   0x00007fff7802463d _dispatch_client_callout + 8
	5   libdispatch.dylib                   0x00007fff78030129 _dispatch_lane_barrier_sync_invoke_and_complete + 60
	6   DTDeviceKitBase                     0x000000011b92cf80 -[DTDKMobileDeviceToken mountDeveloperDiskImageWithError:] + 199
	7   IDEiOSSupportCore                   0x000000011b4f72f1 __37-[DVTiOSDevice(Connect) hasConnected]_block_invoke_2 + 267
	8   DVTFoundation                       0x000000010bc7be7a __DVT_CALLING_CLIENT_BLOCK__ + 7
	9   DVTFoundation                       0x000000010bc7fb51 __DVTDispatchGroupAsync_block_invoke + 809
	10  libdispatch.dylib                   0x00007fff780235f8 _dispatch_call_block_and_release + 12
	11  libdispatch.dylib                   0x00007fff7802463d _dispatch_client_callout + 8
	12  libdispatch.dylib                   0x00007fff78026e5e _dispatch_continuation_pop + 534
	13  libdispatch.dylib                   0x00007fff780264a3 _dispatch_async_redirect_invoke + 703
	14  libdispatch.dylib                   0x00007fff780323bc _dispatch_root_queue_drain + 324
	15  libdispatch.dylib                   0x00007fff78032b46 _dispatch_worker_thread2 + 90
	16  libsystem_pthread.dylib             0x00007fff782646b3 _pthread_wqthread + 583
	17  libsystem_pthread.dylib             0x00007fff782643fd start_wqthread + 13
);
}
--
2020-04-23 17:07:27.959 xcodebuild[53855:6550568] [MT] iPhoneConnect: 📱<DVTiOSDevice (0x7f95b5257520), Russell’s iPhone, iPhone, 13.3.1 (17D50), 00008030-0006585E2EBA802E> == END: Underlying device preparation errors ==
2020-04-23 17:07:36.280 ibtoold[53884:6550857] DEBUG: Added to environment: {
    TMPDIR = "/var/folders/9p/nzv40l_974ddhp1hfrccbpw80000gn/T/F24B6543-8298-4EA3-AC94-3D962EB07E04";
}
/* com.apple.actool.document.warnings */
/Users/rkm/projects/beeware/briefcase/local/hello-world/iOS/Hello World/hello-world/Images.xcassets:./LaunchImage.launchimage: warning: Launch images are deprecated in iOS 13.0. Use a launch storyboard or XIB instead.
/Users/rkm/projects/beeware/briefcase/local/hello-world/iOS/Hello World/hello-world/Images.xcassets:./LaunchImage.launchimage: warning: An iPhone Retina (4-inch) launch image for iOS 7.0 and later is required.
/* com.apple.actool.compilation-results */
/Users/rkm/projects/beeware/briefcase/local/hello-world/iOS/Hello World/build/Debug-iphonesimulator/Hello World.app/AppIcon20x20@2x.png
/Users/rkm/projects/beeware/briefcase/local/hello-world/iOS/Hello World/build/Debug-iphonesimulator/Hello World.app/AppIcon20x20@3x.png
/Users/rkm/projects/beeware/briefcase/local/hello-world/iOS/Hello World/build/Debug-iphonesimulator/Hello World.app/AppIcon29x29@2x.png
/Users/rkm/projects/beeware/briefcase/local/hello-world/iOS/Hello World/build/Debug-iphonesimulator/Hello World.app/AppIcon29x29@3x.png
/Users/rkm/projects/beeware/briefcase/local/hello-world/iOS/Hello World/build/Debug-iphonesimulator/Hello World.app/AppIcon40x40@2x.png
/Users/rkm/projects/beeware/briefcase/local/hello-world/iOS/Hello World/build/Debug-iphonesimulator/Hello World.app/AppIcon40x40@3x.png
/Users/rkm/projects/beeware/briefcase/local/hello-world/iOS/Hello World/build/Debug-iphonesimulator/Hello World.app/AppIcon60x60@2x.png
/Users/rkm/projects/beeware/briefcase/local/hello-world/iOS/Hello World/build/Debug-iphonesimulator/Hello World.app/AppIcon60x60@3x.png
/Users/rkm/projects/beeware/briefcase/local/hello-world/iOS/Hello World/build/Debug-iphonesimulator/Hello World.app/AppIcon20x20~ipad.png
/Users/rkm/projects/beeware/briefcase/local/hello-world/iOS/Hello World/build/Debug-iphonesimulator/Hello World.app/AppIcon20x20@2x~ipad.png
/Users/rkm/projects/beeware/briefcase/local/hello-world/iOS/Hello World/build/Debug-iphonesimulator/Hello World.app/AppIcon29x29~ipad.png
/Users/rkm/projects/beeware/briefcase/local/hello-world/iOS/Hello World/build/Debug-iphonesimulator/Hello World.app/AppIcon29x29@2x~ipad.png
/Users/rkm/projects/beeware/briefcase/local/hello-world/iOS/Hello World/build/Debug-iphonesimulator/Hello World.app/AppIcon40x40~ipad.png
/Users/rkm/projects/beeware/briefcase/local/hello-world/iOS/Hello World/build/Debug-iphonesimulator/Hello World.app/AppIcon40x40@2x~ipad.png
/Users/rkm/projects/beeware/briefcase/local/hello-world/iOS/Hello World/build/Debug-iphonesimulator/Hello World.app/AppIcon76x76~ipad.png
/Users/rkm/projects/beeware/briefcase/local/hello-world/iOS/Hello World/build/Debug-iphonesimulator/Hello World.app/AppIcon76x76@2x~ipad.png
/Users/rkm/projects/beeware/briefcase/local/hello-world/iOS/Hello World/build/Debug-iphonesimulator/Hello World.app/AppIcon83.5x83.5@2x~ipad.png
/Users/rkm/projects/beeware/briefcase/local/hello-world/iOS/Hello World/build/Debug-iphonesimulator/Hello World.app/LaunchImage-1200-Portrait-2688h@3x.png
/Users/rkm/projects/beeware/briefcase/local/hello-world/iOS/Hello World/build/Debug-iphonesimulator/Hello World.app/LaunchImage-1200-Landscape-2688h@3x.png
/Users/rkm/projects/beeware/briefcase/local/hello-world/iOS/Hello World/build/Debug-iphonesimulator/Hello World.app/LaunchImage-1200-Portrait-1792h@2x.png
/Users/rkm/projects/beeware/briefcase/local/hello-world/iOS/Hello World/build/Debug-iphonesimulator/Hello World.app/LaunchImage-1200-Landscape-1792h@2x.png
/Users/rkm/projects/beeware/briefcase/local/hello-world/iOS/Hello World/build/Debug-iphonesimulator/Hello World.app/LaunchImage-1100-Portrait-2436h@3x.png
/Users/rkm/projects/beeware/briefcase/local/hello-world/iOS/Hello World/build/Debug-iphonesimulator/Hello World.app/LaunchImage-1100-Landscape-2436h@3x.png
/Users/rkm/projects/beeware/briefcase/local/hello-world/iOS/Hello World/build/Debug-iphonesimulator/Hello World.app/LaunchImage-800-Portrait-736h@3x.png
/Users/rkm/projects/beeware/briefcase/local/hello-world/iOS/Hello World/build/Debug-iphonesimulator/Hello World.app/LaunchImage-800-Landscape-736h@3x.png
/Users/rkm/projects/beeware/briefcase/local/hello-world/iOS/Hello World/build/Debug-iphonesimulator/Hello World.app/LaunchImage-800-667h@2x.png
/Users/rkm/projects/beeware/briefcase/local/hello-world/iOS/Hello World/build/Debug-iphonesimulator/Hello World.app/Assets.car
/Users/rkm/projects/beeware/briefcase/local/hello-world/iOS/Hello World/build/Hello World.build/Debug-iphonesimulator/Hello World.build/assetcatalog_generated_info.plist

warning: 'UILaunchImages' has been deprecated, use launch storyboards instead. (in target 'Hello World' from project 'Hello World')
note: Using new build system
note: Planning build
note: Constructing build description
Build succeeded.

[hello-world] Built iOS/Hello World/build/Debug-iphonesimulator/Hello World.app
@freakboy3742 freakboy3742 added bug A crash or error in behavior. up-for-grabs labels Apr 23, 2020
@freakboy3742 freakboy3742 added the iOS The issue relates to Apple iOS mobile support. label Jun 28, 2020
@freakboy3742
Copy link
Member Author

With the release of Xcode 15, it appears this message has gone... to be replaced with a new one:

2023-09-26 14:35:45.775 xcodebuild[75877:23947967] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103
Details:  createItemModels creation requirements should not create capability item model for a capability item model that already exists.
Function: createItemModels(for:itemModelSource:)
Thread:   <_NSMainThread: 0x11d60beb0>{number = 1, name = main}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.

which appears dozens of times.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A crash or error in behavior. iOS The issue relates to Apple iOS mobile support.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant