fix: duplicate group ID F10020 — Feedback now F10021
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:
@@ -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 */,
|
||||||
|
|||||||
Reference in New Issue
Block a user