-
Notifications
You must be signed in to change notification settings - Fork 463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unexcepted additional .git keyword in XCRemoteSwiftPackageReference #864
Comments
I'm seeing this as well, but I'm not modifying any Swift package related fields. I'm just updating the project.build_configurations.each do |configuration|
configuration.build_settings["MARKETING_VERSION"] = new_version
end
project.save |
This is happening to us with Cocoapods just doing a It doesn't throw errors but then Xcode changes it back. A constant back and forth over PRs that include different versions of the change. This change and #574 also happens, but that was fixed in the unreleased #861 PR. |
I just figured it out, as it was only happening to some of our packages, not all of them. It was only happening to projects with Hopefully this helps someone else. |
do you have any solution for this?, I found same issue🥺 |
Xcodeproj version:
1.20.0
I want to update the version of a swift package. Hence I emulated the objects and found the package. Then I modified the version and saved it. But I couldn't open my Xcode project. It seems my
.pbxproj
format is incorrect.Here is my code:
The text was updated successfully, but these errors were encountered: