This documentation relates to QuickBuild 11.0.x
Select here if you are using a different version

Build with Xcode

Since QuickBuild version 5.1.16, Xcode plugin is bundled. This plugin can help to build Xcode project by calling command xcodebuild.

Configure xcodebuild command location

QuickBuild calls the command xcodebuild to build Xcode project. If this command is not in system path, you will need to specify its location in plugin setting of the Xcode plugin through Plugin Management page.
Further more, xcodebuild command location can be specified on a per-node basis by following below steps:

  1. Open Xcode plugin setting page and set the property xcodebuild Path as:
    ${node.getAttribute("xcodePath")}
    
  2. For each node that does not have command xcodebuild on system path, define the user attribute xcodePath to point to the actual ant command path, for example:
    xcodePath=/usr/bin/xcodebuild
    

    In case of user agent node, the user attribute need to be defined in this way.

Please note that in above example, the xcodePath user attribute is just for demonstration purpose. You can use any other user attribute name.

Labels:

Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.