You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: