I let Xcode 8 convert my Swift macOS app project, and it's got a few errors
remaining. Namely, in the generated module.modulemap file for one of my
external modules:
framework module Logging {
umbrella header "Logging.h"
export *
module * { export * }
}
module Logging.Swift {
header "Logging-Swift.h" <--- Header 'Logging-Swift.h' not found
}
Since I don't create this file, and never needed that header before, I'm not
sure how to properly solve this problem. Any ideas? Thanks!
--
Rick Mann
[email protected]
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com
This email sent to [email protected]