I am trying to build my static code analysis configuration for iOS through Jenkins. I am Using Architecture - $(ARCHS_STANDARD_32_BIT) and valid architecture - arm64 armv7 armv7s.
While trying to build the configuration I am receiving the error message
**Check dependencies No architectures to compile for (ARCHS=i386, VALID_ARCHS=armv7 armv7s). ** BUILD FAILED **
Also I tried with armv6 and other architecture , But I am receiving the same error. I am facing this issue for the code developed for iOS7 and I am using Xcode 5.0.2.
Kindly help me to resolve this issue.
Thanks In Advance !