This issue has recently appeared because Xcode 5 removes the ARCHS parameter - if you enable it. But if you have a build server with Xcode 4, this is the default value for building 32 and 64 bits, which does not work if you have ARC enabled.
See my post for a more detailed explanation.
Cocoanetics
source share