fix: duplicate group ID F10020 — Feedback now F10021
All checks were successful
Security Checks / dependency-audit (push) Successful in 14s
Security Checks / secret-scanning (push) Successful in 3s
Security Checks / dockerfile-lint (push) Successful in 4s

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) <noreply@anthropic.com>
This commit is contained in:
Yusuf Suleman
2026-04-03 13:01:08 -05:00
parent 0bdcec7eca
commit 032785bdd8

View File

@@ -130,7 +130,7 @@
F10006 /* Home */, F10006 /* Home */,
F10007 /* Fitness */, F10007 /* Fitness */,
F10014 /* Assistant */, F10014 /* Assistant */,
F10020 /* Feedback */, F10021 /* Feedback */,
); );
path = Features; path = Features;
sourceTree = "<group>"; sourceTree = "<group>";
@@ -224,7 +224,7 @@
path = Assistant; path = Assistant;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
F10020 /* Feedback */ = { F10021 /* Feedback */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
B10034 /* FeedbackView.swift */, B10034 /* FeedbackView.swift */,