here is the error code I get
WatchKit App doesn't contain any WatchKit Extensions whose WKAppBundleIdentifier matches "com.rshelver.tallyCounter.watchkitapp". 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.
Sorry I don't know a ton about Swift atm, I'm really new and I'm just looking to
Here is the answer: In the info plist for both the watch extension and the watch app they need to adhere to the following changes like this example
https://github.com/gabrieloc/GIOVANNI/issues/11