How to generate xcode project for ios?
Solved
General and Desktop
-
wrote on 28 Oct 2021, 22:58 last edited by
This is mac:
qmake project.pro -spec macx-xcode
-
wrote on 28 Oct 2021, 23:46 last edited by
Closest obvious match seems to be:
qmake -spec macx-ios-clang
-
@ChrisW67 Thanks. But after running:
Qt/5.15.2/clang_64/plugins/platforms/libqios.prl: No such file or directory@senmx Is it Qt for iOS?
-
Hi,
As silly as it may sound: the Qt for iOS pre-built package that is listen along with macOS.
-
Hi,
As silly as it may sound: the Qt for iOS pre-built package that is listen along with macOS.
-
It's doesn't change the fact that you need an iOS build of Qt.
1/8