I am encountering a difficulty whereas attempting to construct my Flutter app for iOS launch. The construct fails with the next error:
Error (Xcode): Goal release_unpack_ios failed: Exception: Binary /Customers/XXX/XXX/XXX/construct/ios/Launch-iphoneos/Flutter.framework/Flutter doesn't include . Working lipo -info:
I wish to resolve this subject and efficiently construct the app for retailer submission.
Reference:
Steps I’ve taken to this point:
- Switched Flutter channels (secure ↔ grasp)
- Up to date Xcode to the most recent model
- Upgraded Flutter to the most recent model
- Cleaned the venture and rebuilt
flutter physician -v:
[✓] Flutter (Channel secure, 3.22.1, on macOS 14.4.1 23E224 darwin-arm64, locale
ja-JP)
• Flutter model 3.22.1 on channel secure at /Customers/alu/develop/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision a14f74ff3a (6 hours in the past), 2024-05-22 11:08:21 -0500
• Engine revision 55eae6864b
• Dart model 3.4.1
• DevTools model 2.34.3
[✓] Android toolchain - develop for Android units (Android SDK model 34.0.0)
• Android SDK at /Customers/alu/Library/Android/sdk
• Platform android-34, build-tools 34.0.0
• Java binary at: /Functions/Android
Studio.app/Contents/jbr/Contents/House/bin/java
• Java model OpenJDK Runtime Setting (construct
17.0.10+0-17.0.10b1087.21-11572160)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 15.4)
• Xcode at /Functions/Xcode.app/Contents/Developer
• Construct 15F31d
• CocoaPods model 1.15.2
[✓] Chrome - develop for the online
• Chrome at /Functions/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (model 2023.3)
• Android Studio at /Functions/Android Studio.app/Contents
• Flutter plugin might be put in from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin might be put in from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
• Java model OpenJDK Runtime Setting (construct
17.0.10+0-17.0.10b1087.21-11572160)
[✓] VS Code (model 1.89.1)
• VS Code at /Functions/Visible Studio Code.app/Contents
• Flutter extension model 3.88.0
[✓] Related gadget (4 accessible)
• sdk gphone64 arm64 (cellular) • emulator-5554 • android-arm64 •
Android 14 (API 34) (emulator)
• macOS (desktop) • macos • darwin-arm64 •
macOS 14.4.1 23E224 darwin-arm64
• Mac Designed for iPad (desktop) • mac-designed-for-ipad • darwin •
macOS 14.4.1 23E224 darwin-arm64
• Chrome (net) • chrome • web-javascript •
Google Chrome 124.0.6367.210
[✓] Community assets
• All anticipated community assets can be found.
Notice: I am utilizing a translation instrument to jot down this. Any strategies on tips on how to resolve this? Thanks to your help!