krzysztofzablocki / Sourcery

Meta-programming for Swift, stop writing boilerplate code.
http://merowing.info
MIT License
7.69k stars 620 forks source link

Error running Sourcery after Xcode 16 and converting groups into folders #1374

Open MattAydin opened 1 month ago

MattAydin commented 1 month ago

Hello, great people!

After upgrading to Xcode 16 and converting all groups into folders (to minimize git conflicts), I noticed that I can't run Sourcery anymore. It has something to do with a similar issue that has been resolved.

The error I receive when generating my mocks using Sourcery is: error: while reading .yml '.sourcery/data-mocks.yml'. 'The element PBXFileSystemSynchronizedBuildFileExceptionSet is not supported.'

Looking at the fix for #1228 I believe the same needs to be done to support the new(?) PBXFileSystemSynchronizedBuildFileExceptionSet used in our .pbxproj files. I assume this new(?) entry is caused by the latest Xcode version and using folders.

MattAydin commented 4 weeks ago

@krzysztofzablocki, any update on the issue?

krzysztofzablocki commented 4 weeks ago

I updated the dependency, just didn't do a new release yet

MattAydin commented 4 weeks ago

Check! Thanks for the reply. Any ETA on a new release?