-
-
Notifications
You must be signed in to change notification settings - Fork 624
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error running Sourcery after Xcode 16 and converting groups into folders #1374
Comments
@krzysztofzablocki, any update on the issue? |
I updated the dependency, just didn't do a new release yet |
Check! Thanks for the reply. Any ETA on a new release? |
@krzysztofzablocki, any update or maybe a workaround in the meantime? |
@krzysztofzablocki, can we please get an update on this issue? |
It's been awhile again. So, any update @krzysztofzablocki? CC: maybe @ilyapuchka, @art-divin? |
@MattAydin this issue is resolved in the 2.2.6 release. |
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: