technerd
technerd

Reputation: 14504

WatchKit App doesn't contain any WatchKit Extensions in Watch OS 3.0

I am developing Watch App for one of my iOS projects. But getting error of NSExtensionPointIdentifier. But as error suggested to set value com.apple.watchkit. But same value is there in WatchKit Extension Info.plist file. There are other questions for the same issue, but they are not fit for watch os 3.0. and none of them working for me.

Xcode Version: Xcode 8.2 Watch OS: Watch OS 3.0

enter image description here

If anyone has idea then please help me.

Upvotes: 2

Views: 1109

Answers (1)

Basir Alam
Basir Alam

Reputation: 1358

Please follow the images and make sure the bundle identifiers added in the same way and the version should be same for all target files.

enter image description here

enter image description here

enter image description here

....Hope this helps.

Upvotes: 3

Related Questions