-
Bug
-
Resolution: Unresolved
-
Major
-
Xcode 4.4.1, OSX Mountain Lion
Project builds fine when not setting technical version to something like ${BUILD_NUMBER}.
When setting technical version in build step, the following error gets output:
/usr/bin/agvtool new-version -all 71
There are no Xcode project files in this directory. agvtool needs a project to operate.
FATAL: Could not set the CFBundleVersion to: 71
Build step 'XCode' marked build as failure
I use an Xcode Workspace File and build a Scheme. The workspace file is not in the same folder as my main project file. Maybe this is the problem?