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
rm...@latencyzero.com



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (Xcode-users@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to