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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: