Skip to content

[Fix] - 워치 앱 WKWatchOnly 설정 제거로 iPhone 설치 거절 해소#300

Merged
thingineeer merged 1 commit intodevelopfrom
fix/v2.5.0-watch-companion-flag
Apr 25, 2026
Merged

[Fix] - 워치 앱 WKWatchOnly 설정 제거로 iPhone 설치 거절 해소#300
thingineeer merged 1 commit intodevelopfrom
fix/v2.5.0-watch-companion-flag

Conversation

@thingineeer
Copy link
Copy Markdown
Collaborator

🌱 작업한 내용

  • 워치 앱이 companion 구조(WKCompanionAppBundleIdentifier = "com.runnect.Runnect-iOS")인데도 INFOPLIST_KEY_WKWatchOnly = YES 가 함께 들어가 iPhone 설치 시 거절되던 문제 해결
  • WKWatchOnly = YES build setting 라인 제거 (Debug + Release 둘 다)

🌱 PR Point

  • 이전 PR #299에서 GENERATE_INFOPLIST_FILE = NOYES 로 전환했는데, 그 시점부터 INFOPLIST_KEY_WKWatchOnly = YES 가 활성화되며 잠복했던 모순(companion + WatchOnly 동시 표시)이 노출됨
  • GENERATE_INFOPLIST_FILE = NO 시절에는 Info.plist 만 우선이라 build setting WKWatchOnly = YES 가 무시됐던 것
  • 사용자 보고 에러: Watch-Only apps cannot be installed on the companion iPhone. Install the app on the paired Apple Watch instead.

성과 기록

  • iOS Simulator Debug 빌드 BUILD SUCCEEDED 재확인
  • iPhone 설치 거절 에러 해소 (예상)

- 워치 앱이 companion(WKCompanionAppBundleIdentifier 지정)인데도 INFOPLIST_KEY_WKWatchOnly = YES가 함께 들어가 iPhone 설치 시 'Watch-Only apps cannot be installed on the companion iPhone' 에러 발생
- 이전 GENERATE_INFOPLIST_FILE = NO일 땐 Info.plist만 우선이라 WKWatchOnly build setting 무시됐으나 YES로 전환되며 활성화된 상태
- WKApplication = YES + WKCompanionAppBundleIdentifier만 두고 WKWatchOnly = YES 제거
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 25, 2026

Warning

Rate limit exceeded

@thingineeer has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 37 minutes and 14 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 37 minutes and 14 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 953b02c5-9b0c-4ad1-b90d-5ba6f74cb733

📥 Commits

Reviewing files that changed from the base of the PR and between ca59d8b and f3c4e5a.

📒 Files selected for processing (1)
  • Runnect-iOS/Runnect-iOS.xcodeproj/project.pbxproj
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/v2.5.0-watch-companion-flag

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 and usage tips.

@thingineeer thingineeer merged commit ad224fe into develop Apr 25, 2026
1 check passed
@thingineeer thingineeer deleted the fix/v2.5.0-watch-companion-flag branch April 25, 2026 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant