-
Notifications
You must be signed in to change notification settings - Fork 143
Carthage build fails for WatchOS #34
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
Comments
Could you send me the content of file '/var/folders/06/dgpth9f15tsb1r1_j34528x40000gn/T/carthage-xcodebuild.G2t9PI.log' |
I'll paste only the part that regards HexColor:
|
Hello, I have done some changes, please try it again. ROCKSTAR-MacBookPro13-WORK:aaa yeahdongcn$ carthage update |
That's weird. I still can't build for all architectures. Can you tell me what are the versions of Xcode and Carthage you are using?
Here's the log message:
|
I'm using Xcode Version 7.3 (7D175) and Carthage 0.15 |
Any progress? |
Sorry, no progress. My configuration is: I tried creating a simple empty project, using only UIColor-Hex-Swift as a dependency and it failed:
|
I updated carthage to the latest version, and it didn't help.
|
Final update: I found the source of the problem, and it's not UIColor-Hex-Swift's fault. In order to carthage to build for WatchOS, you must have at least one iOS Simulator paired with an watchOS Simulator... seems stupid. By the way, the same is valid for tvOS, you must have a tvOS Simulator listed in your Xcode Devices. So I guess at some point I cleaned most of my simulators in the list, and ended up with a list of iOS Simulators without a watchOS pairing. You learn every day 😛 |
I'm using Carthage to get UIColor-Hex and since the latest Xcode update the repo fails to compile for all architectures.
When I run carthage update I get this error when it reaches the HexColor:
The text was updated successfully, but these errors were encountered: