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
Structure:
BuildScripts/ .../Assets/ ... Files .../Common/ ... Files .../External/ ... Files .../Local/ ... Files
Cannot be added using
- path: BuildScripts buildPhase: none type: folder
but needs to be added using
- path: BuildScripts/Assets buildPhase: none type: folder - path: BuildScripts/Common buildPhase: none type: folder - path: BuildScripts/External buildPhase: none type: folder - path: BuildScripts/Local buildPhase: none type: folder - path: BuildScripts/Phases buildPhase: none type: folder
The text was updated successfully, but these errors were encountered:
@Lutzifer What do you mean exactly by "can't be added"? I've added the same setup to the test project fixture here and seems fine. 11bf00d
Sorry, something went wrong.
@yonaskolb See the attached setup for clarification Archive.zip
Fixed in #291
No branches or pull requests
Structure:
Cannot be added using
but needs to be added using
The text was updated successfully, but these errors were encountered: