We have a continuous integration system (Jenkins) that calls xcodebuild to create the IPA file from the XCode project created by Unity. Everything worked with Unity 4.3.4 and XCode 5.1.1 and the latest command line tools installed. Since Unity 4.5 we get the following error message when invoking xcodebuild per commandline:
ld: file not found: /Users/mschiestl/Documents/TestProject/XCodeProject/build/someproductname.app/someproductname
you can see the entire log here: Dropbox - Error - Simplify your life
Steps to reproduce:
- Create an empty Unity project
- Make an iOS Build
- try to build an IPA file on the command line (in the directory of the XCode project):
xcodebuild -alltargets -configuration Release clean build CONFIGURATION_BUILD_DIR=/Users/mschiestl/Documents/TestProject/Builds/iOS/AdHoc
If the CONFIGURATION_BUILD_DIR parameter is removed the build succeeds without errors (however, no IPA is created)
Any ideas?
Thanks,
Michael
ClockStone Software GmbH