Skip to content
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

Closed
natemann opened this issue Mar 16, 2016 · 5 comments
Closed

Prebuild trigger cannot find project folder #252

natemann opened this issue Mar 16, 2016 · 5 comments

Comments

@natemann
Copy link

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.

@czechboy0
Copy link
Member

Hi @natemann,

what's the exact failure message you're seeing?

@natemann
Copy link
Author

@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

@czechboy0
Copy link
Member

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: cd *. That's what I use as well. Let me know if that helped! 😊

@czechboy0 czechboy0 changed the title CocoaPods requires your terminal to be using UTF-8 encoding Prebuild trigger cannot find projectfolder Mar 17, 2016
@czechboy0 czechboy0 changed the title Prebuild trigger cannot find projectfolder Prebuild trigger cannot find project folder Mar 17, 2016
@natemann
Copy link
Author

@thanks. That did it.

@czechboy0
Copy link
Member

Great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants