ahmeturhan
ahmeturhan

Reputation: 57

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.

Upvotes: 3

Views: 4024

Answers (1)

Peter Lendvay
Peter Lendvay

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

Related Questions