*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
- When building the App, set the Runner to be any iOS device.
- Make sure to update the
Buildnumber to be the proper version when submitting - During
Re-sign Runnerstep when distributing App, if you encounterMissing private keyerror in the below screenshot, refer to Distribution certificate / private key not installed - Stack Overflow.
-
- During Archive, if
flutter.h not found,- Remove ios/Flutter/Flutter.podspec:
rm ios/Flutter/Flutter.podspec flutter cleanflutter run
- Remove ios/Flutter/Flutter.podspec:
- During Archive, if
Now Archive again, the problem should be fixed.
Once the app has been uploaded, go to App Store Connect and log in, you can find the new build (may take a while after uploading from Xcode) as in the screenshot.
...

