kuglee / TermiWatch

Terminal Watch Face for Apple Watch
MIT License
2.11k stars 174 forks source link

Build error #30

Open ghost opened 4 years ago

ghost commented 4 years ago

When I go to project > run, it let me an error:

WatchKit App doesn't contain any WatchKit Extensions whose WKAppBundleIdentifier matches "com.(me).TermiWatch". 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.

what can I do ?

kuglee commented 4 years ago

Please see issue #9 .

ghost commented 4 years ago

Yeah but when I do cmd+f and I search kuglee, I see nothing to replace with my apple indent

kuglee commented 4 years ago

These are the places where you have to change to identifiers:

ghost commented 4 years ago

Thanks for helping me, I look at both theses places but I've already replace them :( still don't work

kuglee commented 4 years ago

Try to clean your project (Xcode > Product menu > Clean Build Folder).

ghost commented 4 years ago

done, still don't work

kuglee commented 4 years ago

Do you have com.(me).TermiWatch.watchkitapp in NSExtension > NSExtensionAttributes > WKAppBundleIdentifier?

Also, select the project in the Navigator and check it the Target have the correct Bundle Identifiers.

ghost commented 4 years ago

I have this: com.(me).TermiWatch.watchkitapp, but I don't know how to "check it"

kuglee commented 4 years ago

It's in the How to Install guide > Configuring the project section. The targets have to have the following bundle identifiers.

ghost commented 4 years ago

IT WORKED ! I was missing this one com.(me).TermiWatch.watchkitapp, thank you so much for helping me so far <3

kuglee commented 4 years ago

No problem. I'm glad I could help.

wangqiaowen commented 2 years ago

@kuglee I'm still getting the same error after checking 3 bundle identifiers...