-
Apps that use WatchKit can't be signed by isign. Specifically, this creates an ".appex" structure in the app that isign doesn't know about.
We have a pull request in the works for the related issue (…
neilk updated
8 years ago
-
Hi,
Xcode 6.4 threw up many different errors trying to compile this from Github source due to pre-existing developer, app and app group IDs in the project needing to be changed.
I got it to work eve…
-
WatchKit App doesn't contain any WatchKit Extensions whose WKAppBundleIdentifier matches "com.brendanballon.TermiWatch". Verify that the value of WKAppBundleIdentifier in your WatchKit Extension's Inf…
-
WatchKit app can not be installed on AppleWatch.
Following issue:
The executable was signed with invalid entitlements.
Domain: com.apple.dtdevicekit
Code: -402620394
Failure Reason: The entitle…
-
In `MixpanelWatchProperties.m` xCode complains about not being able to find Watchkit.h
-
The latest version of Spotify has a watchkit app which apparently prevents the app from installing. Xcode gives this message: This app contains a WatchKit app with an invalid bundle identifier. The bu…
-
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 "*****…
-
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 WKAppBundleI…
ghost updated
2 years ago
-
Hi, I opened it in XCode and got following error:
Please try again later.
WatchKit 2 app extension's NSExtension.NSExtensionAttributes.WKAppBundleIdentifier value does not match WatchKit app's bun…
-
I'm implementing this implementation with a WatchOS connectivity part. And I noticed from the very beginning that my confiugration must be quite ok since my watch app can send messages to my Flutter a…