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.
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.