[Fix] - 워치 앱 WKWatchOnly 설정 제거로 iPhone 설치 거절 해소#300
Conversation
- 워치 앱이 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 제거
|
Warning Rate limit exceeded
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 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 configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
🌱 작업한 내용
WKCompanionAppBundleIdentifier = "com.runnect.Runnect-iOS")인데도INFOPLIST_KEY_WKWatchOnly = YES가 함께 들어가 iPhone 설치 시 거절되던 문제 해결WKWatchOnly = YESbuild setting 라인 제거 (Debug + Release 둘 다)🌱 PR Point
GENERATE_INFOPLIST_FILE = NO→YES로 전환했는데, 그 시점부터INFOPLIST_KEY_WKWatchOnly = YES가 활성화되며 잠복했던 모순(companion + WatchOnly 동시 표시)이 노출됨GENERATE_INFOPLIST_FILE = NO시절에는Info.plist만 우선이라 build settingWKWatchOnly = YES가 무시됐던 것Watch-Only apps cannot be installed on the companion iPhone. Install the app on the paired Apple Watch instead.성과 기록