Fix exception set comment to match Xcode#1000
Open
walkingbrad wants to merge 1 commit intoCocoaPods:masterfrom
Open
Fix exception set comment to match Xcode#1000walkingbrad wants to merge 1 commit intoCocoaPods:masterfrom
walkingbrad wants to merge 1 commit intoCocoaPods:masterfrom
Conversation
Author
|
This might be a 16.0/1 issue only. Verifying in 16.2... |
|
This fixes CocoaPods/CocoaPods#12697 as this error happens when using the new automatic tracking folder groups in Xcode 16 and above. |
|
Any movement on this? |
|
It also happens on our project. Along with the formatting back and forths: Xcodeproj 1.27.0 uses petty printed: |
Unfortunately this can only be fixed in one of CocoaPods' dependencies. I've raised a PR to fix it here but it needs the attention of the maintainers. |
mlight3
pushed a commit
to mlight3/Xcodeproj
that referenced
this pull request
Nov 27, 2025
paul-han-n
added a commit
to paul-han-n/Xcodeproj
that referenced
this pull request
Nov 27, 2025
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.
When Xcode edits the project file, it reverts this specific (though helpful) comment to
PBXFileSystemSynchronizedBuildFileExceptionSet.So this prevents this line from continuing to get changed/reverted as we edit project files in both Xcode and
xcodeproj