error: WatchKit App doesn't contain any WatchKit Extensions whose WKAppBundleIdentifier matches "***

前端之家收集整理的这篇文章主要介绍了error: WatchKit App doesn't contain any WatchKit Extensions whose WKAppBundleIdentifier matches "***前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

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

原文链接:https://www.f2er.com/swift/326411.html

猜你在找的Swift相关文章