Skip to content

Xcode 7.3 project file rewriting issues. #105

Open
@benguild

Description

@benguild

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.

Activity

marcelofabri

marcelofabri commented on Mar 24, 2016

@marcelofabri

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

tremblay

tremblay commented on Mar 24, 2016

@tremblay

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

marcelofabri

marcelofabri commented on Mar 24, 2016

@marcelofabri

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

tremblay

tremblay commented on Mar 24, 2016

@tremblay

@marcelofabri good point. workaround?

marcelofabri

marcelofabri commented on Mar 24, 2016

@marcelofabri

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

sebastian-zarzycki-apzumi

sebastian-zarzycki-apzumi commented on Mar 29, 2016

@sebastian-zarzycki-apzumi

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

intelliot

intelliot commented on Mar 29, 2016

@intelliot

Does #103 fix this issue for you?

BluMist

BluMist commented on Apr 8, 2016

@BluMist

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Xcode 7.3 project file rewriting issues. · Issue #105 · venmo/synx