Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Wrong path problem in the build_framework.sh

Open
#83 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
58/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Stale
Tech stack
shell, swift
Domain
build-system

Research direction

Start in build_framework.sh and trace how CHECKOUTS_PATH and RESOURCES_PATH are used when collecting language queries. Verify the paths against the repository layout, then build the xcframework and confirm that newly added language queries are included.

Written by the indexing model from the issue text.

Description

The CHECKOUTS_PATH path in build_framework.sh is wrong; there is no such folder in the project folder (DerivedData/SourcePackages/checkouts).

In addition, the files of language queries are searched in the CHECKOUTS_PATH folder even though they are in the RESOURCES_PATH folder. Therefore, the newly added language is not included in the package when the xcframework file is built.

Dominant language
Swift
Stars
133
Forks
56
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from CodeEditApp/CodeEditLanguages

All issues in CodeEditApp/CodeEditLanguages

Similar issues

More Swift issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.