일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- ios
- Object-c
- 맥북
- codemonkey
- codility
- 안드로이드
- 네이버알고리즘
- 맥용
- 구름알고리즘
- Cordova
- 헬스
- iPhone
- 알고리즘
- algorism
- 아이폰 비율
- 구름TEST
- naver
- android
- 코딩테스트
- 코딩
- goormtest
- 아이폰
- 아이폰 해상도
- code
- objective-c
- java
- error
- Swift
- 네이버구름
- 네이버
- Today
- Total
그래오늘은이거야
iOS Widget Xcode Setting Debug Debugging Scheme not working not work 본문
iOS Widget Xcode Setting Debug Debugging Scheme not working not work
jinhongstar 2022. 12. 20. 17:31https://stackoverflow.com/questions/63451273/failed-to-launch-home-screen-widget-in-ios-14-simulator
Unable to launch kr.co.xxxx.xxxx.xxxx.widget
Same Issue
위젯이 디버깅이 안될때
SendProcessControlEvent:toPid: encountered an error: Error Domain=com.apple.dt.deviceproce…
endProcessControlEvent:toPid: encountered an error: Error Domain=com.apple.dt.deviceprocesscontrolservice Code=8 "Failed to show Widget 'kr.co.xxxx.xxxx.xxxx.widget' error: Error Domain=FBSOpenApplicationServiceErrorDomain Code=5 "The request to open "com.apple.springboard" failed." UserInfo={NSLocalizedDescription=The request to open "com.apple.springboard" failed., NSLocalizedFailureReason=Unexpected error type., NSUnderlyingError=0x11fd0d600 {Error Domain=BSServiceConnectionErrorDomain Code=3 "XPC error received on message reply handler" UserInfo={BSErrorCodeDescription=OperationFailed, NSLocalizedFailureReason=XPC error received on message reply handler}}, BSErrorCodeDescription=InvalidResponse}." UserInfo={NSLocalizedDescription=Failed to show Widget 'kr.co.xxxx.xxxx.xxxx.widget' error: Error Domain=FBSOpenApplicationServiceErrorDomain Code=5 "The request to open "com.apple.springboard" failed." UserInfo={NSLocalizedDescription=The request to open "com.apple.springboard" failed., NSLocalizedFailureReason=Unexpected error type., NSUnderlyingError=0x11fd0d600 {Error Domain=BSServiceConnectionErrorDomain Code=3 "XPC error received on message reply handler" UserInfo={BSErrorCodeDescription=OperationFailed, NSLocalizedFailureReason=XPC error received on message reply handler}}, BSErrorCodeDescription=InvalidResponse}., NSUnderlyingError=0x11fd0e140 {Error Domain=FBSOpenApplicationServiceErrorDomain Code=5 "The request to open "com.apple.springboard" failed." UserInfo={NSLocalizedDescription=The request to open "com.apple.springboard" failed., NSLocalizedFailureReason=Unexpected error type., NSUnderlyingError=0x11fd0d600 {Error Domain=BSServiceConnectionErrorDomain Code=3 "XPC error received on message reply handler" UserInfo={BSErrorCodeDescription=OperationFailed, NSLocalizedFailureReason=XPC error received on message reply handler}}, BSErrorCodeDescription=InvalidResponse}}}
Domain: DTXMessage
Code: 1
User Info: {
DVTErrorCreationDateKey = "2022-12-20 08:28:15 +0000";
}
--
System Information
macOS Version 13.1 (Build 22C65)
Xcode 14.2 (21534) (Build 14C18)
Timestamp: 2022-12-20T17:28:15+09:00
https://developer.apple.com/forums/thread/660610
I was struggling with the same issue, after two days of research, what i found is
- WidgetKit Extension needs to be on different bundle identifier.
- You need to create different certificates specific for widget.
- Check if widget extension is present in your dependency inside main target build phases.
Still if you struggle you need to start with fresh app.
정답은 Bundle IDentifier 설정이 제대로 맞지 않으면 디버깅이 되지 않습니다.
failed to show widget com.apple.springboard