Skip to content

Fix multiple commands producing README.md error#8

Closed
codegen-sh[bot] wants to merge 1 commit into
mainfrom
codegen-bot/fix-readme-build-error
Closed

Fix multiple commands producing README.md error#8
codegen-sh[bot] wants to merge 1 commit into
mainfrom
codegen-bot/fix-readme-build-error

Conversation

@codegen-sh
Copy link
Copy Markdown

@codegen-sh codegen-sh Bot commented Apr 26, 2025

This PR fixes the build error where multiple commands were producing the same README.md file in the build products directory.

Issue

The project was using file system synchronized groups for both the iOS directory and the root project directory. Since there are README.md files in multiple directories (./iOS/Views/Home/README.md, ./iOS/Debugger/README.md, and ./README.md), they were all being included in the build, causing a conflict.

Fix

Added README.md to the exception lists in:

  1. PBXFileSystemSynchronizedBuildFileExceptionSet for the iOS directory
  2. PBXFileSystemSynchronizedBuildFileExceptionSet for the Resources directory
  3. PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet for the Resources build phase

This prevents the README.md files from being included multiple times in the build, resolving the conflict.


💻 View my workAbout Codegen

@mentatbot
Copy link
Copy Markdown

mentatbot Bot commented Apr 26, 2025

You are out of Mentat credits. You can view and refresh your credits here.

To disable this message on pr open, disable Always Review on my settings page

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant