kuglee / TermiWatch

Terminal Watch Face for Apple Watch
MIT License
2.14k stars 176 forks source link

Build Failed: WKAppBundleIdentifier #60

Open zanemarkson opened 2 years ago

zanemarkson commented 2 years ago

Followed through the steps but build failed with error message where **** is my Apple ID:

error: WatchKit App doesn't contain any WatchKit Extensions whose WKAppBundleIdentifier matches "*****". Verify that the value of WKAppBundleIdentifier in your WatchKit Extension's Info.plist matches the value of CFBundleIdentifier in your WatchKit App's Info.plist.

Any thoughts?

Azhun-HITwh commented 2 years ago

30

this one may solve your problem. you could check if the three bundle ids are correctly set in the app / WatchKit app/ WatchKit extension info.plist.

zanemarkson commented 2 years ago

30 this one may solve your problem. you could check if the three bundle ids are correctly set in the app / WatchKit app/ WatchKit extension info.plist.

Thanks @Azhun-HITwh . I looked at all the Info.plist and I have my Apple ID as the bundle identifiers in all of them. @kuglee Do you think this could have anything to do with the fact that I have a . in my Apple ID?