fpillet/NSLogger

Carthage builds both targets

c0diq opened this issue · 2 comments

c0diq commented

There are now two targets but it's not possible to decide which one to build with Carthage. As such when carthage builds the second target (NSLoggerSwift), it seems to override the previous target NSLogger.framework output.

c0diq commented

It looks like the issue was fixed. But no release was made.

Released. I had to make two mutually exclusive frameworks for Carthage and Cocoapods to live in harmony. The import NSLogger statement for Carthage in the NSLogger.swift file was triggering a Cocoapods warning and preventing the release.