Skip to content

Hotfix/#503 크래시 해결 - #504

Merged
y-eonee merged 2 commits into
developfrom
hotfix/#503-크래시-해결
Aug 19, 2026

Hidden character warning

The head ref may contain hidden characters: "hotfix/#503-\ud06c\ub798\uc2dc-\ud574\uacb0"
Merged

Hotfix/#503 크래시 해결#504
y-eonee merged 2 commits into
developfrom
hotfix/#503-크래시-해결

Conversation

@y-eonee

@y-eonee y-eonee commented Aug 19, 2026

Copy link
Copy Markdown
Member

🔗 연결된 이슈

📄 작업 내용

  • Firebase Remote config를 어제 분명히 수정해서 게시했는데 계속 1.3.0으로 오고 있어서 이 부분을 다시 1.2.5로 수정했습니다.
  • SceneDelegate와 Splash에서 중복호출되는 옵저버가 있어서 씬델리게이트에 있는 코드를 제거했습니다.

Summary by CodeRabbit

  • 새로운 기능

    • 앱 버전이 1.2.5로 업데이트되었습니다.
    • 빌드 번호가 1로 재설정되었습니다.
  • 버그 수정

    • 앱이 다시 활성화될 때 불필요한 활성화 알림이 발생하지 않도록 동작을 개선했습니다.

@y-eonee y-eonee self-assigned this Aug 19, 2026
@y-eonee y-eonee added 나연🐹 hotfix 급할 때 develop에 바로 반영해야 하는 경우 사용 labels Aug 19, 2026
@y-eonee y-eonee linked an issue Aug 19, 2026 that may be closed by this pull request
1 task
@coderabbitai

coderabbitai Bot commented Aug 19, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 3b89430f-fe56-4861-8bac-5d09ed62807b

📥 Commits

Reviewing files that changed from the base of the PR and between 84d3996 and 18c22e3.

📒 Files selected for processing (2)
  • ByeBoo-iOS/ByeBoo-iOS.xcodeproj/project.pbxproj
  • ByeBoo-iOS/ByeBoo-iOS/App/SceneDelegate.swift

Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review.


Walkthrough

앱의 Debug 및 Release 버전 설정을 갱신했습니다. sceneDidBecomeActive(_:)에서 UIApplication.didBecomeActiveNotification 게시를 제거했습니다.

Changes

앱 버전 설정 갱신

Layer / File(s) Summary
Debug 및 Release 버전 설정
ByeBoo-iOS/ByeBoo-iOS.xcodeproj/project.pbxproj
CURRENT_PROJECT_VERSION1로 변경하고 MARKETING_VERSION1.2.5로 변경했습니다.

Scene 활성화 처리 변경

Layer / File(s) Summary
활성화 알림 게시 제거
ByeBoo-iOS/ByeBoo-iOS/App/SceneDelegate.swift
sceneDidBecomeActive(_:)에서 UIApplication.didBecomeActiveNotification 게시를 제거했습니다.

Estimated code review effort: 2 (Simple) | ~10 minutes

Merge Risk: 🔵 Low · up to 18c22

The PR changes the app version to 1.2.5 and resets the build number to 1; if the production minimum-version setting remains at 1.3.0, users may still be forced to update, and if build 1 was already used, App Store submission may be rejected. The change is mergeable with explicit release-owner confirmation of both values.

Possibly related PRs

Suggested reviewers: dev-domo, juri123123

Poem

토끼가 버전을 살짝 올려요
빌드 번호는 하나로 뛰어요
활성화 알림은 이제 쉬고
새 버전이 조용히 피어나요
깡충, 배포 준비 끝나요!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed 제목은 이슈 #503의 크래시 해결과 Hotfix 변경을 명확하게 요약합니다.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch hotfix/#503-크래시-해결

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@y-eonee
y-eonee merged commit 10f71cc into develop Aug 19, 2026
2 checks passed
@y-eonee
y-eonee deleted the hotfix/#503-크래시-해결 branch August 19, 2026 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

hotfix 급할 때 develop에 바로 반영해야 하는 경우 사용 나연🐹

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Hotfix] 릴리즈 버전 크래시 해결

1 participant