Fix Xcode project build failures#2879
Open
jack68k wants to merge 3 commits intocapstone-engine:nextfrom
Open
Conversation
- Added missing .c sources causing build failures. - Added missing includes for the Framework target - Removed all private headers; they are not needed at all. - Removed references to headers that have been deleted from the repo.
Old test sources were removed when modern tests were introduced in 191db14.
Rot127
approved these changes
Mar 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Your checklist for this pull request
Detailed description
Previously, the Xcode project failed to build due to being out-of-sync with C sources that have been added or removed.
Now:
.csources from the root directory andarch/*..hand.incfiles are removed as they were very out-of-sync with the actual filesystem. The files that previously existed were not included in any target and do not need to be present in the project tree to for build.xcode/README.mdto reflect the current state.No sources, headers, or tests were modified.
Test plan
Verify that all 3 targets in the Xcode project build successfully. The simplest way is to use xcodebuild:
Closing issues
I did not find any associated issues.