Hennadii Stepanov
Hennadii Stepanov
Needs rebase.
Please rebase. https://discord.com/channels/903125802726596648/903126039084015638/1146922061449666602
Here is the error output for the android apk > ``` > ...libbitcoin-qt_arm64-v8a.so: qrc:/qt-project.org/imports/QtQuick/Dialogs/DefaultFileDialog.qml:45:1: module "QtQuick.Dialogs.Private" is not installed > ``` It looks like expected considering https://github.com/bitcoin-core/gui-qml/blob/1e9981df75b559596e8f9386858ec3f147124634/src/qml/bitcoin.cpp#L55-L57
Maybe ```diff diff --git a/build-aux/m4/bitcoin_qt.m4 b/build-aux/m4/bitcoin_qt.m4 index e12d2efa6..5b1a133c1 100644 --- a/build-aux/m4/bitcoin_qt.m4 +++ b/build-aux/m4/bitcoin_qt.m4 @@ -236,6 +236,7 @@ AC_DEFUN([BITCOIN_QT_CONFIGURE],[ _BITCOIN_QT_CHECK_STATIC_PLUGIN([QtQuickLayoutsPlugin], [-lqml_QtQuick_Layouts_qquicklayoutsplugin]) dnl qtquickcontrols module plugins _BITCOIN_QT_CHECK_STATIC_PLUGIN([QtQuick2DialogsPlugin], [-lqml_QtQuick_Dialogs_dialogplugin]) + _BITCOIN_QT_CHECK_STATIC_PLUGIN([QtQuick2DialogsPrivatePlugin], [-lqml_QtQuick_Dialogs_Private_dialogsprivateplugin]) _BITCOIN_QT_CHECK_STATIC_PLUGIN([QtQuickControls1Plugin],...
Need rebase. When undraft? :)
CI [reports](https://github.com/bitcoin-core/gui-qml/actions/runs/11076549194/job/30779860142) a linker error on macOS 13: ``` ld: Undefined symbols: qInitResources_bitcoin_qml(), referenced from: QmlGuiMain(int, char**) in libbitcoinqt.a[60](qt_libbitcoinqt_a-bitcoin.o) clang: error: linker command failed with exit code 1 (use -v...
> CI [reports](https://github.com/bitcoin-core/gui-qml/actions/runs/11076549194/job/30779860142) a linker error on macOS 13: > > ``` > ld: Undefined symbols: > qInitResources_bitcoin_qml(), referenced from: > QmlGuiMain(int, char**) in libbitcoinqt.a[60](qt_libbitcoinqt_a-bitcoin.o) > clang: error: linker command...
Mind checking if it happens with a self compiled binary?
Cannot reproduce this issue on macOS Ventura 13.3.1 (Apple M1) using the `unsecure_mac_arm64_gui` binary @ 810fa5555b7970d866fdc2e44d10ec264a03f543. In any case, try to run with `-nonatpmp -noupnp` command line options.