Skip to content

Correct the Xcode project file path - #37

Open
jennifer88huang wants to merge 2 commits into
OpenBMB:mainfrom
jennifer88huang:patch-1
Open

Correct the Xcode project file path#37
jennifer88huang wants to merge 2 commits into
OpenBMB:mainfrom
jennifer88huang:patch-1

Conversation

@jennifer88huang

Copy link
Copy Markdown

The MiniCPM-V-demo.xcodeproj project file is in the root directory, not in the MiniCPM-V-demo directory.

The `MiniCPM-V-demo.xcodeproj` project file is in the root directory, not in the `MiniCPM-V-demo` directory.

@tc-mb tc-mb left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The path is still wrong. MiniCPM-V-demo.xcodeproj is at the repo root, not under a MiniCPM-V-Apps/ directory.

This README already tells people to cd MiniCPM-V-Apps after cloning, and every other path in the file is relative to that root (./scripts/build_xcframework.sh, MiniCPM-V-demo/thirdparty/, ...). From there the project to open is:

MiniCPM-V-demo.xcodeproj

not MiniCPM-V-Apps/MiniCPM-V-demo.xcodeproj.

Please also:

  • drop the unrelated artefacts -> artifacts spelling change
  • apply the same path fix in README_zh.md and scripts/build_xcframework.sh (they still say MiniCPM-V-demo/MiniCPM-V-demo.xcodeproj)

jennifer88huang added a commit to jennifer88huang/MiniCPM-V-Apps that referenced this pull request Aug 23, 2026
Corrected the path to the Xcode project file in the instructions.
Related to PR OpenBMB#37
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.

2 participants