From 032785bdd806e10ab8274b4b4afab99962b8a3d9 Mon Sep 17 00:00:00 2001 From: Yusuf Suleman Date: Fri, 3 Apr 2026 13:01:08 -0500 Subject: [PATCH] =?UTF-8?q?fix:=20duplicate=20group=20ID=20F10020=20?= =?UTF-8?q?=E2=80=94=20Feedback=20now=20F10021?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit F10020 was used for both Products and Feedback groups. Xcode resolved it as Products, so FeedbackView path was wrong. Co-Authored-By: Claude Opus 4.6 (1M context) --- ios/Platform/Platform.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/Platform/Platform.xcodeproj/project.pbxproj b/ios/Platform/Platform.xcodeproj/project.pbxproj index 5d2637c..fcda963 100644 --- a/ios/Platform/Platform.xcodeproj/project.pbxproj +++ b/ios/Platform/Platform.xcodeproj/project.pbxproj @@ -130,7 +130,7 @@ F10006 /* Home */, F10007 /* Fitness */, F10014 /* Assistant */, - F10020 /* Feedback */, + F10021 /* Feedback */, ); path = Features; sourceTree = ""; @@ -224,7 +224,7 @@ path = Assistant; sourceTree = ""; }; - F10020 /* Feedback */ = { + F10021 /* Feedback */ = { isa = PBXGroup; children = ( B10034 /* FeedbackView.swift */,