I am trying put my iOS app (that has an Apple Watch extension) on TestFlight, but I receive this error:
TestFlight ERROR ITMS-90389: "Size Limit Exceeded. The size of watch application 'myAppName' (78MB) has exceeded the 50MB size limit."
The watch extension is very minimal and I'm not referencing anything large. I am using Xamarin. Does know a solution for this?
Xamarin.iOSare you using, which third-party packages are you using, are you including large/numerous BundleResources?.... - SushiHangover.app(Show Package Contentsif using Finder), what is the size of the.appexfile within the Plugin folder(?) vs. the size of the media elements/assets. i.e. Make sure that the images are not expanding from their original size... - SushiHangover