You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 commentedon Mar 24, 2016
xcodeproj already fixed this on the latest version: CocoaPods/Xcodeproj#356
tremblay commentedon Mar 24, 2016
@marcelofabri after running
gem install xcodeproj --pre
I'm still getting an XML formatted project.pbxproj
marcelofabri commentedon Mar 24, 2016
that's because synx always uses an older version: https://github.com/venmo/synx/blob/master/synx.gemspec#L31
tremblay commentedon Mar 24, 2016
@marcelofabri good point. workaround?
marcelofabri commentedon Mar 24, 2016
You could fork synx to change its
gemspec
then use your fork on the Gemfilesebastian-zarzycki-apzumi commentedon Mar 29, 2016
Why synx cannot update to the newest xcodeproj? Seems weird.
intelliot commentedon Mar 29, 2016
Does #103 fix this issue for you?
BluMist commentedon Apr 8, 2016
how do I start using synx with the latest fix?