You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning: Building for device with codesigning disabled. You will have to manually codesign before
deploying to device.
Archiving com.yyy.xxx...
Updating minimum iOS deployment target to 12.0.
Upgrading project.pbxproj
Upgrading AppFrameworkInfo.plist
Upgrading Podfile
Updating project for Xcode compatibility.
Upgrading project.pbxproj
Upgrading Runner.xcscheme
Running pod install... 63.7s
Running Xcode build...
Xcode archive done. 21.8s
Failed to build iOS app
Error (Xcode): Error: Couldn't resolve the package 'flutter_hbb' in
'package:flutter_hbb/common/formatter/id_formatter.dart'.
Encountered error while archiving for device.
Error building Flet app - see the log of failed command above.
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
Flet version (pip show flet):
Name: flet
Version: 0.22.1
Summary: Flet for Python - easily build interactive multi-platform apps in Python
Home-page:
Author: Appveyor Systems Inc.
Author-email: hello@flet.dev
License: Apache-2.0
Location: /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages
Requires: cookiecutter, fastapi, flet-runtime, packaging, qrcode, uvicorn, watchdog
Required-by:
Give your requirements.txt file (don't pip freeze, instead give direct packages):
This discussion was converted from issue #3261 on May 10, 2024 17:33.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
flet build ipa --org com.xxx --project xxx
leads to build errors
Code example to reproduce the issue:
Describe the results you received:
Creating Flutter bootstrap project from gh:flet-dev/flet-build-template with ref 0.22.1...OK
Customizing app icons and splash images...OK
Generating app icons...OK
Generating splash screens...OK
Packaging Python app...OK
Building .ipa bundle for iOS...Resolving dependencies...
fl_chart 0.65.0 (0.68.0 available)
flutter_lints 2.0.3 (4.0.0 available)
flutter_markdown 0.6.23 (0.7.1 available)
flutter_native_splash 2.3.7 (2.4.0 available)
intl 0.18.1 (0.19.0 available)
js 0.6.7 (0.7.1 available)
leak_tracker 10.0.0 (10.0.5 available)
leak_tracker_flutter_testing 2.0.1 (3.0.5 available)
leak_tracker_testing 2.0.1 (3.0.1 available)
lints 2.1.1 (4.0.0 available)
material_color_utilities 0.8.0 (0.11.1 available)
meta 1.11.0 (1.15.0 available)
package_info_plus 4.2.0 (8.0.0 available)
package_info_plus_platform_interface 2.0.1 (3.0.0 available)
petitparser 5.4.0 (6.0.2 available)
sensors_plus 4.0.2 (5.0.1 available)
test_api 0.6.1 (0.7.1 available)
toml 0.14.0 (0.15.0 available)
vm_service 13.0.0 (14.2.2 available)
web_socket_channel 2.4.5 (3.0.0 available)
xml 6.3.0 (6.5.0 available)
Got dependencies!
21 packages have newer versions incompatible with dependency constraints.
Try
flutter pub outdated
for more information.Warning: Building for device with codesigning disabled. You will have to manually codesign before
deploying to device.
Archiving com.yyy.xxx...
Updating minimum iOS deployment target to 12.0.
Upgrading project.pbxproj
Upgrading AppFrameworkInfo.plist
Upgrading Podfile
Updating project for Xcode compatibility.
Upgrading project.pbxproj
Upgrading Runner.xcscheme
Running pod install... 63.7s
Running Xcode build...
Xcode archive done. 21.8s
Failed to build iOS app
Error (Xcode): Error: Couldn't resolve the package 'flutter_hbb' in
'package:flutter_hbb/common/formatter/id_formatter.dart'.
Encountered error while archiving for device.
Error building Flet app - see the log of failed command above.
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
Flet version (
pip show flet
):Give your
requirements.txt
file (don'tpip freeze
, instead give direct packages):Operating system:
macOS 14.5 Beta (23F5074a)
Xcode 15.3
Additional environment details:
pubspec.yaml:
pubspec.lock:
Beta Was this translation helpful? Give feedback.
All reactions