Skip to content
This repository was archived by the owner on Oct 5, 2022. It is now read-only.

Building in Xcode fails on case-sensitive volume #15

Open
tinoheth opened this issue Nov 29, 2018 · 3 comments
Open

Building in Xcode fails on case-sensitive volume #15

tinoheth opened this issue Nov 29, 2018 · 3 comments

Comments

@tinoheth
Copy link

… might be unrelated, but besides that, there's not much special.

Xcode: Version 10.1 (10B61), default toolkit

Build MicroExpress_2018-11-29T15-21-11.txt

@helje5
Copy link
Member

helje5 commented Nov 29, 2018

Since it works for me, I think it is quite likely a case-sensitivity issue. Most likely cause: incorrect use of Debug/Release vs debug/release in some script.

@helje5 helje5 changed the title Building on case-sensitive volume Building in Xcode fails on case-sensitive volume Nov 29, 2018
@helje5 helje5 transferred this issue from SwiftXcode/SwiftNIO1_XcodeImage Nov 29, 2018
@tinoheth
Copy link
Author

Confirmed: It works when the project is on another volume.
During the process, I noticed something else:
module.modulemap:module CNIOLinux:umbrella header is an absolute path, and it's not deleted with a regular clean.
Therefor, when the project is moved (or copied to another computer), the build fails in the new location.

@helje5
Copy link
Member

helje5 commented Nov 29, 2018

Yeah, the latter is: #5

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

No branches or pull requests

2 participants