-
Notifications
You must be signed in to change notification settings - Fork 464
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
targets.delete corrupts the project file? #462
Comments
I just ran into the same issue... While I'm not familiar with Xcodeproj, nor with Ruby, I made a quick & dirty patch anyway just to get it working and move on for now. Simply changed the method
A proper fix would be required, since it seems like a |
I tried again with |
Hi,
I've updated to xcodeproj 1.4.2 and I have troubled removing a target from a project. This same code works fine in version 1.3.0
The result is
In attachment is a sample project to reproduce it
Any ideas?
cheers
MyKit.zip
The text was updated successfully, but these errors were encountered: