From f3c4e5a5c0456f27d7652491d8784b9e81381904 Mon Sep 17 00:00:00 2001 From: LeeMyeongJin Date: Sun, 26 Apr 2026 03:02:32 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=9B=8C=EC=B9=98=20=EC=95=B1=20WKWatch?= =?UTF-8?q?Only=20=EC=84=A4=EC=A0=95=20=EC=A0=9C=EA=B1=B0=EB=A1=9C=20iPhon?= =?UTF-8?q?e=20=EC=84=A4=EC=B9=98=20=EA=B1=B0=EC=A0=88=20=ED=95=B4?= =?UTF-8?q?=EC=86=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 워치 앱이 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 제거 --- Runnect-iOS/Runnect-iOS.xcodeproj/project.pbxproj | 2 -- 1 file changed, 2 deletions(-) diff --git a/Runnect-iOS/Runnect-iOS.xcodeproj/project.pbxproj b/Runnect-iOS/Runnect-iOS.xcodeproj/project.pbxproj index 2fb548ae..dbf3aac3 100644 --- a/Runnect-iOS/Runnect-iOS.xcodeproj/project.pbxproj +++ b/Runnect-iOS/Runnect-iOS.xcodeproj/project.pbxproj @@ -1603,7 +1603,6 @@ INFOPLIST_KEY_UIUserInterfaceStyle = Dark; INFOPLIST_KEY_WKApplication = YES; INFOPLIST_KEY_WKCompanionAppBundleIdentifier = "com.runnect.Runnect-iOS"; INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; - INFOPLIST_KEY_WKWatchOnly = YES; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -1644,7 +1643,6 @@ INFOPLIST_KEY_UIUserInterfaceStyle = Dark; INFOPLIST_KEY_WKApplication = YES; INFOPLIST_KEY_WKCompanionAppBundleIdentifier = "com.runnect.Runnect-iOS"; INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; - INFOPLIST_KEY_WKWatchOnly = YES; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks",