I have a CI environment that is building my project. Therefore, when I compile my project using xcodebuild -target MyTargetand run it on a physical device, I get a visual error from one of the libraries Three20, as well as with a reproducible failure.
However, when I compile and run the project with the same goal using Xcode, I have no crash or visual problem.
Since I am not doing anything unusual with xcodebuild, I would expect the two assemblies to be the same. Generally, I would prefer a problem in two places than two assemblies behave differently.
Does anyone encounter similar problems and how can I make sure that the product of Xcode and xcodebuild is identical? Many thanks for your help.
source
share