My app have a watch kit support.
Previously, with Xcode 6.4 my app was running properly.
After updating with Xcode 7 beta 3 I am getting this error -
No architectures to compile for (ARCHS=, VALID_ARCHS=armv7k).
I am not sure in which target to make changes for this dependency.
Currently,
my watch kit extension architecture configuration is
and my watch kit app architecture configuration is
Any help would be appreciated.
I encounter the same problem on more recent Xcode Beta as well.
I able to compile now by adding i386
to Valid Architectures alongside armv7k
. Probably because of 32 bit legacy library in my project. It also works just by itself (only using i386
). Weird.
Not sure if there's any other further implications though.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With