这是我得到的错误代码
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.对不起,我对Swift的ATM机一无所知,我真的是新来的,我只是想
发布于 2022-06-01 00:52:09
答案是:在手表扩展和手表应用程序的信息plist中,他们需要坚持下面的更改,如下面的示例
https://stackoverflow.com/questions/67082129
复制相似问题