Add Apple Watch app to iOS app to deploy iOS 7

When I try to add an Apple Watch to my project supporting iOS 7+, I get an error message to add that the goal of deploying an Apple Watch should be minimal. 8.2 When I checked instagram, it provides support for Apple Watch and supports iOS 7 as well. How to add an Apple Watch and simultaneously run the application on iOS 7 devices.

Instagram

Instagram description.  It says 7.0 or later

+4
source share
4 answers

Found a solution to the problem. This was a bug in Xcode 6.3. For some reason, Xcode wanted the goal of hosting the WatchKit App (and not our target app ) to be exactly 8.2

" iOS" Watchkit 8.2 , .

+1

iOS 7.0, iOS 8.2 SDK .

+5

, Deployment Target Build SDK.

Deployment Target - iOS7 +

iOS 8.2 SDK

Deployment Target :

Deployment target for Apple Watch

Architecture to iOS 8.2 8.3

Build SDK for Apple Watch

.

+3

8.2 Apple Watch .

And make sure Valid Architects has arm64 for all viewing purposes.

enter image description here

+1
source

All Articles