Skip to content

Commit

Permalink
Update 240813_WidgetKit,_App_Groups,_Keychain_Access_Group.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leeari95 committed Aug 13, 2024
1 parent 4631f33 commit 905b2c8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ let userDefaults = UserDefaults(suiteName: "group.com.domain.appName") // ์•ฑ
๊ธฐ์กด์— ์šฐ๋ฆฌ ํ”„๋กœ์ ํŠธ๋Š” ๋น„๋ฐ€๋ฒˆํ˜ธ ๊ฐ™์€ credentialํ•œ ์ •๋ณด๋Š” keychain์„ ํ†ตํ•ด ์ €์žฅํ•˜๊ณ  ์žˆ๋‹ค.
์ด๋Ÿฐ ์ •๋ณด๊ฐ€ ์œ„์ ฏ์—์„œ๋„ ํ•„์š”ํ•œ ๊ฒฝ์šฐ๊ฐ€ ์žˆ์–ด์„œ ์•Œ์•„๋ณด์•˜๋‹ค. ๋ฐฉ๋ฒ•์€ App Groups์„ ์ถ”๊ฐ€ํ•˜๋Š” ๋ฐฉ๋ฒ•๊ณผ ๊ฝค๋‚˜ ์œ ์‚ฌํ•˜๋‹ค.

### 1. **Xcode์—์„œ** App Group ์ถ”๊ฐ€ํ•˜๋Š” ๋ฐฉ๋ฒ•
### 1. **Xcode์—์„œ** Keychain Access Group ์ถ”๊ฐ€ํ•˜๋Š” ๋ฐฉ๋ฒ•

* Xcode์—์„œ ํ”„๋กœ์ ํŠธ ๋‚ด ์™ผ์ชฝ ์‚ฌ์ด๋“œ๋ฐ”์—์„œ 'ํ”„๋กœ์ ํŠธ ์ด๋ฆ„'์„ ํด๋ฆญํ•œ ํ›„ Targets ๋ฆฌ์ŠคํŠธ์—์„œ ํ•ด๋‹นํ•˜๋Š” ์•ฑ์„ ์„ ํƒํ•œ๋‹ค.
* ์ƒ๋‹จ์˜ 'Signing & Capabilities' ํƒญ์„ ํด๋ฆญํ•œ๋‹ค.
Expand All @@ -82,7 +82,7 @@ let userDefaults = UserDefaults(suiteName: "group.com.domain.appName") // ์•ฑ
* `Provisioning profile "iOS Team Provisioning Profile: <# Team ID #>" doesn't match the entitlements file's value for the keychain-access-groups entitlement.`
* ์•ฑ์˜ ํŒ€ ID์— ํ•ด๋‹นํ•˜๋Š” ๊ฐ’์œผ๋กœ ๋™์ผํ•œ ๊ฐœ๋ฐœ์ž ํŒ€์ด ๋งŒ๋“  ์•ฑ๋“ค๋งŒ ํ‚ค์ฒด์ธ ํ•ญ๋ชฉ์„ ๊ณต์œ ํ•  ์ˆ˜ ์žˆ๋„๋ก ๋ณด์•ˆ์„ ๊ฐ•ํ™”ํ•˜๊ธฐ ์œ„ํ•จ์ด๋‹ค.

### 2. **entitlements** ํŒŒ์ผ์—์„œ App Group ์ถ”๊ฐ€ํ•˜๋Š” ๋ฐฉ๋ฒ•
### 2. **entitlements** ํŒŒ์ผ์—์„œ Keychain Access Group ์ถ”๊ฐ€ํ•˜๋Š” ๋ฐฉ๋ฒ•

* ํ”„๋กœ์ ํŠธ ๋‚ด์—์„œ ๋‹ค์Œ๊ณผ ๊ฐ™์ด ํ‚ค์ฒด์ธ ์ ‘๊ทผ ๊ทธ๋ฃน์„ ์ถ”๊ฐ€ํ•œ๋‹ค.

Expand Down

0 comments on commit 905b2c8

Please sign in to comment.