How to set apple watch code signing identity and provisioning profile for push notification? -


got error:

failed code sign "xxx watchkit app".

the provisioning profile specified in build settings (“xxxwatchapppushprovisionprofile”) has appid of “com.yyy.xxxapplewatchapp” not match bundle identifier “com.yyy.xxxapplewatchapp.watchkitapp”.

xcode can attempt fix issue.

i've renamed "com.yyy.xxxapplewatchapp.watchkitapp" "com.yyy.xxxapplewatchapp" gives error instead:

enter image description here


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -