Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. carthage update --no-use-binaries --no-build
  2. *** Fetching PINOperation
  3. *** Checking out libwebp at "v0.6.0"
  4. *** Checking out PINCache at "3.0.1-beta.5"
  5. *** Checking out PINOperation at "1.0.3"
  6. carthage build --no-skip-current
  7. *** xcodebuild output can be found in /var/folders/6h/ql1brcjx3936vr5vwgblbnc80000rm/T/carthage-xcodebuild.mnmFma.log
  8. *** Building scheme "PINOperation-macOS" in PINOperation.xcodeproj
  9. *** Building scheme "PINOperation" in PINOperation.xcodeproj
  10. *** Building scheme "PINOperation-tvOS" in PINOperation.xcodeproj
  11. *** Building scheme "PINCache" in PINCache.xcodeproj
  12. *** Building scheme "PINCache-tvOS" in PINCache.xcodeproj
  13. *** Building scheme "PINCache-macOS" in PINCache.xcodeproj
  14. *** Building scheme "PINRemoteImage" in PINRemoteImage.xcodeproj
  15. xcodebuild clean test -destination "platform=iOS Simulator,OS=10.2,name=iPhone 7" -sdk "iphonesimulator10.2" -project PINRemoteImage.xcodeproj -scheme PINRemoteImage \
  16. ONLY_ACTIVE_ARCH=NO \
  17. CODE_SIGNING_REQUIRED=NO | xcpretty
  18. xcodebuild: error: SDK "iphonesimulator10.2" cannot be located.
  19. make: *** [test] Error 64
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement