-
Hi, I would really appreciate some help with the following... I am trying to build a Flutter app which usually builds with no issues however I've updated to Flutter 3.7.0 and Xcode 14.2 using manual signing and I get the error "Skip publishing to App Store Connect: no IPAs or PKGs found" on Publishing. Here are the contents of the publishing.log:
The build id is: 63dbcf9265062a52bc3fccff Any help would be amazing. Thanks 🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I noticed this in the Xcode building_ios log...
I'm not sure how my app 'Display Name' was missing but I checked and reset in Xcode and then created a new Provisioning profile with iPhone Distribution and it seems to have worked and produced the IPA. If anyone else having this issue check your 'buiding_ios.log' and 'publishing.log' and also checkout this link: https://docs.codemagic.io/flutter-code-signing/ios-code-signing/ |
Beta Was this translation helpful? Give feedback.
I noticed this in the Xcode building_ios log...