Closed
Description
New Issue Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
- I can reproduce the issue with the latest versions of Parse Server and the Parse ObjC SDK.
Issue Description
Carthage build fails in CircleCI with error:
*** Building scheme "ParseFacebookUtilsV4-tvOS" in Parse.xcworkspace
Build Failed
Task failed with exit code 65:
/usr/bin/xcrun xcodebuild -workspace /Users/distiller/project/Parse.xcworkspace -scheme ParseFacebookUtilsV4-tvOS -configuration Release -sdk appletvos ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES archive VALIDATE_WORKSPACE=NO -archivePath /var/folders/bl/wbxjgtzx7j5_mjsmfr3ynlc00000gp/T/project SKIP_INSTALL=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=NO CLANG_ENABLE_CODE_COVERAGE=NO STRIP_INSTALLED_PRODUCT=NO (launched in /Users/distiller/project)
This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/bl/wbxjgtzx7j5_mjsmfr3ynlc00000gp/T/carthage-xcodebuild.iAhzZv.log
Carthage Tests Failed!
Exited with code exit status 1
Steps to reproduce
Actual Outcome
Fails
Expected Outcome
Passes
Environment
Current master branch