iphone - Application not running in apple watch simulator due to bundle identifier issue -


i'm building apple watch application created appgroup , setting provisioning profile , certificate.

now issue while building/running "watchkit app" xcode throwing error saying,

warning: capabilities require entitlements “appname watchkit extension/appname watchkit extension.entitlements" may not function in simulator because provisioning profile specified in build settings (“watchkitprofile”) has appid of “com.id.watchapp” not match bundle identifier “com.id.watchapp.watchkitextension”. 

and nothing showing in applewatch simulator.but application working fine in iphone simulator.

even applewatch methods not calling wkinterfacecontroller.openparentapplication

one more doubt, i'm using appgroup used other members.will create problem or issue warning.

can please me on this.

when create app id, need regenerate provisioning profiles because not have newly created app id listed. xcode can automatically "fix issue" prompt.

ensure once have created app id, add both main app , watch kit app extension via capabilities tab , click on fix issues until ok.


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Magento/PHP - Get phones on all members in a customer group -

session - Logging Out Using PHP -