Hi,
I’ve upgraded moe to 1.3.6 (from 1.2.+) and now I can’t upload the ipa created with gradle moeIpaBuild to app store .
It fails on provisioning profile…
I’ve specified the dev team, signing identity , provisioning profile uuid and main scheme in the gradle script.
This is the error I get in Application Loader:
ERROR ITMS-90161: “Invalid Provisioning Profile. The provisioning profile included in the bundle media.muvix.wave [Payload/Muvix.app] is invalid. [Missing code-signing certificate]. A Distribution Provisioning profile should be used when submitting apps to the App Store. For more information, visit the iOS Developer Portal.”
moe {
...
ipaExport {
// (String) Describes how Xcode should export the archive. Available options: app-store, ad-hoc, package,
// enterprise, development, and developer-id. The list of options varies based on the type of archive. Defaults
// to development.
method 'app-store'
}
}
Actually the size that appears in TestFlight is the same as before (almost), just the size of the ipa file on my local machine is bigger. Weird.
I guess if the size for end users is the same then it’s ok…