Skip to content

[FIX]: 애플 로그인 권한 설정 연결 - #105

Merged
duthd3 merged 1 commit into
developfrom
feat/#104
Jul 13, 2026
Merged

[FIX]: 애플 로그인 권한 설정 연결#105
duthd3 merged 1 commit into
developfrom
feat/#104

Conversation

@duthd3

@duthd3 duthd3 commented Jul 13, 2026

Copy link
Copy Markdown
Collaborator

📌 Summary

Apple 로그인 요청 시 AuthorizationError 1000이 발생하던 문제를 수정했습니다.

Tuist 프로젝트 생성 과정에서 Bangawo.entitlements가 앱 타깃에 연결되지 않아
Sign in with Apple Capability가 사라지는 것이 원인이었습니다.

🛠 Changes

  • Project.swiftBangawo.entitlements 연결
  • Tuist 프로젝트 재생성 후 모든 앱 타깃의 CODE_SIGN_ENTITLEMENTS 설정 확인
  • 프로젝트를 다시 생성해도 Sign in with Apple Capability가 유지되도록 수정

@duthd3 duthd3 self-assigned this Jul 13, 2026
@duthd3 duthd3 added the feature New feature or request label Jul 13, 2026
@github-actions

Copy link
Copy Markdown

Apple 로그인을 위해 누락되었던 Bangawo.entitlements 파일이 Project.swift 앱 타깃 설정에 올바르게 연결되었습니다. 이로써 Tuist 프로젝트를 다시 생성할 때 Sign in with Apple Capability가 유실되어 AuthorizationError 1000이 발생하는 문제를 정상적으로 해결합니다.

@duthd3
duthd3 merged commit 5473747 into develop Jul 13, 2026
1 check passed
@duthd3
duthd3 deleted the feat/#104 branch July 13, 2026 10:17
@duthd3 duthd3 linked an issue Jul 13, 2026 that may be closed by this pull request
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FIX] 애플로그인 오류 수정

1 participant