Xcode 8 modulemap problems
Xcode 8 modulemap problems
- Subject: Xcode 8 modulemap problems
- From: Rick Mann <email@hidden>
- Date: Wed, 27 Jul 2016 17:07:47 -0700
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@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden