mRs- / HexColors

HexColors is an extension for UIColor and NSColor to support for creating colors from a hex strings
MIT License
457 stars 102 forks source link

Cannot use HexColors via Carthage #52

Open PH9 opened 4 years ago

PH9 commented 4 years ago

macOS: 10.15.6 (19G2021) Xcode: 11.6 (11E708) Carthage: 0.35.0

github "mRs-/HexColors" == 4.0.0

Using HexColors in both Swift and Objective-C

Failed to read file or folder at project-path/Carthage/Build/iOS/HexColors.franework: Error Domain=NSCocoaErrorDomain Code=259 "Cannot retrive binary file from bundle at file:///project-path/Carthage/Build/iOS/HexColors.franework/" UserInfo={NSLocalizedDescription=Cannot retrive binary file from bundle at file:///project-path/Carthage/Build/iOS/HexColors.franework/, NSLocalizedRecoverySuggestion=Does the bundle contain an Info.plist?}
Command PhaseScriptExecution failed with a nonzero exit code
nfranke commented 2 years ago

I receive an error about "HexColor Examples.xcodeproj cannot be opened because it is missing its project.pbxproj file." The net result being that I can't use HexColors via Carthage either. I just copied the files into my project and that works.