質問編集履歴
4
文法の改善
title
CHANGED
File without changes
|
body
CHANGED
@@ -8,11 +8,18 @@
|
|
8
8
|
### 発生している問題・エラーメッセージ
|
9
9
|
|
10
10
|
```
|
11
|
-
2020-09-29 11:49:46.743944+0900 locationFood[5176:483414] [assertion] Error acquiring assertion:
|
12
|
-
|
13
|
-
|
14
|
-
|
11
|
+
2020-09-29 11:49:46.743944+0900 locationFood[5176:483414] [assertion] Error acquiring assertion:
|
12
|
+
<Error Domain=RBSAssertionErrorDomain Code=3 "Target is not running or required target entitlement is missing"
|
13
|
+
UserInfo={RBSAssertionAttribute=<RBSDomainAttribute|
|
14
|
+
domain:"com.apple.webkit" name:"Background" sourceEnvironment:"(null)">,
|
15
|
+
NSLocalizedFailureReason=Target is not running or required target entitlement is missing}>
|
15
16
|
|
17
|
+
2020-09-29 11:49:46.744151+0900 locationFood[5176:483414] [ProcessSuspension] 0x1370fe5c0 - ProcessAssertion:
|
18
|
+
Failed to acquire RBS Background assertion 'WebProcess Background Assertion' for process with PID 5251, error:
|
19
|
+
Error Domain=RBSAssertionErrorDomain Code=3 "Target is not running or required target entitlement is missing"
|
20
|
+
UserInfo={RBSAssertionAttribute=<RBSDomainAttribute|
|
21
|
+
domain:"com.apple.webkit" name:"Background" sourceEnvironment:"(null)">,
|
22
|
+
NSLocalizedFailureReason=Target is not running or required target entitlement is missing}
|
16
23
|
```
|
17
24
|
|
18
25
|
### 該当のソースコード
|
3
文法の改善
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
2
文法の改善
title
CHANGED
File without changes
|
body
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
2020-09-29 11:49:46.744151+0900 locationFood[5176:483414] [ProcessSuspension] 0x1370fe5c0 - ProcessAssertion: Failed to acquire RBS Background assertion 'WebProcess Background Assertion' for process with PID 5251, error: Error Domain=RBSAssertionErrorDomain Code=3 "Target is not running or required target entitlement is missing" UserInfo={RBSAssertionAttribute=<RBSDomainAttribute| domain:"com.apple.webkit" name:"Background" sourceEnvironment:"(null)">, NSLocalizedFailureReason=Target is not running or required target entitlement is missing}
|
13
13
|
2020-09-29 11:49:46.784252+0900 locationFood[5176:483414] [assertion] Error acquiring assertion: <Error Domain=RBSAssertionErrorDomain Code=3 "Target is not running or required target entitlement is missing" UserInfo={RBSAssertionAttribute=<RBSDomainAttribute| domain:"com.apple.webkit" name:"Suspended" sourceEnvironment:"(null)">, NSLocalizedFailureReason=Target is not running or required target entitlement is missing}>
|
14
14
|
2020-09-29 11:49:46.784439+0900 locationFood[5176:483414] [ProcessSuspension] 0x1370feb40 - ProcessAssertion: Failed to acquire RBS Suspended assertion 'WebProcess Suspended Assertion' for process with PID 5251, error: Error Domain=RBSAssertionErrorDomain Code=3 "Target is not running or required target entitlement is missing" UserInfo={RBSAssertionAttribute=<RBSDomainAttribute| domain:"com.apple.webkit" name:"Suspended" sourceEnvironment:"(null)">, NSLocalizedFailureReason=Target is not running or required target entitlement is missing}
|
15
|
-
|
15
|
+
|
16
16
|
```
|
17
17
|
|
18
18
|
### 該当のソースコード
|
1
文法の改善
title
CHANGED
File without changes
|
body
CHANGED
@@ -12,7 +12,6 @@
|
|
12
12
|
2020-09-29 11:49:46.744151+0900 locationFood[5176:483414] [ProcessSuspension] 0x1370fe5c0 - ProcessAssertion: Failed to acquire RBS Background assertion 'WebProcess Background Assertion' for process with PID 5251, error: Error Domain=RBSAssertionErrorDomain Code=3 "Target is not running or required target entitlement is missing" UserInfo={RBSAssertionAttribute=<RBSDomainAttribute| domain:"com.apple.webkit" name:"Background" sourceEnvironment:"(null)">, NSLocalizedFailureReason=Target is not running or required target entitlement is missing}
|
13
13
|
2020-09-29 11:49:46.784252+0900 locationFood[5176:483414] [assertion] Error acquiring assertion: <Error Domain=RBSAssertionErrorDomain Code=3 "Target is not running or required target entitlement is missing" UserInfo={RBSAssertionAttribute=<RBSDomainAttribute| domain:"com.apple.webkit" name:"Suspended" sourceEnvironment:"(null)">, NSLocalizedFailureReason=Target is not running or required target entitlement is missing}>
|
14
14
|
2020-09-29 11:49:46.784439+0900 locationFood[5176:483414] [ProcessSuspension] 0x1370feb40 - ProcessAssertion: Failed to acquire RBS Suspended assertion 'WebProcess Suspended Assertion' for process with PID 5251, error: Error Domain=RBSAssertionErrorDomain Code=3 "Target is not running or required target entitlement is missing" UserInfo={RBSAssertionAttribute=<RBSDomainAttribute| domain:"com.apple.webkit" name:"Suspended" sourceEnvironment:"(null)">, NSLocalizedFailureReason=Target is not running or required target entitlement is missing}
|
15
|
-
2020-09-29 11:50:16.689010+0900 locationFood[5176:483414] Could not signal service com.apple.WebKit.WebContent: 113: Could not find specified service
|
16
15
|
2020-09-29 11:50:17.055480+0900 locationFood[5176:483414] Could not signal service com.apple.WebKit.Networking: 113: Could not find specified service
|
17
16
|
```
|
18
17
|
|