-
Notifications
You must be signed in to change notification settings - Fork 66
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
Prebuild trigger cannot find project folder #252
Comments
Hi @natemann, what's the exact failure message you're seeing? |
@czechboy0, I think I have a different issue now. The issue has nothing to do with Cocoapods. Buildasaur cannot find my directory. I do a cd into the project folder in a pre-trigger, but I get this error "No such file or directory". I am using the same 'cd' command from my other bots |
Ah, I think I know what it is. When you create a Bot manually in Xcode, it uses the same folder name as you have on disk, whereas Buildasaur uses the project name for the folder name. Just change your first step of the trigger to a wildcard, because there will only be one folder: |
@thanks. That did it. |
Great! |
I am getting this error with Buildasaur bots. All other bots are working properly. I have tried adding
export LANG=eng_US.UTF-8
to the pre-build trigger, but this is not working.The text was updated successfully, but these errors were encountered: