Error when creating Universal Build
ondevDeepA opened this issue · 1 comments
ondevDeepA commented
I am able to build the static SDK target, but when building the Aggregate Target, I am getting this error:
Check dependencies
No architectures to compile for (ARCHS=i386 x86_64, VALID_ARCHS=armv7 arm64).
Static library has armv7 and arm64 architectures.
Build Active Architecture is set to No.
What could be the possible source of this error?
ondevDeepA commented
One of the library that I have added in the project doesn't have i386 arch due to which i was getting this error.