对于独立的 WatchKit 应用程序,WatchKit 应用程序 Info.plist 中的 WKCompanionAppBundleIdentifier 键不得存在

The WKCompanionAppBundleIdentifier key in your WatchKit app's Info.plist must not be present for standalone WatchKit apps

我正在构建一个独立的手表专用应用程序,我想将其转换为依赖手表的应用程序,因为我需要使用手表连接在配对设备中交换一些数据。那么是否可以在同一个项目中直接转换这个现有的 watch only 应用程序,而无需在我的 IOS 项目中创建新目标?如果可以的话,请问有人能具体说明如何操作吗?

我还尝试添加 companionbundleidentifier,但失败并出现错误

The WKCompanionAppBundleIdentifier key in your WatchKit app's Info.plist must not be present for standalone WatchKit apps

如果我想转换应用程序,我相信要做的不止这些

提前致谢!

无法恢复手表应用程序的独立性。您必须直接将一个添加到 iOS 项目。

来源:Reverting from an Independent Watch app, to one that is dependent on an iPhone app