1
votes

When I use xcode6.3 and base SDK with IOS8.3 and build my project(old project), then the issue appeared :

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

Someone can help me? Thanks!

2

2 Answers

1
votes

Uhm maybe you are using some library that doesn't support armv7s architecture.

Try to remove armv7s from your project settings.

1
votes

Please add below line in because architecture arm64 is missing. Project-> Target -> Architectures -> Architectures. To add basic architectures(armv7, arm64) in your project.

$(ARCHS_STANDARD)