• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Xcode 8 modulemap problems
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Prev by Date: Xcode updates, Apple updates
  • Next by Date: Xcode 7 syntax coloring broken
  • Previous by thread: Xcode updates, Apple updates
  • Next by thread: Xcode 7 syntax coloring broken
  • Index(es):
    • Date
    • Thread