-
Notifications
You must be signed in to change notification settings - Fork 94
Fixed Xcode 10 error: Multiple commands produce #160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed Xcode 10 error: Multiple commands produce #160
Conversation
|
@jbfitbit I have a quick question. When you made this change, it adds the platform to the framework name. Did you have to change your imports to reflect the new framework name? Thank you! |
|
That's a good question. I have been using the iOS version which kept the same name. |
| 690347241E689B9F00E45133 /* NSArray+Testable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSArray+Testable.h"; sourceTree = "<group>"; }; | ||
| 690347251E689B9F00E45133 /* NSArray+Testable.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSArray+Testable.m"; sourceTree = "<group>"; }; | ||
| 69A87E8F1E74458900B88B23 /* Darkly.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Darkly.framework; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
| 69A87E8F1E74458900B88B23 /* Darkly-macOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = "Darkly-macOS.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jbfitbit The "-" in the framework names prevent the framework from being recognized in an import statement in some situations. I'm going to accept this PR and merge into renamedFrameworks and then change the names to replace the "-" with "_".
markpokornycos
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Post merge I will modify the framework names to replace "-" with "_".
|
Log -> carthage-xcodebuild.8sRM6c.log Hey guys, im getting this failure trying to build this branch with XCode 10.2 |
Issue
See #145 (comment)
Change
macOS,watchOS, andtvOSversions to match their bundle names