0

I have an existing iPhone project, and I have added WatchKit app to it. Upon compilation, I'm getting the "Check dependencies... No architectures to compile for (ARCHS=i386, VALID_ARCHS=arm64 armv7s armv7)." error.

This issue seems to be everywhere, and has been asked many times. For my case, I checked through everything I can and it seems that the issue is related to an static library which is linked to the iphone project.

Can anyone help?

ikevin8me
  • 4,253
  • 5
  • 44
  • 84

1 Answers1

2

Goto Target-> build setting check under Architecture.

enter image description here

And check valid architectures all.

use this link to create architectural :link

Community
  • 1
  • 1
Kishore Kumar
  • 4,265
  • 3
  • 26
  • 47