无效的 Bundle 结构不允许二进制文件 "WatchKitSupport/WK"

Invalid Bundle structure The binary file "WatchKitSupport/WK" is not permited

我正在尝试为 iTunesStore 验证我的应用程序, 我的应用程序有 Watchkit 扩展。 我存档然后验证我收到这些消息:

 ITunes Store operation failed.
Invalid Bundle Structure - The binary file 'WatchKitSupport/WK' is not permited. Your app can't contain standalone executables or libraries, other than the CFBundleExecutable of supported bundles.

您在您的应用中包含了一些不应该存在的可执行文件。

更多信息:http://onebigfunction.com/ios/2015/03/15/invalid-bundle-structure/