I also encountered the same problem. The error I got was "Cannot remove *.ipa files from a non-existing directory: /Users/miniuno/jenkins/workspace/ipad_app/build/DEBUG-iphoneos". I was not sure from where the directory "DEBUG-iphoneos" got added, because I've never configured it anywhere.
But when I added a full path for "Build Output Directory" as ${WORKSPACE}/build, it started working.
The Jenkins version: 1.447
The XCode version: 4.2
The XCode Plugin version: 1.3.1
Hope this gives some clue into the problem.
Thanks,
Leena
Hi,
Can you tell me :
I already had a similar feedback but I didn't had enough feedback to understand what was wrong with the actual code. I think that the default build directory computed by the plugin is wrong in some cases but I don't find when ...
Cheers