Skip to content

Instantly share code, notes, and snippets.

@morizotter
Created May 10, 2015 14:22
Show Gist options
  • Save morizotter/0272a2d67f9f4140cd50 to your computer and use it in GitHub Desktop.
Save morizotter/0272a2d67f9f4140cd50 to your computer and use it in GitHub Desktop.
Xcode 6.3.1でCarthageを利用する際にSimVerifier returned error: Simulator verification failed.エラー ref: http://qiita.com/morizotter/items/552c2ef7e1652ad6fac6
$ carthage build --no-skip-current
*** xcodebuild output can be found in /var/folders/j9/s8z2l0l93jb3xz9y4_jx934h0000gn/T/carthage-xcodebuild.z1A534.log
*** Building scheme "CarthageSample" in CarthageSample.xcworkspace
A shell task failed with exit code 65:
2015-05-10 21:24:02.422 xcodebuild[72041:3409756] [MT] iPhoneSimulator: SimVerifier returned: Error Domain=NSPOSIXErrorDomain Code=53 "Simulator verification failed." UserInfo=0x7f8c15a7af50 {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.}
** BUILD FAILED **
The following build commands failed:
CompileSwift normal arm64 /Users/***/Desktop/CarthageSample/CarthageSample/Sample.swift
CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler
(2 failures)
Segmentation fault: 11
sudo chown :wheel /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS\ *.simruntime/Contents/Resources/RuntimeRoot/usr/lib/dyld_sim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment