Fix for builds broken by Xcode 16 - #975
Closed
raulnor wants to merge 1 commit into
Closed
Conversation
- Add object version 70 to version map - Add support for new folder group type
Contributor
|
You may be interested in #942 :) |
4 tasks
|
I’ve checked this fix locally on my Mac within Fastlane in a project with the new Xcode folders format. It's working! |
Contributor
|
@travis-mark I've looked at this PR, and while it fixes the crash, the underlying problem will not go away. Since the FS-synchronized group is a new type with its own properties and child entities, Xcodeproj won't know how to output it. Which will cause the resulting project file to lose data. I strongly recommend looking at #942 and perhaps helping out on it. |
Member
|
I've merged #985 which is a more complete implementation. Thanks! |
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.
I hope this format for the PR is okay, never contributed here before. I ran into this when our intern grouped the 3 files he was working on and broke builds. I rolled back the grouping in our project, but I wanted CocoaPods to be able to support it going forward.
Changes:
Related Issues:
PBXGroupattempted to initialize an object with unknown ISAPBXFileSystemSynchronizedRootGroupfrom attributes:{"isa"=>"PBXFileSystemSynchronizedRootGroup", "explicitFileTypes"=>{}, "explicitFolders"=>[], "path"=>"AppIntents", "sourceTree"=>"<group>"}#950PBXGroupattempted to initialize an object with unknown ISAPBXFileSystemSynchronizedRootGroupfrom attributes:{"isa"=>"PBXFileSystemSynchronizedRootGroup", "explicitFileTypes"=>{}, "explicitFolders"=>[], "path"=>"bike-taxi.eu", "sourceTree"=>"<group>"}#951PBXGroupattempted to initialize an object with unknown ISAPBXFileSystemSynchronizedRootGroup#968