After following the instructions on https://flutter.dev/docs/deployment/ios I came to the point, where I create app archive in Xcode (Xcode: Product > Archive). My app in archive is named Runner
, although this is not its name.
Is this expected in Flutter or should app in archive be named according to its Display Name?
Note! Unlike Android studio, flutter isn't supported to XCode yet, you have to open iOS folder of Flutter project only and solely.
The plugin provides new build runner type for building Xcode projects. Support for both Xcode 3 (target-based build) and Xcode 4 (scheme-based build) Structured build log based on Xcode build stages. Detection of Compilation errors. Reporting tests from "xcodebuild"
Flutter is a multi-platform application development framework that enables you, among other platforms, to develop iOS and Android apps from the same source code. However, you need to use Xcode to build an iOS app and Xcode will only work on macOS.
It is expected, nothing to worry about, just like when you build the release version for Android, you get the apk file name as app-releases.apk
, similarly you get Runner.ipa
for iOS and it doesn't mean your app named got changed. It is there in the bundle.
So, you are good and everything is OK.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With