error: WatchKit App doesn‘t contain any WatchKit Extensions whose WKAppBundleIdentifier matches "*****". Verify that the value if WKAppBundleIdentifier in your WatchKit
Extension‘s Info.plist matches the value of CFBundleIndetifier in your WatchKit App‘s Info.plist.
这个错误是bundle ID 的问题.如果你改了iPhone, watch APP 或者 watch extension的Bundle ID ,很有可能出现这个问题.因为这三者是必须要遵循固定的格式的.解决方法如下:
更多细节可查看: http://blog.csdn.net/soindy/article/details/47184933
版权声明:本文为博主原创文章,未经博主允许不得转载。
error: WatchKit App doesn't contain any WatchKit Extensions whose WKAppBundleIdentifier matches "***
时间: 2024-11-10 01:50:02