https://bugs.kde.org/show_bug.cgi?id=430402
Bug ID: 430402
Summary: iOS support appears broken
Product: frameworks-kirigami
Version: Master
Platform: macOS (DMG)
OS: Other
Status: REPORTED
Severity: major
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: Not decided
SUMMARY
With current master (and v5.76.0) I cannot make iOS work anymore.
This is in the context of a much larger project that has been using Kirigami
for many years, but I'll try to demonstrate the issues here in a more narrow
set of examples
SOFTWARE/OS VERSIONS
macOS: 10.15
Qt Version: 5.15.2
(A) iOS is not listed as either Platform or OS when submitting a bug - that
makes me wonder if it is no longer supported?
(B) let's try to build one of the example apps, e.g. qmakewithstaticplugin
- clone kirigami and breeze-icons into the 3rdparty directory
- run `Qt/5.15.2/iOS/bin/qmake minimalqmake.pro`
- run `make`
build fails because only a `libkirigamiplugin_debug.a` is built, but the final
link attempts to link to `libkirigamiplugin.a`
Even adding `CONFIG = debug` to the `minimalqmake.pro` file is not sufficient
to solve that issue.
This seems to indicate that there is no CI testing of iOS as a target platform?
(C) trying to cross build kirigami for iOS with cmake fails completely.
`examples/staticcmake` fails to complete a cmake run - happy to provide more
detailed error here as well
Is there a current statement on iOS support? Are there instructions how to
build a working libkirigamiplugin.a with either qmake or cmake?
--
You are receiving this mail because:
You are watching all bug changes.