Problems with Open-Source Downloads read https://www.qt.io/blog/problem-with-open-source-downloads and https://forum.qt.io/post/638946
QtMQTT iOS xcode build can't find some librarys
-
Hi there,
I try to deploy my qtmqtt client app on ios simulator or device.
I stuck at the xcode build process, with several linker errors.
I installed the qtmqtt module from https://code.qt.io/qt/qtmqtt.git and installed it for all platforms.
In my project I integrate it with
Qt += mqtt
On Windows, MacOs and Android the app works fine.
Is it possible that xcode could not find the necessary libs for the installed module?
Do I have to link them or include the qtmqtt project and header files?
Thx
-
Hi and welcome to devnet,
How did you build it for iOS ?
What exact error are you getting ?