-
Notifications
You must be signed in to change notification settings - Fork 63
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
Plugin fails in Xcode Cloud: "You don’t have permission to save the file “Strings.swift” in the folder “SwiftGenPlugin” #18
Comments
I am also facing this issue. |
Did you find any solution to this issue? |
For the time being, we've reverted to run swiftgen locally (in a run phase and using |
It seems to be a bug in SPM + Xcode Cloud, the fix seems to be implemented but not released yet swiftlang/swift-package-manager#6948 |
I tried to fix it with a quick fix, available in my private fork The actual fix is in SwiftGen SwiftGen/SwiftGen#1102 Then I made a private release of a new binary version of SwiftGen CLI version This makes SwiftGenPlugin work for me in Xcode Cloud: dependencies: [
.package(url: "https://github.com/shadone/SwiftGenPlugin", branch: "6.6.2+deriveddatafix"), |
Running the Swiftgen plugin in an Xcode Cloud build fails with the following errors:
The Package.swift for our "Assets" Package looks like this:
and swiftgen.yml is
(Possibly related to #12 and/or #13?)
The text was updated successfully, but these errors were encountered: