ios - No architectures to compile for (ARCHS=armv7,armv7s, VALID_ARCHS=armv7 armv7s) -


when use xcode6.3 , base sdk ios8.3 , build project(old project), issue appeared :

no architectures compile (archs=armv7,armv7s, valid_archs=armv7 armv7s).

someone can me? thanks!

uhm maybe using library doesn't support armv7s architecture.

try remove armv7s project settings.


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -