I have an app with a fairly small watch extension. I've moved it to a watchOS 2.0 and when I try to upload, I'm getting this error.
My app code is pretty small - less than a megabyte - and I don't have any significant resources. When I look in the build archive, my WatchKit app inside my iOS app's bundle's Watch folder is 30.3MB, of which 25.7MB is libswiftCore.dylib.
Not sure why I'm running into this limit, since my WatchKit app is less than 50MB, and my own code is less than 1MB.
Anyone else running into this? There are zero Google hits for ITMS-90389, which makes me think it's not a common problem.
Thanks
-- Steve