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.