Search code examples
iosxcode6watchkit

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


I'm trying to validate my App for iTunesStore, My App have Watchkit extention. I archive then validate I get these messages:

 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.

Solution

  • You are including some executable files in your app that shouldn't be there.

    For more info: http://onebigfunction.com/ios/2015/03/15/invalid-bundle-structure/