Skip to content
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

Xcode 7.3 project file rewriting issues. #105

Open
benguild opened this issue Mar 24, 2016 · 8 comments
Open

Xcode 7.3 project file rewriting issues. #105

benguild opened this issue Mar 24, 2016 · 8 comments

Comments

@benguild
Copy link

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.

@marcelofabri
Copy link

xcodeproj already fixed this on the latest version: CocoaPods/Xcodeproj#356

@tremblay
Copy link

@marcelofabri after running
gem install xcodeproj --pre
I'm still getting an XML formatted project.pbxproj

@marcelofabri
Copy link

that's because synx always uses an older version: https://github.com/venmo/synx/blob/master/synx.gemspec#L31

@tremblay
Copy link

@marcelofabri good point. workaround?

@marcelofabri
Copy link

You could fork synx to change its gemspec then use your fork on the Gemfile

@sebastian-zarzycki-apzumi

Why synx cannot update to the newest xcodeproj? Seems weird.

@intelliot
Copy link

Does #103 fix this issue for you?

@BluMist
Copy link

BluMist commented Apr 8, 2016

how do I start using synx with the latest fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants