I have a new macOS app project created with Xcode 7. It created a Test target. I converted it to Swift 3 with Xcode 8b3
Little by little, I'm adding source files from my app target to the test target to run unit tests. But one of those files has an "import Logging", referencing a sub-project I created with some code to support logging. While this works fine in the app target (it links against this module Framework), it doesn't work in the test target, and I'm getting "No such module 'Logging'" errors. Test targets don't have a similar Linked Frameworks section in the General tab. What's the right way to deal with this? 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