-
Notifications
You must be signed in to change notification settings - Fork 3
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
Dollar won't build targets #1
Comments
Can you share carthage version and what happens if you install with This project in the repo was build using cathage update only and is an iOS project. |
I updated to xcode 6.3, getting a different error now, when running carthage update without --platform: [MT] iPhoneSimulator: SimVerifier returned: Error Domain=NSPOSIXErrorDomain Code=53 "Simulator verification failed." UserInfo=0x7f9a4164a8d0 {NSLocalizedFailureReason=A connection to the simulator verification service could not be established., NSLocalizedRecoverySuggestion=Ensure that Xcode.app is installed on a volume with ownership enabled., NSLocalizedDescription=Simulator verification failed.} The following build commands failed: |
Let me take a look |
@avdwerff I believe this could fix your issue - Carthage/Carthage#424 (comment) |
When running carthage update --platform iOS I get the following error:
=== BUILD TARGET Dollar OF PROJECT Dollar WITH CONFIGURATION Release ===
Check dependencies
OS X targets using Swift cannot be built against an SDK older than 10.10, but the effective SDK is 8.2.
...is there some setting I forget to add?
The text was updated successfully, but these errors were encountered: