0

My question is partially related to this one After update to Xcode 5 - ld: symbol(s) not found for architecture armv7 or armv7s linker error

The problem is: I have several projects which project files are automatically generated. After upgrade to 5th version, Xcode started to show me warnings regarding "Build only active architectures" so after some googling I discovered the problem which described in a question I've mentioned. So basically there is a good reason not to enable that behaviour and I end up with a lot of warnings which are kind of annoying. Of course I do not want to suppress all warnings just these ones.

Does someone know how to turn off Xcode 5 warnings about upgrading project?

Thanks in advance.

Community
  • 1
  • 1
user1264176
  • 1,118
  • 1
  • 9
  • 26

1 Answers1

0

In Build settings -> Architectures You need to add armv7 only. Remove armv7s. enter image description here

karthika
  • 4,085
  • 3
  • 21
  • 23