-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
a: buildBuilding flutter applications with the toolBuilding flutter applications with the toola: releaseChallenges faced when attempting to productionize an appChallenges faced when attempting to productionize an appcustomer: crowdAffects or could affect many people, though not necessarily a specific customer.Affects or could affect many people, though not necessarily a specific customer.platform-iosiOS applications specificallyiOS applications specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer versionteam-iosOwned by iOS platform teamOwned by iOS platform teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
Steps to reproduce
flutter build ipaany app which builds / runs without any problem on iOS.- Upload the .ipa-file to App Store Connect with the Transporter-App on Mac.
- The build will get declined automatically.
Things I tried:
- MacBook restart
- flutter clean
- rm -rf ~/Library/Developer/Xcode/DerivedData
- Using the newest master version 3.31.0-1.0.pre.363.
The day before yesterday my app didn't have the problem.
So I guess the error has to do with iOS 18.4 / Xcode 16.3.
Expected results
Build succeeds in App Store Connect
Actual results
The build gets automatically declined:
ITMS-90048: This bundle is invalid - Your archive contains paths that are not allowed: [._Symbols]
Code sample
Code sample
Seems to be code independent.Flutter Doctor output
Doctor output
[✓] Flutter (Channel master, 3.31.0-1.0.pre.363, on macOS 15.4 24E248 darwin-arm64, locale de-DE) [1.867ms]
• Flutter version 3.31.0-1.0.pre.363 on channel master at /opt/homebrew/Caskroom/flutter/3.22.2/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision a0b1b32534 (5 hours ago), 2025-04-01 12:33:23 -0400
• Engine revision a0b1b32534
• Dart version 3.8.0 (build 3.8.0-250.0.dev)
• DevTools version 2.45.0-dev.0
[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.0) [1.786ms]
• Android SDK at /Users/kuhlemann/Library/Android/sdk
• Platform android-35, build-tools 35.0.0
• ANDROID_HOME = /Users/kuhlemann/Library/Android/sdk
• Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
This is the JDK bundled with the latest Android Studio installation on this machine.
To manually set the JDK path, use: `flutter config --jdk-dir="path/to/jdk"`.
• Java version OpenJDK Runtime Environment (build 21.0.5+-13047016-b750.29)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 16.3) [1.046ms]
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 16E140
• CocoaPods version 1.16.2
[✓] Chrome - develop for the web [11ms]
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 2024.3) [11ms]
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 21.0.5+-13047016-b750.29)
[✓] VS Code (version 1.96.4) [10ms]
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension can be installed from:
🔨 https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter
[✓] VS Code (version 1.96.4) [10ms]
• VS Code at /Users/kuhlemann/Downloads/Visual Studio Code.app/Contents
• Flutter extension can be installed from:
🔨 https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter
[✓] Connected device (5 available) [6,2s]
• sdk gphone64 arm64 (mobile) • emulator-5554 • android-arm64 • Android 14 (API 34) (emulator)
• Kuhlephone (wireless) (mobile) • 00008130-000C65060883401C • ios • iOS 18.4 22E240
• Kuhlepad (wireless) (mobile) • 00008027-000248C1340A402E • ios • iOS 18.4 22E240
• macOS (desktop) • macos • darwin-arm64 • macOS 15.4 24E248 darwin-arm64
• Chrome (web) • chrome • web-javascript • Google Chrome 135.0.7049.41
[✓] Network resources [354ms]
• All expected network resources are available.
• No issues found!js2702, davidmartos96, tran-huy-phuc, zarko-tg, lemonderon and 50 moregonciuugonciuu
Metadata
Metadata
Assignees
Labels
a: buildBuilding flutter applications with the toolBuilding flutter applications with the toola: releaseChallenges faced when attempting to productionize an appChallenges faced when attempting to productionize an appcustomer: crowdAffects or could affect many people, though not necessarily a specific customer.Affects or could affect many people, though not necessarily a specific customer.platform-iosiOS applications specificallyiOS applications specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer versionteam-iosOwned by iOS platform teamOwned by iOS platform teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.