itunesconnect - Watchkit failed to upload to App Store -


i'm using application loader 3.1 , i've found these messages happened because apple not accepting watchkit. nowadays apple accepts them don't know why i'm getting theses errors. help?

uploading ipa

turns out xcode 6.2 adds *.app bundle resources. causes errors.

you should go project->targets->app->build phases->copy bundle resources , delete *.app file.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -