ios - Apple Watch app installation issue - NSExtensionPointIdentifier -


i'm trying install app watchkit app , watchkit extension onto ios8.1 phone, xcode 6.2.

i have deployment target set @ 8.1 , base sdk @ 8.2.

i error:

this app contains app extension specifies extension point identifier not supported on version of ios value of nsextensionpointidentifier key in info.plist 

i've seen similar questions not found solution works. there way programmatically handle lower ios version?

to answer (using @lovo's comment) - fixed issue changing deployment target 8.2 in extension's build settings (not in main app's build settings).

the main app's deployment target can set @ lower deployment target, mine 7.0.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -