Reputation: 57
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.
Upvotes: 3
Views: 4024
Reputation: 655
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/
Upvotes: 3