質問編集履歴
1
対応済みの問題のようですが、より検索にかかりやすくするため、タイトル及び本文を一部修正いたしました。
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
Xcode Statusにエラーがついてしまいました。
|
1
|
+
Xcode Status Signingにエラーがついてしまいました。
|
body
CHANGED
@@ -7,14 +7,10 @@
|
|
7
7
|
|
8
8
|

|
9
9
|
|
10
|
-
```
|
11
|
-
|
10
|
+
Automatic signing is unable to resolve an issue with the "(アプリ名)" target's entitlements.
|
12
11
|
Automatic signing can't add the application-identifier and keychain-access-groups entitlements to your provisioning profile. Switch to manual signing and resolve the issue by downloading a matching provisioning profile from the developer website. Alternatively, to continue using automatic signing, remove these entitlements from your entitlements file and their associated functionality from your code.
|
13
|
-
```
|
14
12
|
|
15
|
-
```
|
16
|
-
|
13
|
+
Provisioning profile "iOS Team Provisioning Profile: (Bundle名)" doesn't include the application-identifier and keychain-access-groups entitlements.
|
17
|
-
```
|
18
14
|
|
19
15
|
### 試したこと
|
20
16
|
|