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

Compiling w/in Xcode make scripts fail when directory tree has a folder name w/ a space character #422

Open
mediastew opened this issue Oct 1, 2022 · 1 comment

Comments

@mediastew
Copy link

Trying to compile MailCore2 on Xcode 14.1 Beta. I don't think the beta nor 14.1 plays any part in this. When compiling MailCore libetpan failed to find its includes. Digging into it I noticed the failure happening when the make script within the build order failed and the error showed that my folder tree leading up to it was getting split at a space character. "/Users/abc/Projects Build/MailCore2" would show only "/Users/abc/Projects as failing to make".

After realizing the issue and moving MailCore2 (and hence libetpan) to a folder structure without and spaces within the names, it built just fine.

@ghr1234
Copy link

ghr1234 commented Nov 2, 2023

Wow!
That's why I could not build it in 14.3.1 on MacOS 13.5.2!
Thank you so much for posting this.

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