我正在尝试验证我的App for 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.
答案 0 :(得分:3)
您在应用中包含了一些不应该存在的可执行文件。
了解更多信息:http://onebigfunction.com/ios/2015/03/15/invalid-bundle-structure/