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
In Xcode15 it is possible to run build plugin as project build phase. Using plugin instead of standalone swiftgen simplifies setup of CI/CD.
But swiftgen plugin 6.6.2 doesn't work as build phase
It outs in build log: Plugin doesn't support Xcode projects (it doesn't use the XcodeProjectPlugin library)
Please add support to build Xcode projects
The text was updated successfully, but these errors were encountered:
In Xcode15 it is possible to run build plugin as project build phase. Using plugin instead of standalone swiftgen simplifies setup of CI/CD.
But swiftgen plugin 6.6.2 doesn't work as build phase
It outs in build log:
Plugin doesn't support Xcode projects (it doesn't use the XcodeProjectPlugin library)
Please add support to build Xcode projects
The text was updated successfully, but these errors were encountered: