Git Product home page Git Product logo

Comments (3)

chdiza avatar chdiza commented on May 10, 2024

The above error message is from within Homebrew. If I just download the source, cd into the directory, and do xcodebuild, then I get the following:

diza/stuff/brache/platypus5.0.src$ xcodebuild
=== BUILD TARGET ScriptExec OF PROJECT Platypus WITH THE DEFAULT CONFIGURATION (Deployment) ===

Check dependencies

Write auxiliary files
/bin/mkdir -p /stuff/brache/platypus5.0.src/build/Platypus.build/Deployment/ScriptExec.build
write-file /stuff/brache/platypus5.0.src/build/Platypus.build/Deployment/ScriptExec.build/ScriptExec-all-target-headers.hmap
write-file /stuff/brache/platypus5.0.src/build/Platypus.build/Deployment/ScriptExec.build/ScriptExec-all-non-framework-target-headers.hmap
write-file /stuff/brache/platypus5.0.src/build/Platypus.build/Deployment/ScriptExec.build/ScriptExec-project-headers.hmap
/bin/mkdir -p /stuff/brache/platypus5.0.src/build/Platypus.build/Deployment/ScriptExec.build/Objects-normal/x86_64
write-file /stuff/brache/platypus5.0.src/build/Platypus.build/Deployment/ScriptExec.build/Objects-normal/x86_64/ScriptExec.LinkFileList
write-file /stuff/brache/platypus5.0.src/build/Platypus.build/Deployment/ScriptExec.build/ScriptExec-own-target-headers.hmap
write-file /stuff/brache/platypus5.0.src/build/Platypus.build/Deployment/ScriptExec.build/ScriptExec.hmap
write-file /stuff/brache/platypus5.0.src/build/Platypus.build/Deployment/ScriptExec.build/ScriptExec-generated-files.hmap

Create product structure
/bin/mkdir -p /stuff/brache/platypus5.0.src/build/Deployment/ScriptExec.app/Contents
/bin/mkdir -p /stuff/brache/platypus5.0.src/build/Deployment/ScriptExec.app/Contents/MacOS
/bin/mkdir -p /stuff/brache/platypus5.0.src/build/Deployment/ScriptExec.app/Contents/Resources

Preprocess build/Platypus.build/Deployment/ScriptExec.build/Preprocessed-Info.plist ScriptExec/ScriptExec-Info.plist
    cd /stuff/brache/platypus5.0.src
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -E -P -x c -Wno-trigraphs /stuff/brache/platypus5.0.src/ScriptExec/ScriptExec-Info.plist -F/stuff/brache/platypus5.0.src/build/Deployment -traditional -o /stuff/brache/platypus5.0.src/build/Platypus.build/Deployment/ScriptExec.build/Preprocessed-Info.plist

CpResource ScriptExec/script build/Deployment/ScriptExec.app/Contents/Resources/script
    cd /stuff/brache/platypus5.0.src
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /stuff/brache/platypus5.0.src/ScriptExec/script /stuff/brache/platypus5.0.src/build/Deployment/ScriptExec.app/Contents/Resources

CopyPlistFile build/Deployment/ScriptExec.app/Contents/Resources/AppSettings.plist ScriptExec/AppSettings.plist
    cd /stuff/brache/platypus5.0.src
    builtin-copyPlist --convert binary1 --outdir /stuff/brache/platypus5.0.src/build/Deployment/ScriptExec.app/Contents/Resources -- ScriptExec/AppSettings.plist

CpResource ScriptExec/image.png build/Deployment/ScriptExec.app/Contents/Resources/image.png
    cd /stuff/brache/platypus5.0.src
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /stuff/brache/platypus5.0.src/ScriptExec/image.png /stuff/brache/platypus5.0.src/build/Deployment/ScriptExec.app/Contents/Resources

CompileXIB ScriptExec/MainMenu.xib
    cd /stuff/brache/platypus5.0.src
    export XCODE_DEVELOPER_USR_PATH=/Applications/Xcode.app/Contents/Developer/usr/bin/..
    /Applications/Xcode.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --module ScriptExec --minimum-deployment-target 10.7 --output-partial-info-plist /stuff/brache/platypus5.0.src/build/Platypus.build/Deployment/ScriptExec.build/MainMenu-PartialInfo.plist --auto-activate-custom-fonts --output-format human-readable-text --compile /stuff/brache/platypus5.0.src/build/Deployment/ScriptExec.app/Contents/Resources/MainMenu.nib /stuff/brache/platypus5.0.src/ScriptExec/MainMenu.xib
2015-12-10 19:09:49.620 ibtoold[460:507] Exception raised while unarchiving document objects - IBDocumentMissingCapabilityException
/* com.apple.ibtool.errors */
/stuff/brache/platypus5.0.src/ScriptExec/MainMenu.xib: error: The document "(null)" requires Xcode 7.0 or later.
    Recovery Suggestion: This version does not support box content view. Open this document with Xcode 7.0 or later.

CompileAssetCatalog build/Deployment/ScriptExec.app/Contents/Resources Application/ApplicationImages.xcassets
    cd /stuff/brache/platypus5.0.src
    /Applications/Xcode.app/Contents/Developer/usr/bin/actool --output-format human-readable-text --notices --warnings --export-dependency-info /stuff/brache/platypus5.0.src/build/Platypus.build/Deployment/ScriptExec.build/assetcatalog_dependencies.txt --output-partial-info-plist /stuff/brache/platypus5.0.src/build/Platypus.build/Deployment/ScriptExec.build/assetcatalog_generated_info.plist --app-icon PlatypusDefaultIcon --platform macosx --minimum-deployment-target 10.7 --target-device mac --compile /stuff/brache/platypus5.0.src/build/Deployment/ScriptExec.app/Contents/Resources /stuff/brache/platypus5.0.src/Application/ApplicationImages.xcassets
/* com.apple.actool.compilation-results */
/stuff/brache/platypus5.0.src/build/Deployment/ScriptExec.app/Contents/Resources/PlatypusDefaultIcon.icns
/stuff/brache/platypus5.0.src/build/Platypus.build/Deployment/ScriptExec.build/assetcatalog_generated_info.plist


** BUILD FAILED **


The following build commands failed:
    CompileXIB ScriptExec/MainMenu.xib
(1 failure)

from platypus.

sveinbjornt avatar sveinbjornt commented on May 10, 2024

Yeah, the latest master will only build on XCode 7. Binaries run fine on 10.7+. I've transitioned over to modern Objective C typing of arrays which requires XC7 for building. It's easy to revert, and 4.9 builds fine on 10.8 systems!

from platypus.

sveinbjornt avatar sveinbjornt commented on May 10, 2024

This is now fixed in master. Should build on XCode 6+

from platypus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.