Open benguild opened 8 years ago
xcodeproj already fixed this on the latest version: https://github.com/CocoaPods/Xcodeproj/pull/356
@marcelofabri after running
gem install xcodeproj --pre
I'm still getting an XML formatted project.pbxproj
that's because synx always uses an older version: https://github.com/venmo/synx/blob/master/synx.gemspec#L31
@marcelofabri good point. workaround?
You could fork synx to change its gemspec
then use your fork on the Gemfile
Why synx cannot update to the newest xcodeproj? Seems weird.
Does https://github.com/venmo/synx/pull/103 fix this issue for you?
how do I start using synx with the latest fix?
I haven't dug too deep into it, but the but the *.xcodeproj file format has changed on 7.3 and you need to reopen the project and make a change to the structure or something (causing it to be rewritten to disk) to reduce the number of changes in Git.