Do you plan to add any support for compiling from workspaces instead of projects to the Bamboo Xcode plugin? Would be greatly appreciated!
Hi Max,
There is no plans to add workspace support to the Xcode plugin at the moment. The plugin is a personal project of mine (thats why its part of Atlassian Labs) so we don't officially support it.
The code is relatively simple, so if you are keen to add the workspace support the plugin is open source and forkable on Bitbucket.
Hint: You can find the available options for the xcodebuild command that the plugin uses to build projects by running:
sudo /usr/bin/xcode-select -switch /Applications/Xcode.app/Contents/Developer/ #setup xcodebuild xcodebuild -help
We'll see what we can do. Thanks for answering!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No worries! Post questions if you have any and ill answer them :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
is there updated instruction how to build plugin?
maven build for me fails with
[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project com.atlassian.bamboo.plugins.xcode:bamboo-xcode-plugin:1.2-SNAPSHOT (/Users/<skip>/Work/bamboo-xcode/pom.xml) has 1 error
[ERROR] Non-resolvable parent POM: Failure to find com.atlassian.pom:atlassian-closedsource-pom:pom:23 in http://repo1.maven.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 5, column 13 -> [Help 2]
[ERROR]
https://developer.atlassian.com/display/BAMBOODEV/Setting+up+Bamboo+Development+Environment+in+IDEA n
notes settings.xml for maven but all links to it are 404
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you download and install the Atlassian SDK then run atlas-mvn clean package -Dmaven.test.skip
It should build and package the Xcode plugin (The SDK contains the right settings.xml and version of Maven 2.1.x)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.