We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, Im having error: “RswiftGenerateInternalResources” is disabled when Im trying to create build on XCode Cloud
any idea?
I add both Public and Internal Resources in "Run build tool plugin" in Build Phases
The text was updated successfully, but these errors were encountered:
I add this script to my project: #!/bin/sh
defaults write com.apple.dt.Xcode IDESkipPackagePluginFingerprintValidatation -bool YES
Errors: error: “RswiftGenerateInternalResources” must be enabled before it can be used
“RswiftGenerateInternalResources” is disabled
but still xcode cloud is failing. Any suggestions @tomlokhorst
Sorry, something went wrong.
No branches or pull requests
Hello, Im having error: “RswiftGenerateInternalResources” is disabled when Im trying to create build on XCode Cloud
any idea?
I add both Public and Internal Resources in "Run build tool plugin" in Build Phases
The text was updated successfully, but these errors were encountered: